|
|
|
|
|
by ttfkam
1758 days ago
|
|
Step 1: "SQL sucks!" Step 2: Let's make a database engine that doesn't use SQL. Step 3: "This is hard!" Step 4: Make SQL access layer. Wash. Rinse. Repeat. See: PartiQL Those who ignore the lessons of SQL are doomed to reimplement them...poorly. |
|
1. "SQL doesn't scale!"
2. We made this database engine that's "web scale"!
3. "This is hard to use!"
4. Make SQL access layer.
See: Spanner
Those who blame SQL for their performance problems are doomed to repeat them using a proprietary syntax.