Posted by comp.lang.php on 03/13/06 19:29
I have currently devised a way to display up to 3,000 records via
PHP/HTML by using pagination techniques that stuff an entire DB query
resultset into a $_SESSION object to use within pagination.
Here's my question: How good will this work when we start dealing with
more than 3,000 records? Like 5,000? 10,000? 10,000+? The $_SESSION
object will obviously become too large to be manageable.
What do you guys advise I do to manage this in the foreseeable future?
No rush on this of course for now.
Thanx
Phil
[Back to original message]
|