Markus Dreseler
Markus Dreseler
#2115 again showed how nice this would be :/
Once libc++ fully supports PMR (see "Adopt Library Fundamentals V1 TS Components for C++17" on the [c++1z status page](http://libcxx.llvm.org/cxx1z_status.html)), switch from boost to std. Essentially, reapply 0a704e39f2a67909ef87b6afb0fe109da8fdfdf1. (Changed into a...
Pagination: Handle line-wrapping and terminal resizing correctly #371
Check if using different system allocators improves performance.
If a table gets replaced while a view exists, the view does not get updated: ``` load src/test/tables/int.tbl t; CREATE VIEW v AS SELECT * FROM t; load src/test/tables/int_float.tbl t;...
Switch tpch-dbgen repo? #935
Column aliases given as part of a table alias are ignored if the columns expression becomes part of a different expression: ``` (debug)> load resources/test_data/tbl/int_float.tbl t (debug)> SELECT foo +...
`SELECT COUNT(*) FROM (SELECT COUNT(*) FROM t WHERE a
Let's build a benchmark that tests for this and see if it actually makes a difference. If not, let's move it to the cpp file.
@nilsthamm - You mentioned that you already have made some changes for htis?