ClickHouse/utils
Amos Bird 26ab5dd7a7 A Proper lookup table that uses HashTable's API
This is the first step of allowing heterogeneous cells in hash tables.

performance test results are

```

1. HashMap<UInt16, UInt8, TrivialHash, HashTableFixedGrower<16>>;
2. NewLookupMap<UInt16, UInt8>

ResolutionWidth 30000 1 .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................223550276.46
ResolutionWidth 30000 2 .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................248772721.24
Best: 2 - 24877272124

ResolutionWidth 100000 1 ..........................................................................................................................................................................................................................................................238498413.99
ResolutionWidth 100000 2 ..........................................................................................................................................................................................................................................................261808889.98
Best: 2 - 26180888998

ResolutionWidth 300000 1 ...................................................................................239307348.81
ResolutionWidth 300000 2 ...................................................................................257592761.30
Best: 2 - 25759276130

ResolutionWidth 1000000 1 .........................240144759.26
ResolutionWidth 1000000 2 .........................257093531.91
Best: 2 - 25709353191

ResolutionWidth 5000000 1 .....241573260.35
ResolutionWidth 5000000 2 .....259314162.79
Best: 2 - 25931416279

ResolutionDepth 30000 1 .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................217108119.84
ResolutionDepth 30000 2 .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................249459504.41
Best: 2 - 24945950441

ResolutionDepth 100000 1 ..........................................................................................................................................................................................................................................................229065162.17
ResolutionDepth 100000 2 ..........................................................................................................................................................................................................................................................253769105.64
Best: 2 - 25376910564

ResolutionDepth 300000 1 ...................................................................................233079225.18
ResolutionDepth 300000 2 ...................................................................................256316273.78
Best: 2 - 25631627378

ResolutionDepth 1000000 1 .........................234184633.51
ResolutionDepth 1000000 2 .........................261100491.57
Best: 2 - 26110049157

ResolutionDepth 5000000 1 .....233118795.66
ResolutionDepth 5000000 2 .....252436160.41
Best: 2 - 25243616041

```
2019-03-01 16:47:13 +08:00
..
build Add parquet support. Fixes, tests, ... 2019-02-19 23:51:44 +03:00
check-marks Fix cyclic lib depend ppart 2: clean 2018-12-28 21:15:26 +03:00
check-style Added a script to check for ungrouped includes 2019-02-10 20:40:18 +03:00
compressor Fixed bugs found by PVS-Studio 2019-01-09 18:44:20 +03:00
config-processor Do not write preprocessed configs to /etc/ (#2443) 2018-11-27 19:11:46 +03:00
convert-month-partitioned-parts Fix link in split mode 2019-02-06 17:14:16 +03:00
corrector_utf8 Better link and deps (#3631) 2018-11-21 22:20:27 +03:00
fill-factor Better link and deps (#3631) 2018-11-21 22:20:27 +03:00
iotest Removing garbage, part 1 2019-01-13 21:51:57 +03:00
link-validate Better check #2240 2018-05-11 15:00:02 +03:00
postprocess-traces Fixed postprocess-traces script [#CLICKHOUSE-4017] 2018-09-28 07:35:59 +03:00
release Read revision from files only if it was not specified explicitly 2019-02-05 14:07:28 +03:00
report stderr.log fixes 2018-08-29 22:52:04 +03:00
s3tools Better logging in script 2019-01-29 19:29:03 +03:00
test-data-generator A Proper lookup table that uses HashTable's API 2019-03-01 16:47:13 +08:00
travis Macos: set ENABLE_EMBEDDED_COMPILER=0 by default (because contrib/llvm temporary broken under macos) (#3382) 2018-10-16 12:30:51 +03:00
wikistat-loader Better link and deps (#3631) 2018-11-21 22:20:27 +03:00
zookeeper-cli Better link and deps (#3631) 2018-11-21 22:20:27 +03:00
zookeeper-copy-tree add util to copy zookeeper trees [#CLICKHOUSE-4024] 2018-12-28 16:20:35 +03:00
zookeeper-create-entry-to-download-part Better link and deps (#3631) 2018-11-21 22:20:27 +03:00
zookeeper-dump-tree Better link and deps (#3631) 2018-11-21 22:20:27 +03:00
zookeeper-remove-by-list Better link and deps (#3631) 2018-11-21 22:20:27 +03:00
CMakeLists.txt a tool to convert an old month-partition part to the custom-partitioned format [#CLICKHOUSE-4231] 2019-01-30 16:51:39 +03:00
make_changelog.py make_changelog.py review fixes. 2019-01-28 21:06:13 +03:00