Regatta is a distributed transactional SQL database that scales linearly with high efficiency, low latency, and support for heterogeneous nodes. Heck, it can even handle heterogenous node types without breaking a sweat.
This is part one of a two-part demonstration showcasing an early version of Regatta scaling linearly. This first demo focuses on a simple workload, executing basic SELECT operations using a direct rowid queries. The second demo will introduce a more complex workload, intentionally stressing ACID properties with numerous conflicting inserts and updates.
Regatta is the first of a new category of database system: OLxP databases. OLxP systems are modern cloud native distributed architectures. OLxP scale linearly without conceding any loss of consistency like what you see with sharded systems. OLxP systems are extremely performant and also extremely efficient. Unlike anything before them – OLxP systems can perform complex analytics directly on transactional data with no ETL, Datapipelines, time delay.
Tell non-distributed legacy systems to go shard themselves.
Learn more, subscribe and try Regatta for yourself!