search for: quartzbufferedtable

Displaying 2 results from an estimated 2 matches for "quartzbufferedtable".

2004 Aug 11
1
goodbye QuartzBufferedTable
I've finally managed to sort out the problems with my patch to eliminate QuartzBufferedTable and checked it in. I'm currently building a large database to test this. The rate was quite a bit faster initially but after around 200K documents it has settled down to being very slightly faster than before. Even if the eventual rate is much the same, this at least improves the time taken...
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 buffer changes to the posting lists in QuartzWritableDatabase (in the "Private attributes" totlen_added through to mod_plists): http...