On Thu, Jan 13, 2011 at 2:44 PM, Victor Kabdebon
<victor.kabde...@gmail.com> wrote:
> Is there any recommanded maximum size for a Column ? (not the very upper
> limit which is 2Gb)
> Why is it useful to chunk the content into multiple columns ?

I think you're going to have to do some tests yourself.

You want to chunk it so that you can pseudo-stream the content. You
don't want to have to load the whole content at once.

-ryan

Reply via email to