1. 47
    1. 2

      Some lessons learn from the parper:

      1. Columnar-storage is not necessary for OLAP, great engineering on BTree can outperform it.
      2. There are 600 lines test code for every line code in SQLite.