sebgiroux / Cassandra-Cluster-Admin

Manage your Cassandra cluster in your Web browser!
http://www.wajam.com
MIT License
206 stars 66 forks source link

Missing columns from row? #16

Closed scott-mackenzie closed 12 years ago

scott-mackenzie commented 12 years ago

Any idea why every row with more than 100 columns is being truncated to100 when viewing with CCA? As an example within cassandra-cli the count is 157 and in within CCA only 100 show?

/s

sebgiroux commented 12 years ago

Should be fixed now, default column count is 10k and you can increase it as needed. I think the new PHPcassa should fix that issue but it should be good enough for now. Let me know if you have any more issue.

Thank you!