-
Type: New Feature
-
Resolution: Won't Do
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Index Maintenance, Storage
-
None
-
Storage Execution
Your support for covering indexes requires that all columns in the covering index are indexed (i.e. part of key in a column family). In some cases, it might make sense to add columns to the covering index without indexing them. In RocksDB (and other key-value storage engines), those columns could be stored as values (with key containing the indexed columns).