mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.0' into cassandra-3.11
This commit is contained in:
commit
604776b9c6
3
NEWS.txt
3
NEWS.txt
|
|
@ -263,7 +263,8 @@ Upgrading
|
|||
Compact Storage (only when upgrading from 3.X or any version lower than 3.0.15)
|
||||
---------------
|
||||
- Starting version 4.0, Thrift is no longer supported.
|
||||
Starting version 5.0, COMPACT STORAGE will no longer be supported.
|
||||
COMPACT STORAGE will no longer be supported after 'ALTER ... DROP COMPACT STORAGE'
|
||||
is taken out of experimental mode. This will be done in a major future release, post 5.0 (CASSANDRA-19324).
|
||||
'ALTER ... DROP COMPACT STORAGE' statement makes Compact Tables CQL-compatible,
|
||||
exposing internal structure of Thrift/Compact Tables. You can find more details
|
||||
on exposed internal structure under:
|
||||
|
|
|
|||
Loading…
Reference in New Issue