Re: Disk-based data structures? -
11-10-2005
, 01:12 PM
Berkeley DB supports fairly standard caching, that is, if the current
working set won't fit into memory, it's paged to the backing physical
files, using LRU-style algorithms.
Berkeley DB also supports setting priorities on specific tables, so
pages from tables are considered more or less valuable as part of
selecting which pages will be paged out of memory.
Regards,
--keith
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Keith Bostic bostic (AT) sleepycat (DOT) com
Sleepycat Software Inc. keithbosticim (Yahoo IM)
118 Tower Rd. +1-781-259-3139
Lincoln, MA 01773 http://www.sleepycat.com |