Commit Graph

4448 Commits

Author SHA1 Message Date
Pablo Marcos
611dbd59be Merge branch 'master' into system-query-metric-log 2024-10-24 12:02:51 +00:00
Alexey Milovidov
c737eabb9e
Merge pull request #70850 from ClickHouse/add-merge-start-and-mutate-start-events
Add merge start and mutate start events into `system.part_log`
2024-10-24 05:28:40 +08:00
Alexey Milovidov
85056de617
Merge pull request #70959 from rschu1ze/minor-fixups
Minor fixups of #70011 and #69918
2024-10-23 20:19:59 +00:00
Yarik Briukhovetskyi
4452928566
Merge pull request #70940 from marco-vb/update-documentation
Fix small documentation error for min_free_bytes_to_perform_insert and min_free_ratio_to_perform_insert settings.
2024-10-23 17:02:15 +00:00
János Benjamin Antal
f2ca21134f
Merge pull request #69657 from petern48/regexp_logger
Filter logging using regular expressions
2024-10-23 16:01:24 +00:00
Robert Schulze
6a374cb418
Minor fixups of #70011 and #69918 2024-10-23 09:50:10 +00:00
marco-vb
da79733347 Fix small documentation error for min free bytes/ratio settings. 2024-10-22 18:33:04 +01:00
kssenii
794b7cff73 More documentation 2024-10-22 18:01:24 +02:00
Pablo Marcos
fd9262df76 Merge branch 'master' into system-query-metric-log 2024-10-22 12:07:15 +00:00
Alexey Milovidov
ffb692902c Merge branch 'master' into add-merge-start-and-mutate-start-events 2024-10-21 23:21:59 +02:00
Peter Nguyen
0fec305059
Update docs/en/operations/server-configuration-parameters/settings.md
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
2024-10-21 08:06:44 -07:00
Robert Schulze
d02a31da44
Merge pull request #70616 from rschu1ze/query-time-ef-search
Vector search: allow to specify HNSW parameter `ef_search` at query time
2024-10-21 06:47:46 +00:00
Sergei Trifonov
fc31ec4404
Merge pull request #61473 from ClickHouse/fix-use-concurrency-control
Fixes for concurrency control
2024-10-19 22:27:12 +00:00
Alexey Milovidov
b53549e93e
Revert "Add projections size to system.projections" 2024-10-19 20:56:26 +02:00
justindeguzman
52a000fca5 [Docs] Add placeholder settings markdowns 2024-10-18 19:47:57 -07:00
justindeguzman
c1c58c4014 [Docs] Add placeholder settings markdowns 2024-10-18 19:46:40 -07:00
Alexey Milovidov
68f4977e24 Documentation 2024-10-19 02:11:19 +02:00
justindeguzman
83de58bea3 [Docs] Remove autogenerate settings and settings markdowns 2024-10-18 17:00:24 -07:00
Alexey Milovidov
9ae3d85dfe
Merge pull request #70106 from jrdi/system-projections
Add projections size to system.projections
2024-10-18 21:00:16 +00:00
Pablo Marcos
f002e51a4e Merge branch 'master' into system-query-metric-log 2024-10-18 13:22:58 +00:00
Sergei Trifonov
ee557a9f11
Merge branch 'master' into fix-use-concurrency-control 2024-10-18 13:30:03 +02:00
justindeguzman
13e25776be [Docs] Temporarily restore settings markdowns 2024-10-17 14:51:13 -07:00
justindeguzman
819092a847 [Docs] Add back settings files for placeholder 2024-10-17 11:20:13 -07:00
Justin de Guzman
945b71230a
[Docs] Remove pagination_next 2024-10-17 09:26:19 -07:00
Jordi
3ea19832b9 Add projections size to system.projections 2024-10-17 16:02:14 +02:00
Alexey Milovidov
d05a77ecab Remove documentation from MaterializedMySQL 2024-10-17 15:31:42 +02:00
Robert Schulze
b5fc077515
Merge remote-tracking branch 'ClickHouse/master' into query-time-ef-search 2024-10-17 12:09:29 +00:00
Pablo Marcos
bdc1889919 Merge branch 'master' into system-query-metric-log 2024-10-17 10:02:55 +00:00
Alexey Milovidov
ed32609155 Merge branch 'master' into autogenerate-docs 2024-10-17 01:47:51 +02:00
Alexey Milovidov
5757a7c7fd
Merge pull request #68583 from denis-hananein/clickhouse-local-copy-arg
Support --copy mode for clickhouse local as a shortcut for format conversion
2024-10-17 07:19:30 +08:00
Alexey Milovidov
95cb156865 Remove old files 2024-10-17 00:37:09 +02:00
Peter Nguyen
79c2be2ce9 Add const qualifiers and create local var in Loggers.cpp 2024-10-16 11:31:02 -07:00
Peter Nguyen
c5dc4a830b Update docs with note 2024-10-16 11:10:04 -07:00
Robert Schulze
0caae39142
Disable vector index use with index_granularity_bytes = 0 2024-10-16 09:40:41 +00:00
Daniil Ivanik
877e27245e
Merge branch 'master' into master 2024-10-16 11:23:39 +02:00
Robert Schulze
da31d3252e
Merge remote-tracking branch 'ClickHouse/master' into query-time-ef-search 2024-10-15 17:24:32 +00:00
Kseniia Sumarokova
b2fd0a905a
Merge pull request #70590 from aalexfvk/ignore_shadow_frozen_metadata
Ignore frozen_metadata.txt while traversing shadow directory from system.remote_data_paths
2024-10-15 16:12:56 +00:00
Aleksei Filatov
2843ef9feb
Update docs/en/operations/settings/settings.md
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2024-10-15 12:29:51 +03:00
Kseniia Sumarokova
ba0b7f5689
Merge pull request #70011 from sharathks118/setting-opentelemetry
Enhance OpenTelemetry span logging to include query settings
2024-10-15 09:18:45 +00:00
Peter Nguyen
5073fa424a Add test_regexp_logger integration test and update example in docs 2024-10-14 20:16:18 -07:00
Peter Nguyen
56fbd42037 Add note about slowdown to the docs 2024-10-14 19:52:58 -07:00
Peter Nguyen
58cad7d96b Change config to separate message_regexps tag instead of level tag 2024-10-14 19:19:43 -07:00
Robert Schulze
c5260bae08
Fix spelling 2024-10-14 18:52:53 +00:00
Robert Schulze
395ad883af
Better 2024-10-14 17:35:42 +00:00
Pablo Marcos
88e39b4a87 Revert "Add a separate background schedule pool for QueryMetricLog"
This reverts commit 03685baec6.

Now that the deadlock is properly fixed, there's no real need to have
a separate thread pool for QueryMetricLog.
2024-10-14 15:21:58 +00:00
Aleksei Filatov
5d42b5033f Update docs 2024-10-14 09:13:55 +00:00
Robert Schulze
b701a94750
Query-time ef_search 2024-10-14 09:04:24 +00:00
Vladimir Cherkasov
fff2eff9a9
Merge branch 'master' into vdimir/followup-69411 2024-10-14 10:40:42 +02:00
Pablo Marcos
59d5bdd838 Merge branch 'master' into system-query-metric-log 2024-10-12 14:00:40 +00:00
Kseniia Sumarokova
36e29e467c
Update docs/en/operations/opentelemetry.md 2024-10-11 14:36:09 +02:00