Re: Weird issue with writing large amounts of text to a column value

2010-06-07 Thread Ma Xiao
How big you data is? Try to zip the content before store it, text can get a good zip rate. On Mon, Jun 7, 2010 at 12:13 PM, Jared Laprise wrote: > I just experienced a weird issue where writing a large amount of text to a > column caused my script to crash and hang without any error output. I’m >

Weird issue with writing large amounts of text to a column value

2010-06-06 Thread Jared Laprise
I just experienced a weird issue where writing a large amount of text to a column caused my script to crash and hang without any error output. I'm using PHP Thrift client and Cassandra 5.1. I did some searching but didn't find anything related to a maximum column value size. Has anyone run into