Large Amount of Data, HUGE!

Reply

Join Date: Sep 2008
Posts: 6
Reputation: sparf is an unknown quantity at this point 
Solved Threads: 0
sparf sparf is offline Offline
Newbie Poster

Large Amount of Data, HUGE!

 
0
  #1
Sep 3rd, 2008
i have a webpage running where it goes to an SQL Server and displays the data that's returned from it.

however, the users can select to see some data or a lot of data. in the ' a lot of data ' version they are going to get 10,000 records. currently i send these to a textarea on the screen. the whole thing loads up and they can browse about in it all they want. the problem is, that the time it takes to load that all up takes about 3 minutes. they know this and wait it out, but i was thinking this is getting a bit silly as the database is increasing in size every week.


so...


what should i do? i heard gridview is good? or can i somehow do the sql call and have it fill up the textarea as it gets the data from the server? not sure how to do that - but thats what i would like to do. so instead of textarea - should i use some other display object. also the sql call takes about 1/2 of the total time to download all that data, so ideally i would like to download just the first page, then show it. then start buffering the other pages.


well... thanks in advance for ideas. i am sure some of you guys have run into this before!
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 186
Reputation: aparnesh is an unknown quantity at this point 
Solved Threads: 10
aparnesh's Avatar
aparnesh aparnesh is offline Offline
Junior Poster

Re: Large Amount of Data, HUGE!

 
0
  #2
Sep 11th, 2008
Is it necessary that all records be displayed in a single page ? Can't you have a fixed no. of records per page and have links for subsequent pages. If that is acceptable, use Pagination Queries. (Google for details). This will also decrease the retrieval time as the database will only fetch the required no. of records, not all
Reply With Quote Quick reply to this message  
Join Date: Sep 2008
Posts: 6
Reputation: sparf is an unknown quantity at this point 
Solved Threads: 0
sparf sparf is offline Offline
Newbie Poster

Re: Large Amount of Data, HUGE!

 
0
  #3
Sep 11th, 2008
oh yeah... i brought that up with the client... they really like that they can see all of the data and go around in it up and down...
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC