[Xapian-devel] How to search quickly in static data set

Richard Boulton richard at tartarus.org
Mon Oct 21 15:47:21 BST 2013


Take a look at xapian-compact, which will reduce unused space and make
accesses to many of the tables more likely to follow a sequential pattern.
 It has some options for doing a full compaction which make the btree much
more tightly packed than it usually would be, which are probably
appropriate for your case.


On 21 October 2013 13:32, Krishna Somisetty
<krishna.somisetty at outlook.com>wrote:

> Hi,
>
> If i know that my data to be indexed is static (and no updates are
> expected),
> what options can i use to reduce the size of index files and increasing
> the search performance.
>
>  - Krishna.
>
> _______________________________________________
> Xapian-devel mailing list
> Xapian-devel at lists.xapian.org
> http://lists.xapian.org/mailman/listinfo/xapian-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20131021/da231fd6/attachment.html>


More information about the Xapian-devel mailing list