skyoct
|
3319934055
|
reafactor function
|
2023-12-15 04:49:38 +00:00 |
|
skyoct
|
0a4882d781
|
feat: update style
|
2023-12-14 14:26:47 +00:00 |
|
skyoct
|
d700eb2501
|
feat: support trivial count optimization for Merge
|
2023-12-14 14:08:24 +00:00 |
|
Nikolay Degterinsky
|
9683adfb03
|
Merge pull request #56830 from evillique/better-add-column
Fix flattening existing Nested columns during ADD COLUMN
|
2023-11-19 16:21:56 +01:00 |
|
Sema Checherinda
|
a950595c24
|
Merge pull request #56314 from CheSema/s3-aggressive-timeouts
s3 adaptive timeouts
|
2023-11-19 14:12:14 +01:00 |
|
Alexey Milovidov
|
edc3b2fe48
|
Merge pull request #56958 from ClickHouse/metric-queued-jobs
Add metrics for the number of queued jobs, which is useful for the IO thread pool
|
2023-11-19 10:37:18 +01:00 |
|
Sema Checherinda
|
c465933b1d
|
Merge pull request #56808 from CheSema/retry-fetch-part
Fetching a part waits when that part is fully committed on remote replica
|
2023-11-19 01:57:25 +01:00 |
|
Antonio Andelic
|
274f2c71f2
|
Merge pull request #56460 from ClickHouse/keeper-map-backup-restore
Backup/Restore for KeeperMap tables
|
2023-11-18 19:27:36 +01:00 |
|
Alexey Milovidov
|
d56cbda185
|
Add metrics for the number of queued jobs, which is useful for the IO thread pool
|
2023-11-18 19:07:59 +01:00 |
|
Nikolay Degterinsky
|
a18b715591
|
Fix a bug
|
2023-11-18 15:44:45 +00:00 |
|
Sema Checherinda
|
29e64347b9
|
improve exception message
|
2023-11-17 17:37:14 +01:00 |
|
Sema Checherinda
|
86119dbc3f
|
fix data race
|
2023-11-17 12:26:50 +01:00 |
|
Kseniia Sumarokova
|
3322f54713
|
Merge branch 'master' into remove-unused-code
|
2023-11-17 11:55:02 +01:00 |
|
Antonio Andelic
|
9bcedf3764
|
Cleanup
|
2023-11-17 10:27:19 +00:00 |
|
Antonio Andelic
|
803d9668e2
|
Merge branch 'master' into keeper-map-backup-restore
|
2023-11-17 10:11:59 +00:00 |
|
Alexey Milovidov
|
482d8ca9d8
|
Merge pull request #56102 from ClickHouse/coverage
Granular code coverage with introspection
|
2023-11-16 23:23:40 +01:00 |
|
Nikolai Kochetov
|
ca6de31ce5
|
Merge pull request #56695 from ClickHouse/table-function-input-in-subquery
Fix duplicate usage of table function input().
|
2023-11-16 20:48:10 +01:00 |
|
Kseniia Sumarokova
|
a28d541ba5
|
Merge branch 'master' into remove-unused-code
|
2023-11-16 17:17:51 +01:00 |
|
Sema Checherinda
|
ddca2c2187
|
server side waiting
|
2023-11-16 15:44:14 +01:00 |
|
Robert Schulze
|
ed052d76e6
|
Merge pull request #56141 from zvonand/zvonand-more-globs
Performance enhancement for File, HDFS globs
|
2023-11-16 14:09:22 +01:00 |
|
alesapin
|
ddcfecacc2
|
Merge pull request #56000 from evillique/fix-replica-already-exists-storage
Fix `REPLICA_ALREADY_EXISTS` for ReplicatedMergeTree
|
2023-11-16 12:51:50 +01:00 |
|
alesapin
|
437a911d7b
|
Merge pull request #56809 from ClickHouse/add_async_moves_execution
Implement asynchronous execute of `ALTER TABLE ... MOVE ... TO DISK|VOLUME`
|
2023-11-16 12:47:31 +01:00 |
|
Antonio Andelic
|
203f83c2c2
|
Merge branch 'master' into keeper-map-backup-restore
|
2023-11-16 11:31:11 +00:00 |
|
Andrey Zvonov
|
fc15b0c1e7
|
Merge branch 'ClickHouse:master' into zvonand-more-globs
|
2023-11-16 11:19:12 +01:00 |
|
Antonio Andelic
|
352eca7aa0
|
Merge pull request #56789 from ClickHouse/fix-no-user
Try fix `No user in current context, it's a bug`
|
2023-11-16 08:20:52 +01:00 |
|
Nikolay Degterinsky
|
7623153d38
|
Fix flattening existing Nested columns during ADD COLUMN
|
2023-11-16 07:01:49 +00:00 |
|
zvonand
|
4ff82528f1
|
small fixes after review
|
2023-11-16 00:01:36 +01:00 |
|
zvonand
|
cb74f27b00
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-more-globs
|
2023-11-15 21:56:51 +01:00 |
|
Sema Checherinda
|
f3f8392051
|
upgrade replication protocol
|
2023-11-15 19:03:55 +01:00 |
|
Alexander Sapin
|
3e26161eaa
|
Implement asynchronous excute of ALTER TABLE ... MOVE ... TO DISK|VOLUME
|
2023-11-15 18:33:59 +01:00 |
|
Nikolay Degterinsky
|
57aa049fef
|
Change table name to table UUID, fix test
|
2023-11-15 16:21:13 +00:00 |
|
Alexander Tokmakov
|
bf10989515
|
Fix unexpected parts handling (#56693)
* fix unexpected parts handling
* Automatic style fix
* fix
---------
Co-authored-by: robot-clickhouse <robot-clickhouse@users.noreply.github.com>
|
2023-11-15 16:54:47 +01:00 |
|
zvonand
|
a8aa206cfd
|
Update after review
expandSelector is now returning vector<string> directly
minor changes
|
2023-11-15 16:37:24 +01:00 |
|
zvonand
|
70aa6e2672
|
Added a shortcut for no-wildcard globs in HDFS
|
2023-11-15 16:37:24 +01:00 |
|
zvonand
|
3e47a54a94
|
Added a shortcut for no-wildcard globs in file storage
|
2023-11-15 16:37:24 +01:00 |
|
Antonio Andelic
|
5c4e58d27d
|
Try fix No user
|
2023-11-15 15:14:46 +00:00 |
|
Nikolai Kochetov
|
62378b4219
|
Fixing style.
|
2023-11-15 13:56:51 +00:00 |
|
Nikolai Kochetov
|
6ef5c4cafe
|
Merge pull request #56522 from kitaisreal/analyzer-support-explain-estimate
Analyzer support EXPLAIN ESTIMATE
|
2023-11-15 13:17:31 +01:00 |
|
Antonio Andelic
|
d567e718eb
|
Merge branch 'master' into keeper-map-backup-restore
|
2023-11-15 11:51:27 +00:00 |
|
Nikolai Kochetov
|
1356dc2eaa
|
Fixing style.
|
2023-11-14 14:55:21 +00:00 |
|
Sema Checherinda
|
b9cc1580e0
|
Merge pull request #56367 from canhld94/ch_table_reinit_new_disk
Adding new disk to storage configuration without restart
|
2023-11-14 15:54:22 +01:00 |
|
Nikolai Kochetov
|
d5907e10de
|
Fixing tests.
|
2023-11-14 12:51:25 +00:00 |
|
Kseniia Sumarokova
|
0676c09d72
|
Merge branch 'master' into remove-unused-code
|
2023-11-14 11:59:53 +01:00 |
|
Sema Checherinda
|
8d36fd6e54
|
get rid off of client_with_long_timeout_ptr
|
2023-11-14 11:34:12 +01:00 |
|
Sema Checherinda
|
27fb25d056
|
alter the naming, fix client_with_long_timeout in s3 storage
|
2023-11-14 11:34:12 +01:00 |
|
Robert Schulze
|
2931bbfe62
|
Merge pull request #56665 from rschu1ze/refactor-ast-hash-calculation
Small refactoring of AST hash calculation (follow-up to #56545)
|
2023-11-14 11:24:30 +01:00 |
|
Antonio Andelic
|
29f54db917
|
Merge branch 'master' into keeper-map-backup-restore
|
2023-11-14 09:47:54 +00:00 |
|
Alexander Gololobov
|
80ca41f18d
|
Merge pull request #56420 from ClickHouse/system_replicas_with_many_tables
Optimizations for system.replicas with many tables
|
2023-11-14 10:23:48 +01:00 |
|
Alexey Milovidov
|
3ef14f6098
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into coverage
|
2023-11-14 06:08:32 +01:00 |
|
Nikolai Kochetov
|
4004248c13
|
Fix duplicate usage of table function input().
|
2023-11-13 19:01:36 +00:00 |
|