ClickHouse/dbms/tests
Alexander Kuzmenkov e1898ca89a Make the quadratic Arena::allocContinue less bad.
Scenarios that use Arena::allocContinue may waste quadratically many
memory and perform quadratically many copying, when the memory range
size reaches Arena's linear allocation threshold. To alleviate this,
make sure that the next memory chunk allocated by allocContinue is at
least linear_growth_threshold bytes bigger than the previous one, so
that we don't reallocate and copy that often.
2019-09-18 15:04:56 +03:00
..
config Add metric log 2019-08-16 11:19:13 +03:00
external_models/catboost
instructions Updated instruction 2019-08-19 22:07:13 +03:00
integration Merge with master 2019-09-13 13:58:23 +03:00
perf_drafts
performance performance test for lowcardinality array, showing significant performance degradation comparing to plain array 2019-09-12 22:46:31 +02:00
queries Make the quadratic Arena::allocContinue less bad. 2019-09-18 15:04:56 +03:00
users.d
.gitignore
clickhouse-client.xml Removing allow_experimental_live_view option from clickhouse-client.xml. 2019-08-27 16:23:12 -04:00
clickhouse-test
clickhouse-test-server
client-test.xml
CMakeLists.txt
CTestCustom.cmake
decimals_dictionary.xml
ints_dictionary.xml
server-test.xml Another attempt to enable allow_experimental_live_view options during tests. 2019-08-25 21:57:32 -04:00
stress Stress test: more beautiful 2019-08-31 14:20:09 +03:00
strings_dictionary.xml
tsan_suppressions.txt Make a better build scheme (#6500) 2019-08-28 23:49:37 +03:00
users.xml