example of bulk read in perl? -
08-31-2006
, 11:00 AM
Hi,
Does anyone have an example of how to do a bulk read using the
BerkeleyDB Perl module? That is, does anyone have an example of using
DB_MULTIPLE_KEY with c_get?
Also, is it possible to bulk read the data associated with a specific
list of keys that may not be stored sequentially in the database? It
appears that maybe it isn't. If not, is there any rule of thumb as to
when it's faster to bulk read a whole database in order to get that
data for some subset of it?
Thanks,
Mike |