- In dashboard we have interaction, bar charts and table. The table is in lasr has 160 million record and 30 column. Out of 30 column 24 columns are character and 6 columns are numeric. 24 column also includes user name (lets assume tom, sam etc). Lets assume out of 160 million, 4000 records are of SAM, 10000 records are of tom. - Sam login from web portal and will see dashboard that he is suppose to see based on access set in above table. Interaction, charts response time is fast but to display 4000 records in table in dashboard is taking a long time. The dashboard will be accessed concurrently by many users and is dynamic ( Today SAM has 4000 records after 2 days SAM may have 3500 records) - How to we increase the the response time of displaying table in dashboard? We tried reducing the length of character column but didn't helped much. Any other approach that can be tried to increase response time of displaying table in dashboard?
... View more