Stefan Miklosovic created CASSANDRA-21157:
---------------------------------------------

             Summary: Add table_id column into 
system_distributed.compression_dictionaries
                 Key: CASSANDRA-21157
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-21157
             Project: Apache Cassandra
          Issue Type: Task
            Reporter: Stefan Miklosovic


When a table is re-created, its keyspace / table name is same but their schema 
might differ. If we re-use compression dictionary for such a table then the 
compression process will effectively use a dictionary for a table it was not 
trained for. table_id will make each dictionary unique as re-creation of a 
table will yield different table id so they will not be mistaken even keyspace 
/ table combo is same. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to