This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 6b68a8c  ninja-fix: CEP is "Memtable pluggable memtable", not 
"Memtable pluggable memtable storage"
6b68a8c is described below

commit 6b68a8ce1d30214eea0065dc91f994f06e41c38d
Author: mck <m...@apache.org>
AuthorDate: Wed Oct 27 09:07:09 2021 +0200

    ninja-fix: CEP is "Memtable pluggable memtable", not "Memtable pluggable 
memtable storage"
---
 .../ROOT/pages/blog/What-the-Future-Holds-for-Apache-Cassandra.adoc     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/site-content/source/modules/ROOT/pages/blog/What-the-Future-Holds-for-Apache-Cassandra.adoc
 
b/site-content/source/modules/ROOT/pages/blog/What-the-Future-Holds-for-Apache-Cassandra.adoc
index f763d0c..a9d3a17 100644
--- 
a/site-content/source/modules/ROOT/pages/blog/What-the-Future-Holds-for-Apache-Cassandra.adoc
+++ 
b/site-content/source/modules/ROOT/pages/blog/What-the-Future-Holds-for-Apache-Cassandra.adoc
@@ -19,7 +19,7 @@ Already we have seen CEPs approved and in development, such 
as:
 * 
https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-10%3A+Cluster+and+Code+Simulations[Cluster
 & code action simulator,window=_blank] - a facility for simulating operations 
on clusters that enables repeatable but pseudo-random exploration of state 
space and correctness testing. This will bolster the already formidable testing 
capabilities the Cassandra community offers and represents a true advancement 
in the state-of-the-art for distributed systems testing.
 * 
https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-13%3A+Denylisting+partitions[Denylisting
 partitions,window=_blank] - when operating Cassandra in production, reading 
certain partition keys can cause undesirable effects on the entire node or 
within the cluster. This denylisting feature is another critical tool in the 
operator toolbox to reduce the impact of unexpected or unhealthy client reads 
and writes on specific partitions. This feature will also prevent DDOS attacks 
where  [...]
 * 
https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-15%3A+General+Purpose+Transactions[General-purpose
 transactions,window=_blank] - a popular feature in community discussion which 
has been quickly approved, this CEP, when implemented, will be a major feature 
for many users as it will deliver the first-ever database that supports 
general-purpose transactions without the recognized trade-offs seen in other 
databases, such as scalability bottlenecks or the lack of strong consistenc 
[...]
-* 
https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-11%3A+Pluggable+memtable+implementations[Memtable
 pluggable memtable storage,window=_blank] - this is a CEP with potentially the 
broadest impact for more advanced use cases such as persistent memory. This 
feature is also a crucial first step in exploring using alternative storage 
engines within Cassandra, optimized for specific workloads. Instagram has 
already shown early promise with this idea by adding RocksDB as a storage 
engine.
+* 
https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-11%3A+Pluggable+memtable+implementations[Memtable
 pluggable memtable,window=_blank] - this is a CEP with potentially the 
broadest impact for more advanced use cases such as persistent memory. This 
feature is also a crucial first step in exploring using alternative storage 
engines within Cassandra, optimized for specific workloads. Instagram has 
already shown early promise with this idea by adding RocksDB as a storage 
engine.
 * 
https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-14%3A+Paxos+Improvements[Paxos
 improvements,window=_blank] - a feature that builds on the cluster simulation 
CEP and improves the performance of lightweight transactions (LWTs). This type 
of transaction is used to guarantee that the data most recently written is 
considered before a read, which, in turn, ensures a high level of consistency 
for any decisions you want to make on data and allows linearizable access by 
concurrent use [...]
 * 
https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-16%3A+Auth+Plugin+Support+for+CQLSH[Auth
 Plugin Support for CQLSH,window=_blank] - CQLSH, the included CLI tool, is 
important and useful, but, unfortunately, lacks the same support for different 
authentication methods. This will allow anyone using third-party-provided 
plugins like LDAP, Kerberos, and Sigv4 to be able to continue to use CQSLH.
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to