OLAP – Phase 10 Sorting, Parallel Execution, REPL, and Server
原文英文,约1600词,阅读约需6分钟。
📝
内容提要
The database can parse SQL, plan queries, join tables, and aggregate results. But it’s missing four things that make it usable: ORDER BY (sorting results), parallel execution (using multiple CPU...