search for: flint_database

Displaying 5 results from an estimated 5 matches for "flint_database".

2007 Jul 17
1
BUG IN XAPIAN_FLUSH_THRESHOLD
There is is bug when setting XAPIAN_FLUSH_THRESHOLD=20000000 When trying for force Xapian flush documents to flush after 20 million documents Xapian ignores the size and flush it after only 10,000 documents. Data captured from delve after 60 seconds interval when has been set as follow: XAPIAN_FLUSH_THRESHOLD=20000000 perl -e ' while(1) { system("delve ."); sleep(60); } '
2007 Apr 09
1
Re: [Xapian-commits] 8157: trunk/xapian-core/ trunk/xapian-core/backends/flint/ trunk/xapian-core/backends/quartz/
olly wrote: > Log message (6 lines): > backends/flint/flint_database.cc: Delete the corresponding entry > (if any) from doclens in delete_document(). Add assertion to > add_document_() that the corresponding entry in doclens isn't > already set, but in a non-debug build overwrite any existing > entry as that's more likely to be correct. > bac...
2007 Jun 19
2
Deleted documents not deleted
I seem to be seeing cases where I call db.delete_document(somedocid) with no error, then flush() and delete the database object, but the document is still there after process exit. The write lock is normally deleted, so it appears that the database close finished normally. If I then then call delete_document(somedocid) from another command/process, this time it goes away. I've been seeing
2007 Apr 09
1
Re: [Xapian-commits] 8153: trunk/xapian-core/ trunk/xapian-core/backends/flint/
On Mon, Apr 09, 2007 at 11:26:44AM +0100, richard wrote: > backends/flint/flint_database.cc: Fix bug with document lengths > in replace document. Was using doclens.insert() to set the new > document length, but this has no effect if the entry already > exists. Argh! That issue has bitten us at least once before. I'll audit all uses of insert to see if there are any oth...
2006 Apr 06
2
build error : xapian-core-0.9.4_svn6707
...uartz_alltermslist.o .libs/libxapian.lax/libbackend.a/net_termlist.o .libs/libxapian.lax/libbackend.a/quartz_values.o .libs/libxapian.lax/libbackend.a/flint_cursor.o .libs/libxapian.lax/libbackend.a/flint_metafile.o .libs/libxapian.lax/libbackend.a/quartz_termlist.o .libs/libxapian.lax/libbackend.a/flint_database.o .libs/libxapian.lax/libbackend.a/inmemory_database.o .libs/libxapian.lax/libbackend.a/net_document.o .libs/libxapian.lax/libbackend.a/quartz_log.o .libs/libxapian.lax/libbackend.a/inmemory_alltermslist.o .libs/libxapian.lax/libbackend.a/quartz_postlist.o .libs/libxapian.lax/libbackend.a/btree.o ....