in reply to Help performing "random" access on very very large file
The most common custom DBMS structure is indeed flat-file-based as has been mentioned.
But the most useful Perl implementations of non-relational database architecture are probably going to be the DBM family of modules. In particular, DBM::Deep (which has an underlying flat-file storage) looks perfect for your requirement.
^M Free your mind!
|
---|