Kruglov Pavel
592fa77987
Merge branch 'master' into cache-count
2023-08-23 15:18:02 +02:00
Kruglov Pavel
7e362a2110
Merge branch 'master' into fast-count-from-files
2023-08-23 15:13:20 +02:00
Robert Schulze
bea651e828
Merge pull request #53657 from rschu1ze/cache-improvements
...
Expose more settings from caches
2023-08-23 14:58:45 +02:00
Robert Schulze
5dec6f19f3
Merge pull request #51325 from xinhuitian/fix-annoy-index-update
...
Do not reset Annoy index during build-up with > 1 mark
2023-08-23 14:31:06 +02:00
Kruglov Pavel
e193aec583
Merge branch 'master' into fast-count-from-files
2023-08-23 12:15:34 +02:00
Alexey Milovidov
b884fdb867
Merge pull request #53641 from irenjj/feat_53602
...
dateDiff: add support for plural units.
2023-08-23 12:45:35 +03:00
Tian Xinhui
7cf057e716
Merge branch 'ClickHouse:master' into fix-annoy-index-update
2023-08-23 10:33:14 +08:00
Kruglov Pavel
6e3f2fedbd
Apply suggestions from code review
...
Co-authored-by: Dmitry Novik <mrnovikd@gmail.com>
2023-08-22 19:05:06 +02:00
Denny Crane
0713dc5ee4
Update storing-data.md
2023-08-22 14:04:35 -03:00
Kruglov Pavel
67c5c0203b
Merge branch 'master' into fast-count-from-files
2023-08-22 15:03:48 +02:00
Kruglov Pavel
c0bdd0e00b
Merge branch 'master' into cache-count
2023-08-22 14:42:22 +02:00
avogar
b4145aeddc
Cache number of rows in files for count in file/s3/url/hdfs/azure functions
2023-08-22 11:59:59 +00:00
Robert Schulze
f2fb7365e6
Add settings for 1. size_ratio (all caches) and 2. policy (index caches)
...
1. is an expert-level setting, default is 0.5, applies only to SLRU.
Also, I noticed that we expose cache policy settings for the mark and
the uncompresed cache but not for the index mark and the index
uncompressed cache. Changed that as well, it simplifies the code a bit.
2023-08-22 11:04:29 +00:00
alesapin
1a5a9fca87
Merge pull request #53605 from irenjj/feat_53538
...
Add column 'name' to system.clusters as an alias to cluster.
2023-08-22 11:34:21 +02:00
Tian Xinhui
76016d9593
Merge branch 'master' into fix-annoy-index-update
2023-08-22 16:58:29 +08:00
Robert Schulze
a20ceef398
Merge pull request #53447 from davvard/master
...
USearch HNSW index for ANN search
2023-08-21 23:34:26 +02:00
Robert Schulze
583d9b33f0
Merge pull request #51446 from rschu1ze/recfgable-caches
...
Runtime-reconfigurable cache sizes
2023-08-21 23:27:21 +02:00
Robert Schulze
d71801d6b2
Merge pull request #53554 from Ryado/mysql_interface_cloud
...
Added instructions to enable MySQL interface in Cloud
2023-08-21 21:29:34 +02:00
Nikita Mikhaylov
145c99ee94
Merge pull request #53280 from evillique/better-stop-listen
...
Add EXCEPT clause to SYSTEM STOP LISTEN query
2023-08-21 19:03:49 +02:00
Ryadh DAHIMENE
615a493ded
Addressing comments
2023-08-21 18:37:31 +02:00
Robert Schulze
8cbf626d0f
Cosmetics
2023-08-21 14:08:44 +00:00
Robert Schulze
67369b49d3
Merge pull request #53642 from rschu1ze/pg-doc-fix
...
Docs: Correct parameter name in MaterializedPostgres example
2023-08-21 16:01:08 +02:00
Robert Schulze
96c8b250ce
Allow to configure cache sizes at runtime
2023-08-21 13:51:10 +00:00
Robert Schulze
5783c07e4f
Docs: Correct parameter name in MaterializedPostgres example
2023-08-21 13:24:57 +00:00
irenjj
0f0b5eb3b1
dateDiff: add support for plural units.
2023-08-21 21:15:00 +08:00
Kruglov Pavel
88aee95122
Merge branch 'master' into fast-count-from-files
2023-08-21 14:46:33 +02:00
avogar
47304bf7aa
Optimize count from files in most input formats
2023-08-21 12:30:52 +00:00
Kruglov Pavel
c68456a20a
Merge pull request #52692 from Avogar/variable-number-of-volumns-more-formats
...
Allow variable number of columns in more formats, make it work with schema inference
2023-08-21 13:28:35 +02:00
Duc Canh Le
2c07065f81
increase the default value
...
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2023-08-21 11:04:24 +00:00
Robert Schulze
066ec559ad
Do not reset Annoy index during build-up with > 1 mark
2023-08-21 10:05:43 +00:00
kevinyhzou
48cb9b59f4
Support from/to utc timestamp
2023-08-21 09:28:00 +08:00
irenjj
38d2e75690
Add doc.
2023-08-20 17:30:05 +08:00
Alexey Milovidov
ab384ba621
Add documentation
2023-08-20 10:06:10 +02:00
Kseniia Sumarokova
c0b8d7eddf
Merge pull request #50999 from ilejn/system_kafka_consumers
...
system.kafka_consumers table to monitor kafka consumers
2023-08-19 13:31:18 +04:00
Justin de Guzman
f891401a5d
Add password complexity requirements to docs
2023-08-18 17:58:06 -07:00
Michael Kolupaev
a1522e22ea
Merge pull request #53281 from Avogar/batch-small-parquet-row-groups
...
Optimize reading small row groups by batching them together in Parquet
2023-08-18 17:15:42 -07:00
Alexey Milovidov
17b24eb38d
Merge pull request #53490 from rschu1ze/boost-179
...
Update boost to 1.79
2023-08-19 02:12:13 +03:00
Ryadh DAHIMENE
1a42d71514
Added instructions to enable MySQL interface in Cloud
2023-08-18 16:57:58 +02:00
Robert Schulze
e09098c5a1
Update annindexes.md
2023-08-18 15:01:13 +02:00
Robert Schulze
b8912203e4
Merge pull request #53525 from aiven-sal/aiven-sal/siphash_readd
...
Re-add SipHash keyed functions, try II
2023-08-18 14:14:56 +02:00
Ash Vardanian
9a4254616a
Docs: Extend USearch implementation details
2023-08-18 12:45:34 +01:00
Duc Canh Le
2d353f8c43
Merge branch 'master' into limit_concurent_background_optimize
2023-08-18 09:25:27 +00:00
Alexey Milovidov
e7d0edfce6
Merge pull request #53261 from bharatnc/ncb/truncate-db
...
support TRUNCATE DATABASE
2023-08-18 08:22:32 +03:00
Anton Popov
b9df41d5e3
Merge pull request #53129 from CurtizJ/non-deterministic-mutations
...
Allow to execute constant non-deterministic functions in mutations on initiator
2023-08-18 00:26:20 +02:00
Robert Schulze
cd4c53030e
Merge pull request #53531 from rschu1ze/docs-dict
...
Clean up messy headers in dictionary docs
2023-08-17 21:43:05 +02:00
Robert Schulze
6b37595e11
Update boost to 1.79
2023-08-17 19:34:07 +00:00
Robert Schulze
f20dd27ba6
Clean header mess up
2023-08-17 18:47:11 +00:00
Anton Popov
1805dec6ff
Merge remote-tracking branch 'upstream/master' into HEAD
2023-08-17 14:09:43 +00:00
Ilya Yatsishin
7115110dad
Update merge-tree-settings.md
...
parts_to_throw_insert=3000
2023-08-17 15:59:22 +02:00
avogar
bca91548ad
Add setting input_format_parquet_local_file_min_bytes_for_seek
2023-08-17 12:28:01 +00:00
Robert Schulze
ac7a27b7ff
Update docs
2023-08-17 10:03:58 +00:00
Robert Schulze
456a02da1b
Merge remote-tracking branch 'rschu1ze/master'
2023-08-17 09:30:27 +00:00
Nikolay Degterinsky
a893f75884
Merge remote-tracking branch 'upstream/master' into better-stop-listen
2023-08-16 23:06:18 +00:00
Davit Vardanyan
c685ac3df9
Docs: Update USearch docs
2023-08-16 17:31:46 +04:00
Alexander Tokmakov
b69ef75972
Merge branch 'master' into merging_53373
2023-08-16 13:16:43 +02:00
Davit Vardanyan
48c62fd75e
Add: USearch
2023-08-15 16:00:27 +04:00
Anton Popov
5a1265d16d
add docs
2023-08-15 00:24:47 +00:00
Nikolay Degterinsky
1738afc196
Update insert-into.md
2023-08-14 16:37:34 +02:00
Duc Canh Le
cd535bea7d
limit number of concurrent background partition optimize
2023-08-14 10:21:13 +00:00
Robert Schulze
2d3bf55d45
Docs: Update table name in ANN docs
2023-08-14 08:50:20 +00:00
Robert Schulze
5dc2255e49
Merge pull request #53395 from rschu1ze/update-ann-anchors
...
Docs: Fixups in ANN docs
2023-08-14 10:31:19 +02:00
Robert Schulze
1c3f4d3719
+ ,
2023-08-14 07:46:15 +00:00
Robert Schulze
f71ce2641c
Fix copyright issues in ANN docs
2023-08-14 07:36:27 +00:00
Robert Schulze
385332a554
Docs: Update anchors in ANN indexes docs
2023-08-14 07:10:50 +00:00
Krisztián Szűcs
fea74ce17b
Documentation: add Ibis project to the integrations section
2023-08-14 08:49:05 +02:00
Alexey Milovidov
ca85e6ae55
Revert "Documentation: add Ibis project to the integrations section"
2023-08-13 23:23:29 +03:00
Filipp Ozinov
bd0e879288
Add note about skip indexes
...
Related to #53350
2023-08-13 22:48:35 +04:00
Alexey Milovidov
b0687e650a
Merge pull request #53209 from Avogar/format-one
...
Add input format One
2023-08-13 21:32:11 +03:00
Krisztián Szűcs
e082897ce7
Documentation: add Ibis project to the integrations section
2023-08-13 17:02:08 +02:00
Rich Raposa
13a03c046f
Remove duplicate section from Dictionary page
2023-08-11 23:45:58 -06:00
Alexey Milovidov
67b45619eb
Merge pull request #53239 from evillique/tuple-concat
...
Add tupleConcat function
2023-08-12 03:35:25 +03:00
Alexey Milovidov
d87997d001
Merge pull request #52893 from knoguchi/CVE-2016-2183
...
CVE-2016-2183: disable 3DES
2023-08-12 03:34:49 +03:00
Alexey Milovidov
7c178d0764
Merge pull request #52767 from ClickHouse/client-allow-yaml
...
Allow `yaml` configs in clickhouse-client
2023-08-12 03:05:08 +03:00
Salvatore Mesoraca
08e443b766
Revert "Revert "Re-add SipHash keyed functions""
...
This reverts commit e68234a231
.
2023-08-11 17:30:04 +02:00
robot-clickhouse-ci-1
9e7e581813
Merge pull request #53216 from vitaliyf/master
...
docs: Fixed invalid MySQL named collection examples
2023-08-11 17:14:51 +02:00
avogar
7e863a2726
Address comments
2023-08-11 13:17:49 +00:00
Kruglov Pavel
e67c6c2f0a
Fix typo
2023-08-11 13:17:49 +00:00
avogar
3ad7e57059
Optimize reading small row groups by batching them together in Parquet
2023-08-11 13:17:45 +00:00
Kruglov Pavel
b6b0e9c6bc
Merge branch 'master' into variable-number-of-volumns-more-formats
2023-08-11 14:02:21 +02:00
Kruglov Pavel
00865a7dad
Merge branch 'master' into format-one
2023-08-11 13:54:58 +02:00
Bharat Nallan Chakravarthy
8cd9f3b912
add docs
2023-08-10 21:14:47 -07:00
Ilya Golshtein
978d8bf9a6
system_kafka_consumers: cleanup with exceptions
2023-08-10 22:35:05 +00:00
Ilya Golshtein
80829a6bf7
system_kafka_consumers: no offset_committed, new test with MV
2023-08-10 22:35:05 +00:00
Ilya Golshtein
46be5e5782
system_kafka_consumers: cleanup, test should be more stable
2023-08-10 22:35:05 +00:00
Ilya Golshtein
dd6727be3e
system_kafka_consumers: style check fixes
2023-08-10 22:35:05 +00:00
Ilya Golshtein
3f205f4997
system_kafka_consumers: tiny doc changes
2023-08-10 22:35:05 +00:00
Ilya Golshtein
6258ab6cb4
system_kafka_consumers: doc link fix, USE_RDKAFKA
2023-08-10 22:35:05 +00:00
Ilya Golshtein
40fd53c3e3
system_kafka_consumers: style check
2023-08-10 22:35:05 +00:00
Ilya Golshtein
82e8b40bf5
system_kafka_consumers: doc
2023-08-10 22:35:05 +00:00
Nikolay Degterinsky
bcc0fbbf91
Add EXCEPT clause to SYSTEM STOP LISTEN query
2023-08-10 16:10:33 +00:00
pufit
8c9209745c
Merge pull request #53127 from ClickHouse/pufit/keeper-client-improvements
...
Revert Revert "Implementing new commands for keeper-client"
2023-08-10 09:51:36 -04:00
pufit
af51268da1
Merge pull request #51912 from ClickHouse/pufit/role-from-storage
...
Create, Drop, or Move access entities between different access storages.
2023-08-10 09:47:26 -04:00
Alexander Tokmakov
4b30900fed
Revert "Improve CHECK TABLE system query"
2023-08-10 14:44:16 +03:00
Kruglov Pavel
14aad359e6
Merge pull request #52555 from bigo-sg/starts_ends_with_utf8
...
Add new function startsWithUTF8 and endsWithUTF8
2023-08-10 13:18:04 +02:00
alesapin
57025eed65
Merge pull request #52745 from ClickHouse/vdimir/check_table_improvements
...
Improve CHECK TABLE system query
2023-08-10 11:48:00 +02:00
Alexey Milovidov
52c3704dc7
Merge pull request #52683 from rschu1ze/readBinary-specializations
...
Remove unneeded readBinary() specializations + update docs
2023-08-10 04:04:57 +03:00
Alexey Milovidov
0f0e7e0fa1
Merge branch 'master' into client-allow-yaml
2023-08-10 03:47:01 +03:00
pufit
1a3eac0d4d
Merge branch 'master' into pufit/role-from-storage
2023-08-09 17:50:07 -04:00
Nikolay Degterinsky
5403507950
Add tupleConcat function
2023-08-09 20:52:09 +00:00
Kruglov Pavel
33a39900ad
Merge branch 'master' into variable-number-of-volumns-more-formats
2023-08-09 19:51:17 +02:00