Class WidePrimaryKeyMap

java.lang.Object
org.apache.cassandra.index.sai.disk.v1.SkinnyPrimaryKeyMap
org.apache.cassandra.index.sai.disk.v1.WidePrimaryKeyMap
All Implemented Interfaces:
Closeable, AutoCloseable, PrimaryKeyMap

@NotThreadSafe public class WidePrimaryKeyMap extends SkinnyPrimaryKeyMap
An extension of the SkinnyPrimaryKeyMap for wide tables (those with clustering columns).

This used the following additional on-disk structures to the SkinnyPrimaryKeyMap

While the WidePrimaryKeyMap.Factory is threadsafe, individual instances of the WidePrimaryKeyMap are not.