Thread
Stories related to "A Relational Model of Data (1969)" across the full archive.
Automatic Generation of Normalized Relational Schemas from Nested Key-Value Data
(cs-www.cs.yale.edu)
They also provide a benchmark here: http://vitessedata.com/benchmark/
Extra relevant that Google started selling underlying technology as cloud service. The system implements a strong version of consistency with high throughput and availability. The TrueTime scheme from Google was a brilliant hack, too.
Amazon Aurora: Design Considerations for High Throughput Cloud-Native Relational Databases
(allthingsdistributed.com)
A while ago, I [asked](https://lobste.rs/s/cqnzl5/lobste_rs_access_pattern_statistics_for) about traffic statistics for lobste.rs for a research project. Finally, the result of that work has now been published as the linked system, which speeds up lobste.rs by ~5x over that provided by MySQL. The so...