alexey-milovidov
c92fc70f66
Update StorageSystemTables.cpp
2019-10-08 03:29:41 +03:00
alexey-milovidov
704529801e
Update StorageSystemColumns.cpp
2019-10-08 03:27:57 +03:00
alexey-milovidov
20f5b27b8b
Update DatabaseOnDisk.h
2019-10-08 03:24:26 +03:00
Vasilyev Nikita
5fb84b55a6
fix nl
2019-10-05 13:21:47 +03:00
Vasilyev Nikita
b8647f49b5
fix
2019-10-05 13:21:04 +03:00
Vasilyev Nikita
d6490892a7
fix metadata time
2019-10-03 17:18:17 +03:00
Vasilyev Nikita
66506e26d0
fix
2019-10-03 16:40:53 +03:00
Vasilyev Nikita
6b1a1b5b5f
fix
2019-10-03 15:49:22 +03:00
Vasilyev Nikita
f0f5134759
fixed includes
2019-10-03 12:31:59 +03:00
Vasilyev Nikita
c27ce44d19
set -> list
2019-10-03 12:20:21 +03:00
Vasilyev Nikita
2f4e7bbe7f
get rid of copy-paste
2019-10-03 11:35:58 +03:00
Vasilyev Nikita
7ac9fadc0d
reduce copy-paste
2019-10-03 11:27:43 +03:00
Vasilyev Nikita
080815833f
refactor
2019-10-03 10:59:48 +03:00
Vasilyev Nikita
136b1665a3
test rename
2019-10-02 16:06:57 +03:00
Vasilyev Nikita
de3deb9e85
fix
2019-10-02 15:58:13 +03:00
Vasilyev Nikita
ff405865f7
db on disk
2019-10-02 13:10:45 +03:00
Vasilyev Nikita
54237e3f27
name, data, metadata -> functions
2019-10-02 11:58:28 +03:00
Vasilyev Nikita
dab68e796e
removed unused consts
2019-10-02 09:47:12 +03:00
Vasilyev Nikita
f515e9465b
fix
2019-10-02 09:45:27 +03:00
Vasilyev Nikita
657d200d42
better logs
2019-10-02 09:40:51 +03:00
Vasilyev Nikita
45ecff99a1
upd test
2019-10-02 09:31:23 +03:00
Vasilyev Nikita
71a2002417
test with sleep
2019-10-01 16:57:58 +03:00
Vasilyev Nikita
c5087219c4
test
2019-10-01 16:53:55 +03:00
Vasilyev Nikita
c630d9457b
opt system tables
2019-10-01 16:07:00 +03:00
Vasilyev Nikita
5793a02ef9
impr Lazy database
2019-10-01 15:44:17 +03:00
Vasilyev Nikita
69677d19e4
fix iterations
2019-10-01 13:48:19 +03:00
Vasilyev Nikita
5ef295eeff
fixes
2019-10-01 13:24:09 +03:00
Vasilyev Nikita
eb1dcbf183
factory
2019-09-26 16:43:08 +03:00
Vasilyev Nikita
29cf5d85ab
add expiration
2019-09-26 15:39:37 +03:00
Vasilyev Nikita
ef2af243ee
expiration queue
2019-09-26 15:34:58 +03:00
Vasilyev Nikita
1bdba790b5
fix
2019-09-26 14:09:26 +03:00
Vasilyev Nikita
5298a748c4
fix
2019-09-26 12:23:04 +03:00
Vasilyev Nikita
dcad7e3567
some improvements
2019-09-26 12:20:46 +03:00
Vasilyev Nikita
9107f0fad1
can compile
2019-09-26 10:16:31 +03:00
Vasilyev Nikita
5213dba2e0
fixed
2019-09-25 15:08:41 +03:00
Vasilyev Nikita
b9a5952921
lazydb start
2019-09-25 12:35:56 +03:00
Alexey Milovidov
ff07ffbbae
Merge branch 'merging_redis' of https://github.com/CurtizJ/ClickHouse into CurtizJ-merging_redis
2019-09-25 02:27:05 +03:00
alexey-milovidov
64e889d872
Merge pull request #7070 from 4ertus2/mjoin
...
PartialMergeJoin optimisation (skip not intersected blocks)
2019-09-25 02:24:42 +03:00
alexey-milovidov
60d74a5e55
Merge pull request #7086 from nikvas0/nikvas0/little_odb_impr
...
little improvement in DatabaseOrdinary code
2019-09-25 02:04:34 +03:00
alexey-milovidov
7cfa52ef73
Merge pull request #7026 from ClickHouse/aku/lookup-result
...
Do not use iterators in find() and emplace() methods of hash tables.
2019-09-25 02:03:43 +03:00
Alexander Kuzmenkov
b949cc232b
Mark lookupResultGetKey/Mapped functions ALWAYS_INLINE.
...
They only do pointer arithmetics, so it makes sense to always inline
them.
2019-09-24 22:03:10 +03:00
chertus
0467229eff
fix all left partial merge join on block borders
2019-09-24 21:21:57 +03:00
alexey-milovidov
bc9667d881
Merge pull request #7085 from ClickHouse/merge-s3
...
Merge s3
2019-09-24 17:51:57 +03:00
Vasilyev Nikita
def500f591
some impr
2019-09-24 17:49:30 +03:00
Alexander Kuzmenkov
f3bde19b74
Do not use iterators in find() and emplace() methods of hash tables.
...
Instead, these methods return a pointer to the required data as they are
stored inside the hash table. The caller uses overloaded functions to
get the key and "mapped" values from this pointer. Such an interface
avoids the need for constructing iterator-like wrapper objects, which is
especially important for compound hash tables such as the future
StringHashMap.
2019-09-24 17:44:35 +03:00
chertus
80d902a401
fix case with duplicated right keys
2019-09-24 16:45:59 +03:00
robot-clickhouse
06e1a9d78e
Auto version update to [19.16.1.1] [54427]
2019-09-24 14:47:32 +03:00
robot-clickhouse
ec86a9b933
Auto version update to [19.15.1.1398] [54426]
2019-09-24 14:46:58 +03:00
Vladimir Chebotarev
c051f42384
Fixes.
2019-09-24 10:58:42 +00:00
alexey-milovidov
a62866918f
Merge pull request #7075 from ClickHouse/revert-index-analysis-slowdown
...
Revert "CHYT-142: extend KeyCondition interface so that it returns BoolMask"
2019-09-24 05:18:15 +03:00