Re: problems with many columns on a row

2011-06-06 Thread Mario Micklisch
all bug, that has been fixed. > > Cheers > > - > Aaron Morton > Freelance Cassandra Developer > @aaronmorton > http://www.thelastpickle.com > > On 5 Jun 2011, at 23:51, Mario Micklisch wrote: > > I found a patch for the php extension here: > > ht

Re: problems with many columns on a row

2011-06-05 Thread Mario Micklisch
seconds) : 383 Heap Memory (MB) : 89.59 / 822.00 Thank you, Mario 2011/6/5 Mario Micklisch > I tracked down the timestamp submission and everything was fine within the > PHP Libraries. > > The thrift php extension however seems to have an overflow, because it was > now set

Re: problems with many columns on a row

2011-06-05 Thread Mario Micklisch
see no compile parameters to set which might help. Any advise where to go from here? Thanks so far! Mario 2011/6/5 Mario Micklisch > Thanks for the feedback Aaron! > > The schema of the CF is default, I just defined the name and the rest is > default, have a look: > >

Re: problems with many columns on a row

2011-06-05 Thread Mario Micklisch
27;]; > row removed. > [default@dev] get data['foo']; > Returned 0 results. > [default@dev] > > > The higher numbers created by the client should still work, but I would > look into this first. > > Cheers > > > - > Aaron Morton >

Re: problems with many columns on a row

2011-06-04 Thread Mario Micklisch
Yes, checked the log file, no errors there. With debug logging it confirms to receive the write too and it is also in the commitlog. DEBUG 22:00:14,057 insert writing local RowMutation(keyspace='TestKS', key='44656661756c747c6532356231342d373937392d313165302d613663382d31323331336330616334

Re: problems with many columns on a row

2011-06-04 Thread Mario Micklisch
Thank you for the reply! I am not trying to read a row with too many columns into memory, the lock I am experiencing is write-related only and happening for everything added prior to an unknown event. I just ran into the same thing again and the column count is maybe not the real issue here (as I

problems with many columns on a row

2011-06-04 Thread Mario Micklisch
Hello there! I have ran into a strange problem several times now and I wonder if someone here has an solution for me: For some of my data I want to keep track all the ID's I have used. To do that, I am putting the ID's as column into rows. At first I wanted to put all ID's into one row (because

Re: a few generic questions

2010-09-20 Thread Mario Micklisch
Hello Scott, Thank you for your help and pointing me into some directions and also for making me aware that some things are more important! :-) I did read most of the wiki and many blogs and websites about Cassandra before deciding to go with it, even did several test installations and small load

a few generic questions

2010-09-18 Thread Mario Micklisch
Hi there, I am currently in the planning state of a new web application that should use Cassandra because of its scaling possibilities. I would like to ask a few questions to make sure I fully understood how Cassandra handles certain cases. If there is somewhere I missed to read or where some mor