in reply to Least impact DB for CPAN modules
Given the modest size of those files, and the fact that your application (apparently) only needs hash-style, key-value access, I wonder why you're using a DB at all.
The simplest and fastest--both loading and access--mechanism would be Storable::nstore() & retrieve()
It's simple, fast, cross-platform and core. It imposes minimum prereqs upon your users and requires no "glue" code for your application.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Least impact DB for CPAN modules
by hsmyers (Canon) on Oct 02, 2010 at 21:21 UTC |