Alexey Milovidov
|
dbb0ed8157
|
Fix error
|
2024-02-17 10:08:36 +01:00 |
|
Alexey Milovidov
|
a589e7a3cc
|
Merge branch 'settings-avoid-overflow' of github.com:ClickHouse/ClickHouse into settings-avoid-overflow
|
2024-02-17 09:44:23 +01:00 |
|
Alexey Milovidov
|
3d21d546a9
|
Better code
|
2024-02-17 09:44:10 +01:00 |
|
Alexey Milovidov
|
f4539fc781
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into settings-avoid-overflow
|
2024-02-17 09:10:43 +01:00 |
|
Alexey Milovidov
|
6cae75751b
|
Merge pull request #60049 from ClickHouse/less-memory-usage-primary-key
Maybe less memory usage for primary keys in memory
|
2024-02-17 08:58:02 +01:00 |
|
Alexey Milovidov
|
9acd87aa8c
|
Add a test
|
2024-02-17 07:36:47 +01:00 |
|
Alexey Milovidov
|
021e11e4fc
|
Add a setting for lazy loading
|
2024-02-17 06:42:53 +01:00 |
|
Alexey Milovidov
|
423ff759f1
|
Lazy loading of primary keys in memory
|
2024-02-17 06:35:03 +01:00 |
|
Alexey Milovidov
|
dc0b3e8bb5
|
Update test
|
2024-02-17 06:33:13 +01:00 |
|
Alexey Milovidov
|
e9cf92245f
|
Move methods to .cpp
|
2024-02-17 06:20:44 +01:00 |
|
Alexey Milovidov
|
fce3a8cafc
|
A small preparation for better handling of primary key in memory
|
2024-02-17 06:16:56 +01:00 |
|
Alexey Milovidov
|
ac5bef7c74
|
A small preparation for better handling of primary key in memory
|
2024-02-17 06:16:01 +01:00 |
|
Alexey Milovidov
|
96113a46c5
|
Update LZ4 to the latest dev
|
2024-02-17 05:52:24 +01:00 |
|
Alexey Milovidov
|
b5efbe62e7
|
Avoid overflow in settings
|
2024-02-17 05:41:52 +01:00 |
|
Alexey Milovidov
|
6b32622c7d
|
Merge pull request #60080 from kitaisreal/temporary-table-already-exists-exception-message-fix
Temporary table already exists exception message fix
|
2024-02-17 05:17:39 +01:00 |
|
Alexey Milovidov
|
a955ae8673
|
Merge pull request #60086 from ClickHouse/check-wrong-abbrs
Check wrong abbreviations
|
2024-02-17 05:17:11 +01:00 |
|
Alexey Milovidov
|
538b4ba680
|
Merge pull request #60088 from ClickHouse/remove-formatting-consistency-check-from-the-fuzzer
Remove the check for formatting consistency from the Fuzzer
|
2024-02-17 05:16:44 +01:00 |
|
Alexey Milovidov
|
d4c87defe8
|
Merge pull request #60084 from ClibMouse/upgrade_curl_8.6.0
Bump curl to version 4.6.0
|
2024-02-17 05:16:25 +01:00 |
|
Alexey Milovidov
|
20b9e519ff
|
Add a test
|
2024-02-17 04:59:32 +01:00 |
|
Alexey Milovidov
|
46c2f85314
|
Merge branch 'master' into less-memory-usage-primary-key
|
2024-02-17 04:55:59 +01:00 |
|
Alexey Milovidov
|
3ebea51d53
|
Merge pull request #60052 from ClickHouse/docs-cloud-insert-tip
[Docs] Add info on using select_sequential_consistency for INSERTS in…
|
2024-02-17 03:18:40 +01:00 |
|
Joshua Hildred
|
52bcecf7b0
|
Bump curl to version 4.6.0
|
2024-02-16 17:25:41 -08:00 |
|
Alexey Milovidov
|
3128cf1f1b
|
Remove the check for formatting consistency from the Fuzzer
|
2024-02-17 02:24:21 +01:00 |
|
Alexey Milovidov
|
d10b18afeb
|
I found TODO in the code, that can be implemented
|
2024-02-17 02:21:55 +01:00 |
|
Alexey Milovidov
|
9686bb51bc
|
Style check for abbreviations
|
2024-02-17 02:15:14 +01:00 |
|
Alexey Milovidov
|
2f315e0eb5
|
Style check for abbreviations
|
2024-02-17 02:14:15 +01:00 |
|
Alexey Milovidov
|
509d8ee99c
|
Apply review comments
|
2024-02-17 01:54:54 +01:00 |
|
Alexey Milovidov
|
ceb65bb114
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into print-cpu-flags-at-startup
|
2024-02-17 01:53:56 +01:00 |
|
Alexey Milovidov
|
4c2ee23429
|
Update insert-into.md
|
2024-02-17 01:50:20 +01:00 |
|
Alexey Milovidov
|
87134acdf0
|
Merge pull request #60083 from Avogar/max-query-size-ddl-entry
Use max_query_size from context in DDLLogEntry instead of hardcoded 4096
|
2024-02-17 01:49:08 +01:00 |
|
Alexey Milovidov
|
d2f8e82ebd
|
Merge pull request #60085 from ClickHouse/revert-59856-feature/42690
Revert "Implement system.dns_cache table"
|
2024-02-17 01:46:56 +01:00 |
|
Alexey Milovidov
|
731c484b3d
|
Revert "Implement system.dns_cache table (#59856)"
This reverts commit b5ef034697 .
|
2024-02-17 01:46:41 +01:00 |
|
Kirill Nikiforov
|
b5ef034697
|
Implement system.dns_cache table (#59856)
* system.dns_cache table WIP
* system.dns_cache table
* rollback unexpected contrib changes
* rollback unexpected changes
* add docs
* code style fixes
* optimize dns cache exporting
* stateful test for system.dns_cache table
* stateful test for system.dns_cache table
* cr fixes
* stateful test for system.dns_cache table
* stateful test for system.dns_cache table
* Update 02981_system_dns_cache_table.sql
* Update 02981_system_dns_cache_table.reference
---------
Co-authored-by: pufit <pufit@clickhouse.com>
|
2024-02-16 14:31:22 -05:00 |
|
avogar
|
4e6f04ddf1
|
Address comments
|
2024-02-16 19:30:16 +00:00 |
|
avogar
|
8c66db0d1c
|
Use max_query_size from context in DDLLogEntry instead of hardcoded 4096
|
2024-02-16 19:21:25 +00:00 |
|
Alexander Tokmakov
|
31479649fe
|
Merge pull request #59908 from azat/rmt-uuid-macro
[RFC] Allow uuid in replica_path if CREATE TABLE explicitly has it
|
2024-02-16 17:31:59 +01:00 |
|
Alexander Tokmakov
|
3813a97775
|
Merge pull request #59895 from azat/rmt-mutations-polling
Do not pull mutations if pulling replication log had been stopped
|
2024-02-16 17:24:30 +01:00 |
|
Maksim Kita
|
96d9782439
|
Temporary table already exists exception message fix
|
2024-02-16 19:16:02 +03:00 |
|
Igor Nikonov
|
cb0ce2aaa9
|
Fix build
|
2024-02-16 15:26:08 +00:00 |
|
Dmitry Novik
|
a3c34a7cc2
|
Merge pull request #54211 from ClickHouse/Support_parameterized_view_with_analyzer
Refactor parameterized view & add support for new analyzer
|
2024-02-16 16:13:49 +01:00 |
|
Igor Nikonov
|
b85a68790a
|
Cleanup: connection pool priority -> config priority
- names were creating confusion between config priority and balancing priority for a reader
|
2024-02-16 14:39:41 +00:00 |
|
Kruglov Pavel
|
4d6f167e0c
|
Merge pull request #59092 from Avogar/auto-format-detection
Try to detect file format automatically during schema inference if it's unknown
|
2024-02-16 14:32:18 +01:00 |
|
Kruglov Pavel
|
1dac0246a3
|
Remove extra empty line
|
2024-02-16 14:10:28 +01:00 |
|
Dmitry Novik
|
cacd2e6463
|
Merge pull request #59921 from ClickHouse/analyzer-fix-test_distributed_backward_compatability
Remove `test_distributed_backward_compatability`
|
2024-02-16 13:58:45 +01:00 |
|
Dmitry Novik
|
757a5b627b
|
Merge pull request #60019 from ClickHouse/analyzer-fix-test_sql_user_defined_functions_on_cluster
Analyzer: Fix test_sql_user_defined_functions_on_cluster
|
2024-02-16 13:57:55 +01:00 |
|
Alexey Milovidov
|
25f2501c7f
|
Merge pull request #60013 from ClickHouse/verify-parser-on-server-side
Verify formatting consistency on the server-side
|
2024-02-16 13:48:10 +01:00 |
|
Igor Nikonov
|
118263d8e8
|
Merge remote-tracking branch 'origin/master' into query-log-on-insert-exception-over-http
|
2024-02-16 12:40:10 +00:00 |
|
alesapin
|
0a189e830c
|
Merge pull request #59942 from kitaisreal/storage-system-tables-add-metadata-version
StorageSystemTables add metadata_version
|
2024-02-16 13:17:22 +01:00 |
|
Alexey Milovidov
|
39f363ba6e
|
Print CPU flags at startup
|
2024-02-16 13:09:07 +01:00 |
|
Alexey Milovidov
|
0787e9f402
|
Merge remote-tracking branch 'origin/master' into print-cpu-flags-at-startup
|
2024-02-16 13:07:03 +01:00 |
|