Inverted Index
This page describes configuring the inverted index for Apache Pinot
Bitmap inverted index
{
"tableIndexConfig": {
"invertedIndexColumns": [
"column_name",
...
],
...
}
}Sorted inverted index

Was this helpful?

