1) Can you specify an initial size for the table?  I need to load about
2.6 million strings in to a table, and the intermittent reorgs of the
table slow the load down considerably.

2) Can you make the table read only?  the tie takes &GDBM_WRCREAT as a
parameter, and a priv spec of 0640.  There is no &GDBM_READ.  is it
simply a matter of making the priv spec be 0444?  The file I'm loading
in 1 needs to be shared by four processes.
-- 
Roger Thompson <thomp...@oclc.org>
OCLC Online Computer Library Center Inc.


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to