zhang2014
|
4e161bb42a
|
ISSUES-4006 remove unused metric
|
2020-08-04 10:31:26 +08:00 |
|
zhang2014
|
4a99ca0d80
|
ISSUES-4006 refactor
|
2020-08-04 10:31:25 +08:00 |
|
alexey-milovidov
|
65c755190e
|
Revert "Add QueryTimeMicroseconds, SelectQueryTimeMicroseconds and InsertQuer…"
|
2020-08-04 01:18:59 +03:00 |
|
alexey-milovidov
|
ef0097d326
|
Merge pull request #12343 from ClickHouse/database_atomic_improvements
DatabaseAtomic improvements
|
2020-08-03 21:45:41 +03:00 |
|
alexey-milovidov
|
3015503dc6
|
Merge pull request #13254 from ClickHouse/fix-hash-table-nan-key
Fix hash table with NaN keys
|
2020-08-03 19:37:17 +03:00 |
|
alexey-milovidov
|
f536836eee
|
Merge pull request #13091 from ClickHouse/fixed-hash-map-implicit-zero-4
Slightly improve performance of aggregation by UInt8/UInt16 keys, part 4
|
2020-08-03 19:07:35 +03:00 |
|
Alexander Kuzmenkov
|
c4a33430b1
|
Merge pull request #13028 from ianton-ru/select_insert_time
Add QueryTimeMicroseconds, SelectQueryTimeMicroseconds and InsertQuer…
|
2020-08-03 17:07:34 +03:00 |
|
Alexander Tokmakov
|
5b92f43f12
|
Merge branch 'master' into database_atomic_improvements
|
2020-08-03 14:35:40 +03:00 |
|
alexey-milovidov
|
79ba0a5be9
|
Update HashTable.h
|
2020-08-03 04:46:47 +03:00 |
|
Alexey Milovidov
|
486a4b3a17
|
Merge branch 'master' into fixed-hash-map-implicit-zero-4
|
2020-08-03 04:19:22 +03:00 |
|
Alexey Milovidov
|
23c268e5ef
|
Continue
|
2020-08-03 03:01:23 +03:00 |
|
alexey-milovidov
|
1e91238466
|
Merge pull request #13225 from ClickHouse/map-skip-null
Fix assert in *Map aggregate functions
|
2020-08-03 02:12:48 +03:00 |
|
alexey-milovidov
|
6399a1df0f
|
Merge pull request #13250 from vitlibar/fix-including-common-config-header-arcadia
Fix including Common/config.h in the Arcadia build.
|
2020-08-03 01:39:22 +03:00 |
|
Alexey Milovidov
|
32c263aa9f
|
Fix hash table with NaN keys
|
2020-08-03 01:20:35 +03:00 |
|
Alexey Milovidov
|
9611b2c7f4
|
Refresh ya.make
|
2020-08-03 00:04:48 +03:00 |
|
Vitaly Baranov
|
ac3596389d
|
Fix including Common/config.h in the Arcadia build.
|
2020-08-02 23:44:59 +03:00 |
|
Alexey Milovidov
|
38c4c727d4
|
Merge branch 'master' into map-skip-null
|
2020-08-02 17:22:21 +03:00 |
|
Alexey Milovidov
|
6f690b7c0d
|
Normalize ya.make files, fix "Arcadia" build
|
2020-08-02 16:57:38 +03:00 |
|
Vitaly Baranov
|
18b21511a9
|
Merge pull request #13013 from vitlibar/implement-custom-settings
Implement custom settings
|
2020-08-02 05:01:14 +03:00 |
|
Alexey Milovidov
|
eb3422477e
|
Fix assert in *Map aggregate functions
|
2020-08-02 04:29:52 +03:00 |
|
alexey-milovidov
|
4f0a9b6465
|
Merge pull request #12316 from ClickHouse/crash-log
Add system.crash_log table.
|
2020-08-02 01:28:14 +03:00 |
|
Alexey Milovidov
|
460bda7759
|
Use stored size for UInt16 case
|
2020-08-02 01:11:00 +03:00 |
|
Alexey Milovidov
|
8496c984c5
|
Revert "Less indirection in FixedHashTable"
This reverts commit 743aee9940 .
|
2020-08-02 01:11:00 +03:00 |
|
Alexey Milovidov
|
1088bfffb1
|
Special case for aggregation by 8bit field
|
2020-08-02 01:11:00 +03:00 |
|
Alexey Milovidov
|
542ec9f777
|
Less indirection in FixedHashTable
|
2020-08-02 01:11:00 +03:00 |
|
alexey-milovidov
|
7d8eec5652
|
Update FixedHashTable.h
|
2020-08-02 01:11:00 +03:00 |
|
Alexey Milovidov
|
f1363403b7
|
Avoid increment of size in the inner loop of aggregation by UInt8/UInt16
|
2020-08-02 01:11:00 +03:00 |
|
alexey-milovidov
|
626b709085
|
Merge pull request #13055 from ClickHouse/fixed-hash-map-implicit-zero
Slightly improve the inner loop of aggregation by UInt8/UInt16 keys
|
2020-08-02 01:09:00 +03:00 |
|
Alexey Milovidov
|
64d91d0f90
|
Fix build; fix errors
|
2020-08-01 18:54:44 +03:00 |
|
Alexey Milovidov
|
9ef9d31f03
|
Crash log: development
|
2020-07-31 23:16:31 +03:00 |
|
Alexey Milovidov
|
59840c725c
|
Merge remote-tracking branch 'origin/master' into crash-log
|
2020-07-31 22:52:37 +03:00 |
|
Vitaly Baranov
|
80a3caef1c
|
Allow using any types for custom fields.
|
2020-07-31 20:57:49 +03:00 |
|
Vitaly Baranov
|
18e3f1f60d
|
Split SettingsCollection.h into 3 files: SettingsFields.h, SettingsEnums.h, SettingsCollection.h
|
2020-07-31 19:11:27 +03:00 |
|
Vitaly Baranov
|
90602b869a
|
Make SettingsChanges a class.
|
2020-07-31 19:11:27 +03:00 |
|
Vitaly Baranov
|
668653600c
|
Use SettingMaxThreads only in Settings, call getNumberOfPhysicalCPUCores() instead of SettingMaxThreads::getAuto().
|
2020-07-31 19:11:27 +03:00 |
|
Alexey Milovidov
|
c3ad710b84
|
Merge branch 'master' into crash-log
|
2020-07-31 16:12:53 +03:00 |
|
alexey-milovidov
|
9c9ef0db9b
|
Merge branch 'master' into database_atomic_improvements
|
2020-07-31 14:56:49 +03:00 |
|
Alexey Milovidov
|
d63f82e36e
|
Even more retries in zkutil gtest
|
2020-07-31 13:12:03 +03:00 |
|
alexey-milovidov
|
065db05665
|
Merge pull request #12638 from ianton-ru/selected_rows_event
Add SelectedRows and SelectedBytes events
|
2020-07-31 12:48:46 +03:00 |
|
alesapin
|
2eb01fd655
|
Merge pull request #13104 from ClickHouse/volumes-refactorings
Merging #12670
|
2020-07-31 11:21:30 +03:00 |
|
alexey-milovidov
|
74edcfb87e
|
Merge pull request #13073 from nikitamikhaylov/rewrite-tests
BayesAB test
|
2020-07-31 02:30:07 +03:00 |
|
alexey-milovidov
|
e8f5bbd05f
|
Update TraceCollector.cpp
|
2020-07-31 02:29:54 +03:00 |
|
Nikita Mikhaylov
|
a948d20832
|
fix
|
2020-07-30 14:59:21 +03:00 |
|
Nikita Mikhaylov
|
4d49d2c671
|
another removes
|
2020-07-30 13:31:14 +03:00 |
|
alesapin
|
724b7be555
|
Merge branch 'volumes-related-refactorings' of https://github.com/excitoon-favorites/ClickHouse into volumes-refactorings
|
2020-07-30 12:20:48 +03:00 |
|
Alexey Milovidov
|
bc0d733b8e
|
Merge remote-tracking branch 'origin/master' into fixed-hash-map-implicit-zero
|
2020-07-30 05:43:40 +03:00 |
|
alesapin
|
34e7b25d91
|
Merge pull request #12992 from ClickHouse/rerun_failed_in_fast_test
Rerun tests in fast test
|
2020-07-29 21:11:54 +03:00 |
|
Anton Ivashkin
|
ce25924871
|
Merge master
|
2020-07-29 19:32:30 +03:00 |
|
alesapin
|
d52f67d24e
|
Fix abtesting build
|
2020-07-29 14:00:04 +03:00 |
|
Anton Ivashkin
|
f4efe3c2fd
|
Add QueryTimeMicroseconds, SelectQueryTimeMicroseconds and InsertQueryTimeMicroseconds to system.events
|
2020-07-29 13:32:18 +03:00 |
|