Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Star tree] star tree off heap changes #14815

Closed
bharath-techie opened this issue Jul 18, 2024 · 1 comment · Fixed by #14817
Closed

[Star tree] star tree off heap changes #14815

bharath-techie opened this issue Jul 18, 2024 · 1 comment · Fixed by #14817
Assignees
Labels
enhancement Enhancement or improvement to existing feature or request Indexing:Performance Indexing Indexing, Bulk Indexing and anything related to indexing Other v2.17.0

Comments

@bharath-techie
Copy link
Contributor

bharath-techie commented Jul 18, 2024

Is your feature request related to a problem? Please describe

Sort and aggregation of segment documents when building star tree takes up lots of resources if they are stored in in-memory structures like Lists. So this issue tracks the off heap implementation where we store and retrieve the star tree documents in off heap method using temporary files.

Describe the solution you'd like

We will store the offsets in array and swap the offsets when we go through the files. We offload the entire sort and aggregation of segment documents and construction of star tree documents to off-heap.

Related component

Other

Describe alternatives you've considered

No response

Additional context

No response

@bharath-techie bharath-techie added enhancement Enhancement or improvement to existing feature or request untriaged labels Jul 18, 2024
@github-actions github-actions bot added the Other label Jul 18, 2024
@bharath-techie bharath-techie self-assigned this Jul 24, 2024
@peternied peternied added Indexing Indexing, Bulk Indexing and anything related to indexing Indexing:Performance and removed untriaged labels Jul 24, 2024
@peternied
Copy link
Member

[Triage - attendees 1 2]
@bharath-techie Thanks for creating this issue, it looks like this should be related to the indexing area.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request Indexing:Performance Indexing Indexing, Bulk Indexing and anything related to indexing Other v2.17.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants