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

Sort segments on timestamp in read only engine #93576

Merged

Conversation

javanna
Copy link
Member

@javanna javanna commented Feb 7, 2023

Ordinary indices support sorting their segments on the timestamp when they have such a field defined in their mappings (see #75195). This was not initially supported as a directory reader could not be created provding a leaf sorter, which is now possible in Lucene and we can make use of.

Ordinary indices support sorting their segments on the timestamp when they have such a field defined
in their mappings (see elastic#75195). This was not initially supported as a directory reader could not be created provding
a leaf sorter, which is now possible in Lucene and we can make use of.
@javanna javanna added >enhancement :Distributed Indexing/Engine Anything around managing Lucene and the Translog in an open shard. v8.7.0 labels Feb 7, 2023
@javanna javanna requested a review from tlrx February 7, 2023 20:23
@elasticsearchmachine elasticsearchmachine added the Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. label Feb 7, 2023
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (Team:Distributed)

@elasticsearchmachine
Copy link
Collaborator

Hi @javanna, I've created a changelog YAML for you.

Copy link
Member

@tlrx tlrx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Thanks Luca!

@javanna javanna merged commit 63de2f4 into elastic:main Feb 8, 2023
@javanna javanna deleted the enhancement/readonly_engine_leaf_sorter branch February 8, 2023 12:57
@javanna javanna added v8.8.0 and removed v8.7.0 labels Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Indexing/Engine Anything around managing Lucene and the Translog in an open shard. >enhancement Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. v8.8.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants