Nikolai Kochetov
|
24b5a59f8c
|
merged with remote [#CLICKHOUSE-3033]
|
2017-08-11 18:38:46 +03:00 |
|
Nikolai Kochetov
|
90940d8423
|
Cluster and DistributedBlockOutputStream refactoring [#CLICKHOUSE-3033]
|
2017-08-11 18:02:07 +03:00 |
|
alexey-milovidov
|
4398d71ef5
|
Update StorageDistributed.h
|
2017-08-10 07:37:35 +03:00 |
|
alexey-milovidov
|
0282d516a4
|
Update DistributedBlockOutputStream.cpp
|
2017-08-10 07:10:36 +03:00 |
|
alexey-milovidov
|
2717c94a36
|
Update DistributedBlockOutputStream.cpp
|
2017-08-10 07:05:16 +03:00 |
|
alexey-milovidov
|
0285f99c4e
|
Update DistributedBlockOutputStream.cpp
|
2017-08-10 06:54:02 +03:00 |
|
alexey-milovidov
|
57a9d22b0c
|
Update DistributedBlockOutputStream.cpp
|
2017-08-10 06:49:03 +03:00 |
|
alexey-milovidov
|
c665c4c4e5
|
Update DirectoryMonitor.h
|
2017-08-10 06:46:16 +03:00 |
|
alexey-milovidov
|
5773832979
|
Update DirectoryMonitor.cpp
|
2017-08-10 06:45:57 +03:00 |
|
Nikolai Kochetov
|
43dc201f49
|
merged with master
|
2017-08-08 15:11:49 +03:00 |
|
Vitaliy Lyudvichenko
|
00ce8c9603
|
Add ctime caching in MergeTree's cleaner. [#CLICKHOUSE-3173]
|
2017-08-08 03:28:43 +03:00 |
|
Nikolai Kochetov
|
ea2b486735
|
added threadpool to DistributedBlockOutputStream
|
2017-08-07 23:26:28 +03:00 |
|
Vitaliy Lyudvichenko
|
10c14cfccb
|
Small code enhancements according to clang-tidy. [#CLICKHOUSE-2931]
|
2017-08-04 17:35:36 +03:00 |
|
Nikolai Kochetov
|
63ec81e2e3
|
added threadpool for sync insertion into distributed
|
2017-08-03 20:42:31 +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 |
|
Alexey Milovidov
|
3502d36d7d
|
Fixed build [#CLICKHOUSE-2].
|
2017-07-28 02:23:13 +03:00 |
|
Nikolai Kochetov
|
c88e8a79cc
|
merged with master
|
2017-07-27 18:43:46 +03:00 |
|
Nikolai Kochetov
|
2f8f199d08
|
separated connection pool creation from StorageDistributedDirectoryMonitor in StorageDistributed; fixed bugs from review [#CLICKHOUSE-3033]
|
2017-07-27 18:24:39 +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
|
d57f5b81a4
|
Removed MaterializedView inheritance of View, as they are not related. Fixed error with Views [#CLICKHOUSE-3175].
|
2017-07-26 00:07:05 +03:00 |
|
Nikolai Kochetov
|
b3157aebb2
|
added synchronous insert into distributed table [#CLICKHOUSE-3033]
|
2017-07-25 22:42:36 +03:00 |
|
Vitaliy Lyudvichenko
|
03e5bf9471
|
Add support of parameters in aggregate function constructors. [#CLICKHOUSE-3084]
|
2017-07-25 20:04:10 +03:00 |
|
Alexey Milovidov
|
4a4e863f9d
|
Fixed warning on clang 6 [#CLICKHOUSE-2].
|
2017-07-25 01:44:13 +03:00 |
|
alexey-milovidov
|
d3159ed2c5
|
Merge pull request #1015 from yandex/fix-performance-after-changing-reading
Fix performance after changing reading
|
2017-07-24 18:07:57 +03:00 |
|
Nikolai Kochetov
|
fcd50e3629
|
fixed comment
|
2017-07-24 18:06:32 +03:00 |
|
proller
|
57b9bcd354
|
Fix missing includes
|
2017-07-24 18:04:49 +03:00 |
|