PC Review


Reply
Thread Tools Rate Thread

Custom paging and 190,000 record

 
 
SOS
Guest
Posts: n/a
 
      22nd Jul 2004
Hi guys ,
i'm writing a web applications that search for a word in 190,000 records
(very large articles).
my database size is ~2 Gb.
i used of normal paging and show 10 record in each page but the
application was so slow.
i search for custom paging and found some articles wich use of this solution
:
1.create a temp table and then copy all of the records in that table.
2.select a range of records from this temp table (correspond to the page
number)

now , i think if i copy all of these records to a temp table
and select a range from the temp table , my application will be slower !!

so , what's the best solution for my problem?


 
Reply With Quote
 
 
 
 
Jared
Guest
Posts: n/a
 
      22nd Jul 2004
I believe the solution you are referencing says you should select a range
from your main table and copy the output of the range to a temporary table,
then you bind to this temp table.

http://www.dotnetjunkies.com/Article...BDB9B8845.dcik

- OR -
Enter the following phrase into google "custom paging sql server create
table"

"SOS" <(E-Mail Removed)> wrote in message
news:OL8MuF%(E-Mail Removed)...
> Hi guys ,
> i'm writing a web applications that search for a word in 190,000 records
> (very large articles).
> my database size is ~2 Gb.
> i used of normal paging and show 10 record in each page but the
> application was so slow.
> i search for custom paging and found some articles wich use of this
> solution
> :
> 1.create a temp table and then copy all of the records in that table.
> 2.select a range of records from this temp table (correspond to the page
> number)
>
> now , i think if i copy all of these records to a temp table
> and select a range from the temp table , my application will be slower !!
>
> so , what's the best solution for my problem?
>
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom Paging in ASP.NET =?Utf-8?B?YXNhZA==?= Microsoft ASP .NET 2 30th Mar 2005 03:33 PM
Custom paging in ASP.NET aftab Microsoft ASP .NET 0 19th May 2004 04:31 PM
custom paging akn Microsoft ASP .NET 0 25th Jan 2004 02:51 PM
Custom Paging Mo Microsoft ASP .NET 2 26th Dec 2003 04:26 AM
Re: Custom paging Saravana Microsoft ASP .NET 0 10th Jul 2003 05:16 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:34 AM.