Alexey Zatelepin
|
372801c59b
|
fix comments [#CLICKHOUSE-3000]
|
2017-08-15 22:30:52 +03:00 |
|
Alexey Zatelepin
|
0df4ae6b02
|
do not use unnecessary temporary objects to query a set of parts [#CLICKHOUSE-3000]
|
2017-08-15 22:30:52 +03:00 |
|
Alexey Zatelepin
|
f25f0cd759
|
reduce number of places where partitioning by month is assumed [#CLICKHOUSE-3000]
|
2017-08-15 22:30:52 +03:00 |
|
Vitaliy Lyudvichenko
|
8a14cc49ff
|
asyncMulti() -> multi(). [#CLICKHOUSE-3221]
|
2017-08-15 19:18:02 +03:00 |
|
alexey-milovidov
|
9b99dfb53d
|
Merge pull request #1031 from yandex/wait-for-insertion-in-distributed
Wait for insertion in distributed
|
2017-08-11 21:35:13 +03:00 |
|
Nikolai Kochetov
|
90940d8423
|
Cluster and DistributedBlockOutputStream refactoring [#CLICKHOUSE-3033]
|
2017-08-11 18:02:07 +03:00 |
|
Vitaliy Lyudvichenko
|
cd3a696d8b
|
Add requested changes. [#CLICKHOUSE-3207]
|
2017-08-10 23:09:05 +03:00 |
|
Vitaliy Lyudvichenko
|
351a0905d5
|
Implemented fast block and parts cleaning. [#CLICKHOUSE-3207]
|
2017-08-10 23:09:05 +03:00 |
|
Alexey Milovidov
|
e86d0b4a74
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2017-08-10 00:07:10 +03:00 |
|
Alexey Milovidov
|
56a5bb53fa
|
Miscellaneous [#CLICKHOUSE-2].
|
2017-08-10 00:07:01 +03:00 |
|
Vitaliy Lyudvichenko
|
27174d9dd2
|
Avoid many checks of sending parts if sendings fail due to network error. [#CLICKHOUSE-2]
|
2017-08-09 23:57:42 +03:00 |
|
Vitaliy Lyudvichenko
|
00ce8c9603
|
Add ctime caching in MergeTree's cleaner. [#CLICKHOUSE-3173]
|
2017-08-08 03:28:43 +03:00 |
|
Vitaliy Lyudvichenko
|
10c14cfccb
|
Small code enhancements according to clang-tidy. [#CLICKHOUSE-2931]
|
2017-08-04 17:35:36 +03:00 |
|
Nikolai Kochetov
|
0c15b2c6fc
|
fixed number of rows to read from first granula in mergetree
|
2017-08-03 15:58:04 +03:00 |
|
alexey-milovidov
|
ae8783aee3
|
Merge pull request #1045 from prog8/nocompression
Added compression NONE
|
2017-08-01 23:07:52 +03:00 |
|
alexey-milovidov
|
2ae6f1ebdb
|
Update MergeTreeDataWriter.cpp
|
2017-08-01 23:07:16 +03:00 |
|
Pawel Rog
|
d6a2056851
|
Applied changes requested by Alexey
|
2017-08-01 16:48:24 +02:00 |
|
Pawel Rog
|
9f799820d9
|
Applied changes requested by Alexey
|
2017-08-01 10:12:15 +02:00 |
|
Alexey Milovidov
|
6578fb2645
|
Fixed error [#CLICKHOUSE-3191].
|
2017-08-01 00:39:24 +03:00 |
|
alexey-milovidov
|
d174ebc5c9
|
Update MergeTreeDataWriter.cpp
|
2017-07-31 20:44:58 +03:00 |
|
alexey-milovidov
|
4877aa394c
|
Update MergeTreeData.cpp
|
2017-07-31 20:44:41 +03:00 |
|
Pawel Rog
|
3a6c444996
|
Merge branch 'master' into nocompression
|
2017-07-31 13:36:58 +02:00 |
|
Pawel Rog
|
e1ab721d3d
|
Use compression method from configs
|
2017-07-31 13:12:28 +02:00 |
|
Pawel Rog
|
a0cc54457e
|
Added compression NONE
|
2017-07-31 12:44:45 +02:00 |
|
Nikolai Kochetov
|
78991b25ee
|
fixed preferred_max_column_in_block_size_bytes disabling
|
2017-07-30 01:24:57 +03:00 |
|
Alexey Milovidov
|
8fb452e99a
|
Fixed wrong log message when removing temporary part after merge, that is not byte-identical than same part on replicas; added profile event; added fail-safe logic [#MTRSADMIN-3175].
|
2017-07-29 00:25:24 +03:00 |
|
proller
|
700d4e0904
|
Fix boost 1.64 and gcc7+ compile errors (#1040)
* PerformanceTest: use getMultiple*FromConfig, fix debug helpers
* Missing file
* clnag-format of Split ComplexKeyCacheDictionary
* Requested changes
* Fix boost 1.64 and gcc7+ compile errors
* More fixes
|
2017-07-28 23:41:51 +03:00 |
|
alexey-milovidov
|
6917eb3153
|
Update MergeTreeBaseBlockInputStream.cpp
|
2017-07-28 22:29:40 +03:00 |
|
Nikolai Kochetov
|
b714d2b514
|
fixed column size calculation for Array column in MergeTreeReader::readRows
|
2017-07-28 22:29:40 +03:00 |
|
Nikolai Kochetov
|
d9f4f9b0f9
|
changed skipping rows for Array columns in MergeTreeBaseBlockInputStream
|
2017-07-28 22:29:40 +03:00 |
|
Alexey Milovidov
|
dd1f54bce2
|
Changed Poco::RWLock to std::shared_lock [#APRILDEV-91].
|
2017-07-28 20:34:02 +03:00 |
|
Vitaliy Lyudvichenko
|
515271544d
|
Add detail comment. [#CLICKHOUSE-3173]
|
2017-07-27 11:19:20 +03:00 |
|
Vitaliy Lyudvichenko
|
445608afec
|
Fix an iterator pointing after std::end(). [#CLICKHOUSE-3173]
|
2017-07-27 11:19:20 +03:00 |
|
alexey-milovidov
|
73c2a1483d
|
Update ReplicatedMergeTreeCleanupThread.cpp
|
2017-07-27 11:19:20 +03:00 |
|
alexey-milovidov
|
dcd7354fb2
|
Update ReplicatedMergeTreeCleanupThread.cpp
|
2017-07-27 11:19:20 +03:00 |
|
alexey-milovidov
|
d6750880e0
|
Update ReplicatedMergeTreeCleanupThread.cpp
|
2017-07-27 11:19:20 +03:00 |
|
Vitaliy Lyudvichenko
|
cd5bb4d921
|
Add replicated_deduplication_window_seconds merge_tree parameter. [#CLICKHOUSE-3173]
|
2017-07-27 11:19:20 +03:00 |
|
Vitaliy Lyudvichenko
|
dcc4d3bff0
|
Avoid zxid overflow problem when cleaning old blocks used in the deduplication. [#CLICKHOUSE-3173]
|
2017-07-27 11:19:20 +03:00 |
|
Nikolai Kochetov
|
01a004050d
|
fixed MergeTreeBlockSizePredictor updating from empy block while reading
|
2017-07-26 20:03:09 +03:00 |
|
Alexey Milovidov
|
4a4e863f9d
|
Fixed warning on clang 6 [#CLICKHOUSE-2].
|
2017-07-25 01:44:13 +03:00 |
|
Nikolai Kochetov
|
fcd50e3629
|
fixed comment
|
2017-07-24 18:06:32 +03:00 |
|
Nikolai Kochetov
|
b55dcc9f93
|
cnanged comments; fixed 00443_preferred_block_size_bytes test
|
2017-07-24 16:59:03 +03:00 |
|
Nikolai Kochetov
|
bc0921a64e
|
added comments
|
2017-07-21 21:02:02 +03:00 |
|
Nikolai Kochetov
|
c64b65ee29
|
ignore preferred_max_column_in_block_size_bytes if zero [#CLICKHOUSE-3170]
|
2017-07-21 20:45:51 +03:00 |
|
Nikolai Kochetov
|
755d16b22d
|
set min block size as index granularity for max_block_size limit during reading [#CLICKHOUSE-3170]
|
2017-07-21 14:55:33 +03:00 |
|
Alexey Milovidov
|
c7b1e92522
|
Fixed error after merge [#CLICKHOUSE-3150].
|
2017-07-21 09:40:05 +03:00 |
|
alexey-milovidov
|
d4d266fa18
|
ColumnConst unification (#1011)
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* Fixed error in ColumnArray::replicateGeneric [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
|
2017-07-21 09:35:58 +03:00 |
|
alexey-milovidov
|
1a1112d8bb
|
Update MergeTreeBlockReadUtils.h
|
2017-07-20 23:45:23 +03:00 |
|
Nikolai Kochetov
|
0b7439469d
|
fixed MergeTreeBlockSizePredictor initialization for sample block
|
2017-07-20 23:45:23 +03:00 |
|
Nikolai Kochetov
|
00ae32c946
|
renamed approximate_number_of_rows_in_part to number_of_rows_in_part
|
2017-07-20 23:45:23 +03:00 |
|