|
Posted by Mladen Gogala on 07/19/06 01:04
On Wed, 19 Jul 2006 01:30:03 +0200, Bent Stigsen wrote:
> Is the Oracle off limits? I mean, having/creating tables for the
> temporary query result,
No, Oracle isn't off limits.
> which you subsequently select from. You'll
> need to clean up at some point afterwards, but I reckon you need some
> mechanism for that anyway.
Problem with paging in Oracle is this: if you want to page the output of
a query, you have to execute it over and over again and discard all except
the few rows. That's wasteful and slow. Trick to do that would be to
open a temporary file and map it to memory as an array. My question is: is
there a way to do mmap in PHP5? Thanks to anyone who might help me with an
answer.
--
http://www.mgogala.com
Navigation:
[Reply to this message]
|