I have been through this document but here it doesn't say if the data is made a copy of because of secondary index or its just having links to other data ?
Asked
Active
Viewed 56 times
0
-
2is take up space but they're not a full copy of the data like MVs are. – phact Aug 04 '16 at 13:59
1 Answers
0
Secondary indexes create a copy of the index table (just index data, not the whole table of data) on each node. Datastax has a very good write up on how secondary indexes work and when/when not to use them.
https://docs.datastax.com/en/cql/3.3/cql/cql_using/useSecondaryIndex.html

gsteiner
- 776
- 5
- 20