ClickHouse/dbms/programs
Nikita Vasilev a1b0dede07 Data Skipping Indices (#4143)
* made index parser

* added index parsing

* some fixes

* added index interface and factory

* fixed compilation

* ptrs

* added indexParts

* indextypes

* index condition

* IndexCondition

* added indexes in selectexecutor

* fix

* changed comment

* fix

* added granularity

* comments

* fix

* fix

* added writing indexes

* removed indexpart class

* fix

* added setSkipIndexes

* add rw for MergeTreeIndexes

* fixes

* upd error

* fix

* fix

* reading

* test index

* fixed nullptr error

* fixed

* fix

* unique names

* asts -> exprlist

* minmax index

* fix

* fixed select

* fixed merging

* fixed mutation

* working minmax

* removed test index

* fixed style

* added indexes to checkDataPart

* added tests for minmax index

* fixed constructor

* fix style

* fixed includes

* fixed setSkipIndexes

* added indexes meta to zookeeper

* added parsing

* removed throw

* alter cmds parse

* fix

* added alter

* fix

* alters fix

* fix alters

* fix "after"

* fixed alter

* alter fix + test

* fixes

* upd setSkipIndexes

* fixed alter bug with drop all indices

* fix metadata editing

* new test and repl fix

* rm test files

* fixed repl alter

* fix

* fix

* indices

* MTReadStream

* upd test for bug

* fix

* added useful parsers and ast classes

* fix

* fix comments

* replaced columns

* fix

* fixed parsing

* fixed printing

* fix err

* basic IndicesDescription

* go to IndicesDescr

* moved indices

* go to indicesDescr

* fix test minmax_index*

* fixed MT alter

* fixed bug with replMT indices storing in zk

* rename

* refactoring

* docs ru

* docs ru

* docs en

* refactor

* rename tests

* fix docs

* refactoring

* fix

* fix

* fix

* fixed style

* unique idx

* unique

* fix

* better minmax calculation

* upd

* added getBlock

* unique_condition

* added termForAST

* unique

* fixed not

* uniqueCondition::mayBeTrueOnGranule

* fix

* fixed bug with double column

* is always true

* fix

* key set

* spaces

* test

* tests

* fix

* unique

* fix

* fix

* fixed bug with duplicate column

* removed unused data

* fix

* fixes

* __bitSwapLastTwo

* fix
2019-02-05 17:50:25 +03:00
..
benchmark Install fixes 2019-01-28 19:36:39 +03:00
clang Build fixes (#4076) 2019-01-18 18:19:53 +03:00
client Merge pull request #4230 from bsd-conqueror/missing_password_value 2019-02-02 20:53:15 +03:00
compressor Install fixes 2019-01-28 19:36:39 +03:00
copier Data Skipping Indices (#4143) 2019-02-05 17:50:25 +03:00
extract-from-config Install fixes 2019-01-28 19:36:39 +03:00
format Install fixes 2019-01-28 19:36:39 +03:00
local Merge pull request #4231 from fandyushin/queryid 2019-02-02 17:38:13 +03:00
obfuscator Install fixes 2019-01-28 19:36:39 +03:00
odbc-bridge Merge branch 'split-odbc-bridge' of github.com:yandex/ClickHouse into split-odbc-bridge 2019-01-30 21:48:39 +03:00
performance-test Add ability to run queries by indexes 2019-02-04 20:37:55 +03:00
server Merge pull request #4213 from nvartolomei/nv/http-cancel 2019-02-04 17:33:47 +03:00
CMakeLists.txt Fix 2019-01-31 20:18:30 +03:00
config_tools.h.in 3908 Fix build client only 2018-12-27 17:32:23 +03:00
main.cpp Merge branch 'master' into split-odbc-bridge 2019-01-28 18:15:18 +03:00