Store/GridPanel with 17k+ rows - slow - help!

  1. #1

    Store/GridPanel with 17k+ rows - slow - help!

    I have a query which returns 17k+ rows - the query itself has been optimized and executes in/around 2 seconds - but loading the grid - even with limiting the grid to 30 rows per page takes 3-5 minutes - any way to speed this up or why it is so slow?
  2. #2

    RE: Store/GridPanel with 17k+ rows - slow - help!

    Loading 17000 records into the client in one request is not a good idea. I'd suggest implementing server-side paging and limit the data being returned to 30 rows.

    Geoffrey McGill
    Founder

Similar Threads

  1. Replies: 1
    Last Post: Mar 29, 2012, 10:42 PM
  2. How to save new rows added to a GridPanel store
    By mattwoberts in forum 1.x Help
    Replies: 2
    Last Post: Jan 05, 2011, 8:54 AM
  3. [CLOSED] Binding Store to Datatable VERY slow...
    By iansriley in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Oct 28, 2010, 12:57 PM
  4. Get GridPanel rows on the store events.
    By yossi in forum 1.x Help
    Replies: 1
    Last Post: Feb 10, 2010, 4:59 AM
  5. Replies: 2
    Last Post: Dec 02, 2009, 12:08 PM

Posting Permissions