pmagnoli@systemevolution.it schrieb:
> I'd like to mimic MySQL's in-memory tables (engine=memory), which structure
> survives a server restart (data lost of course).
> I suspected that a server restart would be a problem in this case.
> Thank you anyway.
you could use temp tables... but usually it isnt worth the
trouble. Adjust your cache mem and stuff and often used
data will be in memory automatically.
HTH
Tino