Displaying 1 result from an estimated 1 matches for "30millions".
Did you mean:
10million
2013 Oct 23
2
performance on document.get_data()
I got some performance issue for document.get_data() and
enquire.get_mset(). It costs 35 seconds for matches =
enquire.get_mset(0,200), and 3 seconds for iterating all doc in matches to
get_data. Is't normal? My index contains 30millions documents. I use python
binding to operate xapian. Bellow it's my index structure
# value: 0:date, 1:site
# data: json message which contains: author, url, message(30 words)
Do you have any idea to improve the search performance , especially
doc.get_data?
my code snippet
database = xapian.D...