Index selected sub fields in JSON column
Open
- Dominant language
- Java
- Stars
- 6.1k
- Forks
- 1.5k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 195
Description
Today, all the nested fields of a JSON column are indexed during the index creation. This leads to unnecessary storage cost, if users know beforehand what nested fields are needed in the predicates. However, users may want to keep the entire JSON column in the projection list. It'll be good to enhance the JSON index spec and allow users to specify the nested fields to index.
Contributor guide
Assessment
This issue has not been assessed yet.