-
Notifications
You must be signed in to change notification settings - Fork 25.3k
Open
Labels
Description
Today many fields are mapped, but in the near future when most fields will be unmapped, reading/accessing unmapped fields will be more important. Initially unmapped fields will be stored via ignored source. The expectation is that read performance of ignored source is be slower compared to reading from doc values. However it can't be too slow.
Recent investigation shoed that accessing unmapped field via insist_*
esql command is now way too slow: elastic/rally-tracks#801 (comment)
This meta issue is about improving accessing unmapped fields.