On 2025/11/04 22:32:08 Josh McKenzie wrote: > > So I guess what I'm noodling on here is a superset of what Patrick is w/a > slight modification, where we double down on CQL as being the "low level high > performance" API for C*, and have SQL and other APIs built on top of that. > Again from https://lists.apache.org/thread/hdwf0g7pnnko7m84yxn87lybnlcdvn50 > Or is it building a native SQL implementation stateless on top of a backing > ordered (ByteOrderedPartitioner), transactional (accord), key-value cassandra > cluster ? It’s an extra hop, but trying to adjust the existing grammar / DDL > to fit into a language it always mimicked but never implemented faithfully > feels like a bumpy road, where there are many successful existence proofs for > building it stateless a layer above. TiKV / TiDB, FoundationDB, etc, etc, etc. If you have a transactional, performant, ordered KV store, you can built almost any high level database on top of it. You can expose even lower layer primitives (like placement) to optimize for it.
- Re: [DISCUSS] SQL support in Cassandra Josh McKenzie
- Re: [DISCUSS] SQL support in Cassandra Jeff Jirsa
- Re: [DISCUSS] SQL support in Cassandra Patrick McFadin
- Re: [DISCUSS] SQL support in Cassandra Dinesh Joshi
- Re: [DISCUSS] SQL support in Cassandra Patrick McFadin
- Re: [DISCUSS] SQL support in Cassandra Jeff Jirsa
- Re: [DISCUSS] SQL support in Cassandra Josh McKenzie
- Re: [DISCUSS] SQL support in Cassandra Patrick McFadin
- Re: [DISCUSS] SQL support in Cassandra Joel Shepherd
- Re: [DISCUSS] SQL support in Cassandra Josh McKenzie
- Re: [DISCUSS] SQL support in Cassandra Jeff Jirsa
- Re: [DISCUSS] SQL support in Cassandra Patrick McFadin
- Re: [DISCUSS] SQL support in Cassandra Josh McKenzie
- Re: [DISCUSS] SQL support in Cassandra Joseph Lynch
- Re: [DISCUSS] SQL support in Cassandra Jeff Jirsa
- Re: [DISCUSS] SQL support in Cassandra Josh McKenzie
- Re: [DISCUSS] SQL support in Cassandra David Capwell
- Re: [DISCUSS] SQL support in Cassandra Dinesh Joshi
- Re: [DISCUSS] SQL support in Cassandra Patrick McFadin
- Re: [DISCUSS] SQL support in Cassandra Jordan West
- Re: [DISCUSS] SQL support in Cassandra Joel Shepherd
