wyrd
Well-known member
Whats a good number of items a program should be able to handle (items within a database that is) in a speedy, efficient manner.. 100 thousand, 500 thousand, 1 million, 5 million, a billion?
This would be for a small business application.
Oh, and paging.. whats a good way to handle paging (both in terms of program design and also via SQL statements)? I ran into a small program while testing my program and handling 100,000 items in a ListView seems to be a bit much. LOL Yes I know Im insane, I just havent added paging yet. Plus, I was curious as to how far I could go with the ListView before it started making my program slugish.
Also I have a question on some table design issues that Im boggling over. Ill post tomorrow when I get time, so please recheck this thread then. In the mean time Im curious about the above questions.
This would be for a small business application.
Oh, and paging.. whats a good way to handle paging (both in terms of program design and also via SQL statements)? I ran into a small program while testing my program and handling 100,000 items in a ListView seems to be a bit much. LOL Yes I know Im insane, I just havent added paging yet. Plus, I was curious as to how far I could go with the ListView before it started making my program slugish.
Also I have a question on some table design issues that Im boggling over. Ill post tomorrow when I get time, so please recheck this thread then. In the mean time Im curious about the above questions.