Hi,
On Monday 12 January 2009, victorpy wrote:
I want to know if it's posible with this module to load a database in memory.
yes, that would be possible, but ...
I want to do this for performance.
... the transition to the Perl layer consumes more time than the database requirests themselves. In other words: perlvdb is much slower than regular database requests, even _without_ querying any database at all.
Use Daniel's hints. :)
Best Bastian