On 7/13/06, Roy Souther <roy(at)silicontao(dot)com> wrote:
>
>
> I would like to know if there is anyway to move a section of some tables into RAM to work on them.
the operating system should cache the table if there is memory
available. while disk cache is somewhat slower than raw memory read,
now you have memory for lots of other things, like sorting.
merlin