On Monday 12 January 2009, victorpy wrote:
i could be wrong but what i read from perlvdb is that
using that module you
abstract from the DB engine.
I want to know if it's posible with this module to load a database in
memory. I want to do this for performance. if is posible could you give an
example, otherwise you could give a hint to solve this
Hi victorpy,
another option would be to just use mysql with the MEMORY storage engine. It
stores all data in a memory structure.
http://dev.mysql.com/doc/refman/5.0/en/memory-storage-engine.html
Cheers,
Henning