Create multiple dbm files
- From: "Pablo" <DBReportServices@xxxxxxxxx>
- Date: 28 Mar 2006 12:10:53 -0800
Hi, there,
I have three bigs flat files: FileA (1919844000 bytes), FileB
(2019607829 bytes) and FileC(342115633 bytes). I need to use FileB and
FileC as lookup table to update FileA. My plan is to read FileB and
FileA in and use hash (tied hash) to create DBM files and then update
the FileA. However, I got this error message "ndbm store returned -1,
errno 0" when the dat.pag hits 33829941248 bytes. I guess it is because
the size is too big?
How can I creat two or even three dbm files while reading the flat data
and use only one hash? In other words, let the multiple dbms be
transparent to the hash.
BTW, "AnyDBM_File" is the only module available related to the DBM.
thanks a lot.
Pablo
.
- Prev by Date: Looking for the module Algorithm-Combinatorics
- Next by Date: upcoming Perl courses in the San Francisco area
- Previous by thread: Looking for the module Algorithm-Combinatorics
- Next by thread: upcoming Perl courses in the San Francisco area
- Index(es):
Relevant Pages
|
|