alesapin
|
69b623c47c
|
Return logic for cache
|
2019-04-01 14:09:30 +03:00 |
|
alesapin
|
37427077b8
|
Remove average granularity logic from code
|
2019-04-01 13:34:22 +03:00 |
|
alesapin
|
aba51a11ba
|
Large refactoring (only compilable)
|
2019-03-25 16:55:24 +03:00 |
|
Alexey Milovidov
|
58a6accee5
|
Updated test #4246
|
2019-02-10 19:55:12 +03:00 |
|
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 |
|
Alexey Milovidov
|
bac6b6f381
|
Fixed error #2863
|
2018-10-23 11:19:47 +03:00 |
|
alexey-milovidov
|
98c2ed582c
|
Merge pull request #2863 from VadimPE/ISSUES-2581
ISSUES-2581 fix SELECT with sequential consistency
|
2018-10-22 23:55:33 +03:00 |
|
Alexey Milovidov
|
99a64d3b92
|
Presumably better #2278
|
2018-10-17 06:13:00 +03:00 |
|
VadimPE
|
4db6eab5a3
|
ISSUES-2581 fix name
|
2018-10-10 19:20:15 +03:00 |
|
VadimPE
|
d4a56af660
|
ISSUES-2581 fix bug with new partition
|
2018-10-10 16:22:55 +03:00 |
|
VadimPE
|
28102bc3b5
|
ISSUES-2581 get pointer to max_blocls
|
2018-09-24 12:53:28 +03:00 |
|
VadimPE
|
5defbadb4a
|
Add new class for write new parts
|
2018-09-17 15:28:29 +03:00 |
|
VadimPE
|
6e78f576d7
|
ISSUES-2581 add comments, and fix
|
2018-09-03 11:25:35 +03:00 |
|
Vadim
|
79a089a996
|
Update MergeTreeDataSelectExecutor.h
|
2018-08-21 17:32:47 +03:00 |
|
Vadim
|
306c1b0b48
|
Update MergeTreeDataSelectExecutor.h
|
2018-08-21 17:27:51 +03:00 |
|
Vadim
|
3598f39f82
|
Merge branch 'master' into ISSUES-2581
|
2018-08-21 17:24:03 +03:00 |
|
VadimPE
|
3c0f6ce87b
|
ISSUES-2581 fix SELECT with select_sequential_consistency
|
2018-08-14 12:57:18 +03:00 |
|
Alexey Milovidov
|
2016374d20
|
Merging #2226
|
2018-08-05 10:05:43 +03:00 |
|
Alexey Zatelepin
|
55301ce1f0
|
create input streams for parts using InterpreterSelectQuery [#CLICKHOUSE-3798]
|
2018-07-20 22:44:34 +03:00 |
|
Nikolai Kochetov
|
a6375d6155
|
merged with master
|
2018-04-20 17:15:03 +03:00 |
|
Alexey Milovidov
|
d71b3a95ef
|
Renamed PK to Key where it's appropriate #2246
|
2018-04-20 03:20:50 +03:00 |
|
Nikolai Kochetov
|
a3308bf675
|
added IStorage::getQueryProcessingStage
|
2018-04-19 17:47:09 +03:00 |
|
Nikolai Kochetov
|
41229b201b
|
Merge branch 'master' into fix-header-for-union-stream-in-distributed-2
|
2018-04-13 23:11:04 +03:00 |
|
Nikolai Kochetov
|
42f9a4d773
|
added PrewhereInfo [#CLICKHOUSE-3694] #2156
|
2018-04-11 22:10:08 +03:00 |
|
Alexey Milovidov
|
f66d2fb780
|
Allow to use FINAL even in case of single part #2086
|
2018-04-06 00:36:55 +03:00 |
|
Alexey Zatelepin
|
71642b0880
|
use ColumnsDescription everywhere [#CLICKHOUSE-3241]
|
2018-03-12 22:07:48 +03:00 |
|
Alexey Zatelepin
|
c3348e27a4
|
shorter [#CLICKHOUSE-2]
|
2017-12-25 20:31:14 +03:00 |
|
Alexey Milovidov
|
6266ecc5ed
|
Miscellaneous [#CLICKHOUSE-2].
|
2017-11-25 02:03:58 +03:00 |
|
Alexey Milovidov
|
9406b6a5aa
|
Get rid of ASTSet, because it is not really an AST and it lead to bugs [#CLICKHOUSE-3148].
|
2017-07-15 06:48:36 +03:00 |
|
Alexey Milovidov
|
80080f1ad6
|
Small refinements [#CLICKHOUSE-2].
|
2017-06-02 18:54:39 +03:00 |
|
Alexey Milovidov
|
a77369d082
|
Preparation: Storages do not modify query [#CLICKHOUSE-31].
|
2017-05-25 04:12:41 +03:00 |
|
Alexey Milovidov
|
48f65e9097
|
Preparation: untangling [#CLICKHOUSE-31].
|
2017-05-25 00:06:29 +03:00 |
|
Alexey Milovidov
|
8e5f92f025
|
Fixed translation errors, part 1 [#CLICKHOUSE-3].
|
2017-05-09 15:07:35 -04:00 |
|
f1yegor
|
0b243a8b01
|
translate comments
|
2017-04-16 23:17:32 +03:00 |
|
Alexey Milovidov
|
310736cd7e
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
|