|
|
|
|
|
by mcms
2786 days ago
|
|
Actually, Scylla 3.0 is still RC [1] and as mentioned in the article will be released later this month. And I don't think OLTP/OLAP is about LWTs. I think they are just talking about Scylla's ability to process normal updates in a timely manner while doing OLAP queries. And you're right about ACID transactions. Multiple rows across two or more partitions can not be updated atomically, even with LWTs, but it is possible for a single partition. [1] https://github.com/scylladb/scylla/releases |
|