avalanche123 / cassandra-web

A web interface for Apache Cassandra
http://avalanche123.com/cassandra-web/
MIT License
135 stars 52 forks source link

listing table items #8

Open arodeus opened 7 years ago

arodeus commented 7 years ago

Hi, when trying to list table items, the page stuck on "loading..." label message

jeremyjpj0916 commented 6 years ago

Try a different browser and see if that helps, Firefox. Otherwise check your C* logs and this webserver log for guidance.

bmrobin commented 5 years ago

i wonder if this is related to the performance issue i discovered while trying to open a very large table. do you know how many rows were in the table you were trying to open? mine was about 100K rows and it crashed my browser. i created an issue (#12) to track it and made a pull request (#13 ) that fixes it.