You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Paulo Motta (JIRA)" <ji...@apache.org> on 2016/05/23 12:52:13 UTC

[jira] [Created] (CASSANDRA-11876) Add serialization support to legacy index

Paulo Motta created CASSANDRA-11876:
---------------------------------------

             Summary: Add serialization support to legacy index
                 Key: CASSANDRA-11876
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11876
             Project: Cassandra
          Issue Type: Sub-task
            Reporter: Paulo Motta
            Assignee: Kaide Mu
            Priority: Minor


Currently {{LegacyShallowIndexedEntry}} only supports reading from legacy format. We should add support to writing in old format ({{!format.storeRows()}}).

There are two cases to consider: {{RowIndexEntry}} (when the index is smaller than {{column_index_size_in_kb}}) and {{IndexedEntry}} (otherwise).

We should add tests to verify that the index is being properly converted from the current version to the legacy version.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)