Hi All, I am running perl 5.0.6.1 on Solaris 2.9. I use DB_File v1.807 to access Berkeley DB (i do not know which version... pl tell me how to get this).
I am using Perl's tie function to tie the DB_File to a hash. The DB_File (.dbf) is quite a big file approx 10 MB in size with 92000 key value pairs. My keys are customer ids and the values are the first logged in date. I am encountering a strange behaviour with the DB_File. The DB_File is apparently choosing to delete some keys without my intervention. I came to this conclusion by comparing the values on a few days. Please tell me if there is any limitation on the size of the DB_File or no. of keys. If so, what is the course of action that i must take. Thanks in advance for your help. Regards Shankar
