-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Single text index per segment #15750
Copy link
Copy link
Open
Labels
enhancementImprovement to existing functionalityImprovement to existing functionalityindexRelated to indexing (general)Related to indexing (general)pluginsRelated to the plugin systemRelated to the plugin systemstaleNo activity for an extended periodNo activity for an extended period
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementImprovement to existing functionalityImprovement to existing functionalityindexRelated to indexing (general)Related to indexing (general)pluginsRelated to the plugin systemRelated to the plugin systemstaleNo activity for an extended periodNo activity for an extended period
We recently observed use cases with 100+ columns requiring text indices, which causes the issue of too many open files as current text index implementation is per column.
The proposal here is to allow one shared Lucene Index for Multiple Columns in Pinot.
Changes
Challenges
#Future extentions