Displaying 1 result from an estimated 1 matches for "380317".
Did you mean:
370317
2004 May 05
1
buffered tables, sessions, and transactions
Quartz has a QuartzDiskTable class which is a thin wrapper for a pair of
Btree objects (or just one if the table is opened readonly):
http://www.xapian.org/docs/sourcedoc/html/classQuartzDiskTable.html
There's also a QuartzBufferedTable class which adds memory buffering of
changes to this:
http://www.xapian.org/docs/sourcedoc/html/classQuartzBufferedTable.html
However, as of 0.8.0 we now