Class StorageAttachedIndexBuilder


  • public class StorageAttachedIndexBuilder
    extends SecondaryIndexBuilder
    Multiple storage-attached indexes can start building concurrently. We need to make sure: 1. Per-SSTable index files are built only once a. Per-SSTable index files already built, do nothing b. Per-SSTable index files are currently building, we need to wait until it's built in order to consider index built. 2. Per-column index files are built for each column index