Alexander Tokmakov
|
e82a375946
|
Update Settings.h
|
2022-06-28 13:47:22 +03:00 |
|
Igor Nikonov
|
e41d612b1d
|
Cleanup: local clang-tidy warnings founded during review
|
2022-06-27 20:57:18 +00:00 |
|
Raúl Marín
|
7f7d082fb3
|
Add implicit_transaction setting
|
2022-06-23 15:23:37 +02:00 |
|
Kseniia Sumarokova
|
cc16854c04
|
Fix postgres execWithRetry
|
2022-06-22 15:44:50 +02:00 |
|
Alexey Milovidov
|
da578ec890
|
Merge pull request #38204 from ClickHouse/enable-enable_positional_arguments
Enable `enable_positional_arguments`
|
2022-06-22 07:12:08 +03:00 |
|
Maksim Kita
|
cb018348cf
|
Merge pull request #38022 from kitaisreal/sorting-added-batch-queue-variants
Sorting added batch queue variants
|
2022-06-20 22:35:44 +02:00 |
|
Dmitry Novik
|
f6692c34e6
|
Merge pull request #34632 from excitoon-favorites/optimizedprocessing
Optimized processing of ORDER BY in window functions
|
2022-06-20 20:03:26 +02:00 |
|
Kseniia Sumarokova
|
a756b4be27
|
Merge pull request #37391 from azat/insert-profile-events-fix
Send profile events for INSERT queries (previously only SELECT was supported)
|
2022-06-20 12:16:29 +02:00 |
|
Vladimir Chebotarev
|
ec22f6d539
|
Draft.
|
2022-06-20 05:15:07 +03:00 |
|
Alexey Milovidov
|
e2fb85c072
|
Merge branch 'master' into enable-enable_positional_arguments
|
2022-06-20 00:37:36 +02:00 |
|
Alexey Milovidov
|
7700c26076
|
Merge pull request #38196 from ClickHouse/revert-38194-revert-37015-zstd_window_log_max
Revert "Revert "Add a setting to use more memory for zstd decompression""
|
2022-06-19 19:58:03 +03:00 |
|
Alexey Milovidov
|
abced45397
|
Enable "enable_positional_arguments"
|
2022-06-19 05:55:12 +02:00 |
|
Alexey Milovidov
|
67a66721f2
|
Merge branch 'master' into enable-some-settings
|
2022-06-18 19:16:23 +02:00 |
|
Maksim Kita
|
b35998d7ea
|
SortCursor improve performance for random data
|
2022-06-18 18:20:01 +02:00 |
|
Maksim Kita
|
282f65c5e2
|
Fixed performance tests
|
2022-06-18 18:20:01 +02:00 |
|
Maksim Kita
|
ef084ad12a
|
Fixed tests
|
2022-06-18 18:20:00 +02:00 |
|
Maksim Kita
|
c86191a6b9
|
SortingTransform add cursor order
|
2022-06-18 18:20:00 +02:00 |
|
Maksim Kita
|
d82ab22333
|
Fixed style check
|
2022-06-18 18:20:00 +02:00 |
|
Maksim Kita
|
3664f02690
|
Replaced SortingHeap with SortingQueue
|
2022-06-18 18:20:00 +02:00 |
|
Maksim Kita
|
9670504781
|
Fixed tests
|
2022-06-18 18:20:00 +02:00 |
|
Maksim Kita
|
9f55a2cbac
|
Fixed tests
|
2022-06-18 18:20:00 +02:00 |
|
Maksim Kita
|
d7e3e85d2f
|
Sorting added batch queue variants
|
2022-06-18 18:20:00 +02:00 |
|
Alexey Milovidov
|
73709b0488
|
Revert "Revert "Add a setting to use more memory for zstd decompression""
|
2022-06-18 15:55:35 +03:00 |
|
Antonio Andelic
|
dd75e9cba5
|
Merge pull request #38149 from vdimir/multiple_joins_original_names_34697
Add setting multiple_joins_try_to_keep_original_names
|
2022-06-18 14:47:31 +02:00 |
|
alesapin
|
16e8b85fbf
|
Revert "Add a setting to use more memory for zstd decompression"
|
2022-06-18 14:08:14 +02:00 |
|
Alexey Milovidov
|
e20259e9ca
|
Merge pull request #37015 from wuxiaobai24/zstd_window_log_max
Add a setting to use more memory for zstd decompression
|
2022-06-18 04:19:27 +03:00 |
|
vdimir
|
2a9942ee80
|
Add setting multiple_joins_try_to_keep_original_names
|
2022-06-16 15:50:03 +00:00 |
|
Maksim Kita
|
cd1bbc6a1b
|
SortDescription compile fix typo
|
2022-06-16 16:40:02 +02:00 |
|
Azat Khuzhin
|
4baa7690ae
|
Send profile events for INSERT queries (previously only SELECT was supported)
Reproducer:
echo "1" | clickhouse-client --query="insert into function null('foo String') format TSV" --print-profile-events --profile-events-delay-ms=-1
However, clickhouse-local is differnt, it does sent the periodically,
but only if query was long enough, i.e.:
# yes | head -n100000 | clickhouse-local --query="insert into function null('foo String') format TSV" --print-profile-events --profile-events-delay-ms=-1
[s1.ch] 2022.05.20 15:20:27 [ 0 ] ContextLock: 10 (increment)
[s1.ch] 2022.05.20 15:20:27 [ 0 ] DiskReadElapsedMicroseconds: 29 (increment)
[s1.ch] 2022.05.20 15:20:27 [ 0 ] IOBufferAllocBytes: 200000 (increment)
[s1.ch] 2022.05.20 15:20:27 [ 0 ] IOBufferAllocs: 1 (increment)
[s1.ch] 2022.05.20 15:20:27 [ 0 ] InsertQuery: 1 (increment)
[s1.ch] 2022.05.20 15:20:27 [ 0 ] InsertedBytes: 1000000 (increment)
[s1.ch] 2022.05.20 15:20:27 [ 0 ] InsertedRows: 100000 (increment)
[s1.ch] 2022.05.20 15:20:27 [ 0 ] MemoryTrackerUsage: 1521975 (gauge)
[s1.ch] 2022.05.20 15:20:27 [ 0 ] OSCPUVirtualTimeMicroseconds: 102148 (increment)
[s1.ch] 2022.05.20 15:20:27 [ 0 ] OSReadChars: 135700 (increment)
[s1.ch] 2022.05.20 15:20:27 [ 0 ] OSWriteChars: 8 (increment)
[s1.ch] 2022.05.20 15:20:27 [ 0 ] Query: 1 (increment)
[s1.ch] 2022.05.20 15:20:27 [ 0 ] RWLockAcquiredReadLocks: 2 (increment)
[s1.ch] 2022.05.20 15:20:27 [ 0 ] ReadBufferFromFileDescriptorRead: 5 (increment)
[s1.ch] 2022.05.20 15:20:27 [ 0 ] ReadBufferFromFileDescriptorReadBytes: 134464 (increment)
[s1.ch] 2022.05.20 15:20:27 [ 0 ] RealTimeMicroseconds: 293747 (increment)
[s1.ch] 2022.05.20 15:20:27 [ 0 ] SoftPageFaults: 382 (increment)
[s1.ch] 2022.05.20 15:20:27 [ 0 ] TableFunctionExecute: 1 (increment)
[s1.ch] 2022.05.20 15:20:27 [ 0 ] UserTimeMicroseconds: 102148 (increment)
v2: Proper support ProfileEvents in INSERTs (with protocol change)
v3: Receive profile events on INSERT queries
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-06-16 11:59:01 +03:00 |
|
mergify[bot]
|
ff9f4af28c
|
Merge branch 'master' into enable-some-settings
|
2022-06-16 03:51:59 +00:00 |
|
mergify[bot]
|
c2afc2f6c6
|
Merge branch 'master' into background-schedule-pool-refactoring
|
2022-06-15 13:43:31 +00:00 |
|
Alexey Milovidov
|
5e9e5a4eaf
|
Merge pull request #37525 from Avogar/avro-structs
Support Maps and Records, allow to insert null as default in Avro format
|
2022-06-15 00:04:29 +03:00 |
|
Maksim Kita
|
bff82b961b
|
Fixed tests
|
2022-06-14 21:43:28 +02:00 |
|
Maksim Kita
|
6ae20d6282
|
Fixed style check
|
2022-06-14 21:43:28 +02:00 |
|
Maksim Kita
|
bd1d54d689
|
BackgroundSchedulePool remove Poco::NotificationQueue
|
2022-06-14 21:43:28 +02:00 |
|
Maksim Kita
|
b63089ab7a
|
Examples coroutines build fix
|
2022-06-13 15:21:37 +02:00 |
|
Maksim Kita
|
d5b148792b
|
Merge pull request #37990 from kitaisreal/sorting-added-sort-queue-variants
Sorting added sort queue variants
|
2022-06-11 15:22:29 +02:00 |
|
Maksim Kita
|
95a3a10769
|
Sorting added sort queue variants
|
2022-06-10 17:45:11 +02:00 |
|
Kseniia Sumarokova
|
580a30c6ae
|
Merge pull request #37859 from KinderRiven/support_max_request_cache_size
Support to set max cache size for per query in local cache
|
2022-06-10 16:17:18 +02:00 |
|
KinderRiven
|
6883ecda96
|
fix
|
2022-06-08 14:19:50 +08:00 |
|
Anton Popov
|
df6882d2b9
|
Revert "Fix errors of CheckTriviallyCopyableMove type"
|
2022-06-07 13:53:10 +02:00 |
|
Kruglov Pavel
|
91c8951a1a
|
Merge pull request #37698 from Avogar/update_format_settings_docs
Refactor docs related to format settings
|
2022-06-07 13:28:36 +02:00 |
|
KinderRiven
|
3b2a427002
|
fix
|
2022-06-07 11:50:56 +08:00 |
|
KinderRiven
|
13e74bef5e
|
support skip_download_if_exceeds_query_cache
|
2022-06-06 02:36:23 +08:00 |
|
Robert Schulze
|
2d87af2a15
|
Merge pull request #37647 from DevTeamBK/Fix-all-CheckTriviallyCopyableMove-Errors
Fix errors of CheckTriviallyCopyableMove type
|
2022-06-05 19:58:47 +02:00 |
|
KinderRiven
|
95796cca76
|
set default max_query_cache_size
|
2022-06-05 17:51:18 +08:00 |
|
KinderRiven
|
3ffb0b3549
|
support_max_query_cache_size
|
2022-06-05 16:21:36 +08:00 |
|
Anton Popov
|
3ace077401
|
Merge pull request #37695 from CurtizJ/replace-multiif-to-if
Replace `multiIf` to `if` in case of one condition
|
2022-06-03 14:56:43 +02:00 |
|
Nikolai Kochetov
|
bc166e4394
|
Merge pull request #37543 from ClickHouse/refactor-read-metrics-and-callbacks
Refactor read metrics and callbacks
|
2022-06-03 09:43:25 +02:00 |
|
Nikolai Kochetov
|
8991f39412
|
Merge branch 'master' into refactor-read-metrics-and-callbacks
|
2022-06-02 17:00:08 +00:00 |
|