Hi, I have a problem with Cassanra (particularly with phpcassa, I guess), maybe you can help me..
I have a row with about 200 000 columns in it. When I'm writing these columns to Cassanrda, everything seems to be perfect.
But when I'm getting these columns from the row (like $cf_name->get($row_key)) everything is extremely SLOW.
PHP needs about 13 minutes!! to get 50 000 columns. And I need much more!
Have You faced the problem before? Can I somehow make it quicker?
Thanx in advance
Hi, I have a problem with Cassanra (particularly with phpcassa, I guess), maybe you can help me..
I have a row with about 200 000 columns in it. When I'm writing these columns to Cassanrda, everything seems to be perfect.
But when I'm getting these columns from the row (like $cf_name->get($row_key)) everything is extremely SLOW.
PHP needs about 13 minutes!! to get 50 000 columns. And I need much more!
Have You faced the problem before? Can I somehow make it quicker?
Thanx in advance