Ticket #276 (closed enhancement: fixed)

Opened 6 months ago

Last modified 5 months ago

chert alldocspostlist should use posting table instead of termlist table

Reported by: richard Owned by: olly
Priority: normal Milestone: 1.1.0
Component: Other Version: SVN trunk
Severity: normal Keywords:
Cc: Blocked By:
Operating System: All Blocking:

Description

The alldocspostlist for chert currently uses the termlist table to get the list of documents. However, chert now stores the document length for every document in a single list in the termlist table, so this should be used instead. Not only would this help in the target of making the termlist table optional, I believe it would also involve less IO, and should make pure ValueRange? searches faster, since these make use of an alldocspostlist to identify document IDs which exist.

Change History

Changed 5 months ago by richard

  • status changed from new to closed
  • resolution set to fixed

Implemented in revision [10716].

Note: See TracTickets for help on using tickets.