Commit Graph

15101 Commits

Author SHA1 Message Date
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
Kseniia Sumarokova
37ff8fce3c
Merge pull request #70841 from ClickHouse/s3queue-add-system-s3queue-settings
Add `system.s3(azure)_queue_settings`
2024-10-23 15:28:46 +00:00
Robert Schulze
0bd5db34a1
Merge remote-tracking branch 'ClickHouse/master' into minor-fixups 2024-10-23 15:18:53 +00:00
Daniil Ivanik
ac766ae2d8
Merge pull request #69712 from jirislav/add_support_for_avro_union_input_format
Implement generic SerDe between Avro Union and ClickHouse Variant type
2024-10-23 11:12:28 +00:00
Robert Schulze
6a374cb418
Minor fixups of #70011 and #69918 2024-10-23 09:50:10 +00:00
kssenii
7bcdda3a52 Merge remote-tracking branch 'origin/master' into s3queue-add-system-s3queue-settings 2024-10-23 11:27:54 +02:00
Robert Schulze
4586d2b354
Docs: Add notes about TPC-H query correctness + decorrelated queries 2024-10-22 23:21:12 +00:00
marco-vb
da79733347 Fix small documentation error for min free bytes/ratio settings. 2024-10-22 18:33:04 +01:00
Pablo Marcos
ff191b0b08 Improve doc of globalVariable 2024-10-22 16:43:38 +00:00
kssenii
794b7cff73 More documentation 2024-10-22 18:01:24 +02:00
kssenii
7e43c58c3d Add documentation 2024-10-22 17:54:20 +02:00
Yarik Briukhovetskyi
c45caa6a8f
Merge pull request #70881 from simPod/simpleLinearRegression
docs: use `k` as constant name instead of `a` in `simpleLinearRegression
2024-10-22 15:51:50 +00:00
Robert Schulze
a8682f11e9
Merge pull request #70873 from rschu1ze/m-efsearch-efconstruction
Update default HNSW parameter settings
2024-10-22 14:13:49 +00:00
Robert Schulze
9c5fbef180
Docs: Clarify deviations to TPC-H spec 2024-10-22 11:03:55 +00:00
Robert Schulze
739f8c17c0
Merge pull request #70906 from rschu1ze/docs-tpc-h
Docs: Update TPC-H benchmark page
2024-10-22 10:46:16 +00:00
Robert Schulze
02cb8817cc
Merge remote-tracking branch 'ClickHouse/master' into docs-tpc-h 2024-10-22 11:30:27 +02:00
Robert Schulze
978cce9702
Follow-up to #70863 2024-10-22 08:46:48 +00:00
Alexey Milovidov
ffb692902c Merge branch 'master' into add-merge-start-and-mutate-start-events 2024-10-21 23:21:59 +02:00
Robert Schulze
036f475755
Update TPC-H docs 2024-10-21 19:46:12 +00:00
Robert Schulze
9d5410e7ea
Merge pull request #70846 from faizan2786/master
Functions `base58Encode/Decode`: Support `FixedString` arguments
2024-10-21 17:15:00 +00:00
Robert Schulze
d0d07e8f9b
Merge remote-tracking branch 'ClickHouse/master' into m-efsearch-efconstruction 2024-10-21 17:13:31 +00: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
divanik
0885b26973 Merged master 2024-10-21 14:11:44 +00:00
Simon Podlipsky
677f296214
docs: use k as constant name instead of a in simpleLinearRegression
Function uses `k` internally.

E.g.

```sql
SELECT arrayReduce('simpleLinearRegression', [0, 1, 2, 3], [0, 1, 2, 3]) FORMAT JsonEachRow
```

outputs `{"arrayReduce('simpleLinearRegression', [0, 1, 2, 3], [0, 1, 2, 3])":{"k":1,"b":0}}`
2024-10-21 15:34:15 +02:00
Robert Schulze
e1025300d0
Merge pull request #70863 from SayeedKhan21/build-osx-doc-changes
Docs: Mention case-sensitive filesystems in macOS build docs
2024-10-21 09:16:07 +00:00
Robert Schulze
49b389399b
Update build-osx.md 2024-10-21 11:14:09 +02:00
Robert Schulze
fd309f7b34
Minor fixups 2024-10-21 08:23:44 +00:00
Robert Schulze
5f94239f99
Update default HNSW parameter settings 2024-10-21 07:30:25 +00:00
Robert Schulze
8832c5d7bd
Update build-osx.md 2024-10-21 09:27:02 +02:00
Robert Schulze
9c51899b36
Minor fixups 2024-10-21 09:26:37 +02: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
Alexey Milovidov
4c9e4699df
Merge pull request #70593 from jsc0218/InsertWith
With Insert Support
2024-10-21 02:55:44 +00:00
SayeedKhan21
f7023d2f20 Documentation changes for macOs build 2024-10-20 06:23:28 +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
Sergei Trifonov
ee557a9f11
Merge branch 'master' into fix-use-concurrency-control 2024-10-18 13:30:03 +02:00
Robert Schulze
71df65c288
Merge pull request #70454 from Blargian/docs_toIP
[Docs] Document `toIP` functions
2024-10-18 09:16:49 +00: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
jsc0218
691aff2cea Merge remote-tracking branch 'origin/master' into InsertWith 2024-10-17 18:08:30 +00:00
Blargian
18e866c666 Review changes 2024-10-17 18:34:44 +02:00
Justin de Guzman
945b71230a
[Docs] Remove pagination_next 2024-10-17 09:26:19 -07:00