sonalgoyal / crux

Crux is a reporting application for HBase. Crux provides a simple web based graphical interface to access HBase, query data and create reports. Crux is open sourced under Apache Software Foundation License v2.0.
http://nubetech.co/category/crux-2
Apache License 2.0
100 stars 30 forks source link

Reports should do a lazy loading or cache the query results #2

Closed anujsrc closed 11 years ago

anujsrc commented 13 years ago

Environment

Hadoop: 0.20.203.0 HBase: 0.90.3 MySQL: 5.1 Jetty: 7.4.1 OS: Ubuntu 11.04 Hardware: AMD64 with 4GB

Lazy loading will be a good feature to have with the reports. I just fired it for BSE Data and it took quite a good amount of time before it failed with exception- "Error: SyntaxError: Unexpected token ILLEGAL". Log says it lost connection with Zookeeper. So, it would be nice to do a lazy loading or use pagination. Somehow we should avoid the time it takes to scan.

sonalgoyal commented 13 years ago

We are working on this.

sonalgoyal commented 11 years ago

Can be easily achieved by having some thing like varnish in front. Closing.