Skip to content

Add the ability to do post-indexing index-time sort on frozen/closed indices #41273

Open
@dakrone

Description

It would be nice to be able to take advantage of the storage savings from
index-time sorting, however, in a lot of cases the sorting criteria is not known
at index time, or the indexing cost is too high for the throughput required.

One way that we might be able to address this is to enhance the merging process
to perform an offline sort followed by a forcemerge. This could hopefully be
done while an index was frozen or closed.

This would allow us to build a functionality for this into ILM and have it
automatically done during the index's lifecycle.

/cc @s1monw maybe you can comment on the feasibility and details on doing the
offline sort and force merge?

Metadata

Assignees

No one assigned

    Labels

    :Distributed Indexing/StoreIssues around managing unopened Lucene indices. If it touches Store.java, this is a likely label.>featureTeam:Distributed (Obsolete)Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions