Hi Vinod, Does it work fine up until 100,000 records (which I believe is 1 Lakh)? Can you try 50,000, or 80,000? If it starts slowing down severely before crashing, then the problem is likely to be memory limitations. If that is the case, then the best thing to do is to switch to not fetching all the rows at once, but doing your own paging between the browser and the server. See the paging control options on https://developers.google.com/chart/interactive/docs/gallery/table and https://developers.google.com/chart/interactive/docs/examples#tablequerywrapper
On Tue, Jul 7, 2015 at 9:38 AM, Vinod Balasubramanian < [email protected]> wrote: > Hi All, > > The Google table is not able to process more than 1 Lakh records. The > browser is getting crashed once we reach around 1 Lakh records. Is their a > way that i can show more data? > > Thanks, > Vinod > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to > [email protected]. > Visit this group at > http://groups.google.com/group/google-visualization-api. > For more options, visit https://groups.google.com/d/optout. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> - 978-394-1058 [email protected] <[email protected]> 5CC, Cambridge MA [email protected] <[email protected]> 9 Juniper Ridge Road, Acton MA -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/d/optout.
