-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Readings
RaduBerinde edited this page Feb 15, 2016
·
10 revisions
This page has a list of pointers to various systems or papers that might be helpful to know of / understand.
- Spanner is the inspiration for much of our work
- F1
- Volcano Optimizer
- Apache Calcite. Some slides here
- Spark SQL
- The Cascades Query Optimization Framework
- Apache Trafodion
- Vertica (evolved from C-Store)
- VoltDB (evolved from H-Store)
- ql: go embedded database, potentially interesting to look at implementation details
- TiDB: SQL over distributed transactional KV in go