Skip to content

Accumulators/Top-k heap for large collections #5

@JMMackenzie

Description

@JMMackenzie

The current process for generating the top-k involves a SIMD-based block-access approach over the accumulator vector after the processing is completed.

We might also want to implement the JASS approach which maintains, during query processing, a top-k heap over the accumulator table (essentially, pointers to the accumulator table). That way, no linear scan is required, and the heap is maintained on-the-fly.

I suspect this will be more efficient for larger document collections.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions