Important
New database features are no longer connected to engine versions; features are now enabled independently during scheduled update windows, and “major” and “minor” releases no longer exist in Helios. Please visit the release notes to view the latest features available in your database clusters.
MV_ FTS_ MERGED_ INDEXES
This view shows full-text indexes that span multiple JLucene segments.
|
Column Name |
Description |
|---|---|
|
|
The name of the database. |
|
|
The name of the table on which this index is built. |
|
|
The ID of the partition where this index resides. |
|
|
The ID of the node where this index resides. |
|
|
The internal ID of the full-text index. |
|
|
The number of Lucene segments in this index. This value is always greater than 1 as this view only includes merged indexes. |
|
|
A JSON array of the individual Lucene segment IDs that make up this index. |
|
|
The total number of rows indexed. |
|
|
The full-text index metadata version. |
|
|
The uncompressed size of the full-text index, in bytes. |
Last modified: