1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-12-22 06:33:29 +00:00

Add make-linux-pgo

fixes #23, with perhaps some open questions about why PGO on
arrow/parquet-cpp regressed things.
This commit is contained in:
Colin Dellow
2018-06-27 22:23:22 -04:00
parent 1a4f540e18
commit 2167d102b4
3 changed files with 20 additions and 6 deletions

View File

@@ -20,6 +20,10 @@ The first run will git clone a bunch of libraries, patch them to be statically l
Subsequent builds will only build the parquet virtual table extension.
### Building (release)
Run `./make-linx-pgo` to build an instrumented binary, run tests to collect real-life usage samples, then build an optimized binary. PGO seems to give a 5-10% reduction in query times.
#### Tests
Run: