Opened 16 years ago

Closed 16 years ago

#276 closed enhancement (fixed)

chert alldocspostlist should use posting table instead of termlist table

Reported by: Richard Boulton Owned by: Olly Betts
Priority: normal Milestone: 1.1.0
Component: Other Version: SVN trunk
Severity: normal Keywords:
Cc: Blocked By:
Blocking: Operating System: All

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 (1)

comment:1 by Richard Boulton, 16 years ago

Resolution: fixed
Status: newclosed

Implemented in revision [10716].

Note: See TracTickets for help on using tickets.