mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.0' into cassandra-3.11
This commit is contained in:
commit
91b8a89699
2
NEWS.txt
2
NEWS.txt
|
|
@ -588,6 +588,8 @@ Upgrading
|
|||
- The 'index_interval' option for 'CREATE TABLE' statements, which has been deprecated
|
||||
since 2.1 and replaced with the 'min_index_interval' and 'max_index_interval' options,
|
||||
has now been removed.
|
||||
- The 'replicate_on_write' and 'populate_io_cache_on_flush' options for 'CREATE TABLE' statements,
|
||||
which have been deprecated since 2.1, have also been removed.
|
||||
- Batchlog entries are now stored in a new table - system.batches.
|
||||
The old one has been deprecated.
|
||||
- JMX methods set/getCompactionStrategyClass have been removed, use
|
||||
|
|
|
|||
Loading…
Reference in New Issue