Skip to content

[Proposal]OffHeapIncrementalIndexV2 to do just aggregations off-heap #2297

@himanshug

Description

@himanshug

OnHeapIncrementalIndex does everything on-heap, while existing OffHeapIncrementalIndex tries to do everything off-heap and considerably slow and is to be deleted soon.
I've been working on an OffHeapIncrementalIndexV2 which is same as OnHeapIncrementalIndex except it does aggregations on off-heap buffers. Using this during groupBy query merges would reduce GC pressure on both historical and broker nodes specially when you have big complex aggregates like thetaSketch .

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions