Skip to content

ESQL: Sorts pushed to lucene with many very large fields can take a ton of untracked memory #140134

@nik9000

Description

@nik9000

Description

Sorts pushed to lucene can take a lot of memory when fields are much larger than expected. We estimate keyword fields as 50 bytes, but when they are 1kb AND we're sorting on, like, 500 of them, we'll still try to push the sort to lucene and it'll be a ton of memory.

Metadata

Metadata

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