tarantool / tpch

Tarantool TPC-H tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automate comparison between SQLite and Tarantool

tsafin opened this issue · comments

At the moment we have to do a lot of manual passes to:

  • to generate dataset of given size;
  • to populate with that dataset the SQLite' TPC-H.db file, and then run queries from queries/*.sql
  • to load teh same dataset inti Tarantool snapshop and then run same queries against them

We need to automate this process to be applicable in CI.