Details
-
New Feature
-
Status: Resolved
-
Normal
-
Resolution: Fixed
Description
Local indexes are suitable for low-cardinality data, where spreading the index across the cluster is a Good Thing. However, for high-cardinality data, local indexes require querying most nodes in the cluster even if only a handful of rows is returned.
Attachments
Attachments
Issue Links
- duplicates
-
CASSANDRA-9826 Expose tuning parameters from CREATE TABLE to MV
- Resolved
- is related to
-
CASSANDRA-9917 MVs should validate gc grace seconds on the tables involved
- Resolved
-
CASSANDRA-9967 Determine if a Materialized View is finished building, without having to query each node
- Resolved
-
CASSANDRA-9928 Add Support for multiple non-primary key columns in Materialized View primary keys
- Open
-
CASSANDRA-8517 Make client-side Token Aware Balancing possible with Global Indexes
- Resolved
-
CASSANDRA-9826 Expose tuning parameters from CREATE TABLE to MV
- Resolved
-
CASSANDRA-9927 Security for MaterializedViews
- Resolved
- relates to
-
CASSANDRA-12888 Incremental repairs broken for MVs and CDC
- Open
-
CASSANDRA-9779 Append-only optimization
- Open
-
CASSANDRA-9664 Allow MV's select statements to be more complex
- Resolved
-
CASSANDRA-9415 Implicit use of Materialized Views on SELECT
- Resolved
- links to