Hi Sylvain,
That is correct - we currently have only primary-key columns, and wish to add a
single non-primary key column. Based on the data stored in the table, it is
highly unlikely we will need to add more columns in the future, but we can
always migrate the data then if we need to.
We have
On Wed, Nov 27, 2013 at 7:06 PM, Jacob Edelstein wrote:
> Hi all,
> We made a decision to use compact storage for a couple of very large
> tables to get maximum storage efficiency. We understood that this would
> limit us to a single non-primary key column. We did not realize at the time
> that w
Hi all,
We made a decision to use compact storage for a couple of very large tables to
get maximum storage efficiency. We understood that this would limit us to a
single non-primary key column. We did not realize at the time that we would not
be able to add this column using the cql3 alter comma