Class SecondaryIndexWriter


  • public class SecondaryIndexWriter
    extends Object
    Writes secondary index for one table.

    Each secondary index has its own tbsIndex.

    The key is composed of a combination of secondary index columns and primary key. The value is the tbsIndex followed by the partition directory (if any)

    • Constructor Detail

      • SecondaryIndexWriter

        public SecondaryIndexWriter​(Tablespace tablespace,
                                    TableDefinition tableDefinition,
                                    int tbsIndex)
    • Method Detail

      • getTbsIndex

        public int getTbsIndex()