On Sat, Dec 22, 2012 at 12:06:57AM +0100, Jens Rehsack wrote: > On 21.12.12 22:41, Sven Dowideit wrote: > > But I mean the base DBD::RAM you'll find at > http://search.cpan.org/dist/DBD-RAM/ ;) > > I would reduce it for in-memory tables only.
You didn't mention that earlier :) Hacking on DBD::RAM means creating an incompatible version. Someone somewhere may be using it. Why not write a new driver, say DBD::Mem, to be small/clean/fast from the start? Tim.