lgbo-ustc
|
e54b6779fc
|
fix typos
|
2024-06-24 09:22:39 +08:00 |
|
lgbo-ustc
|
ea4eb1f388
|
update
|
2024-06-24 09:22:38 +08:00 |
|
Robert Schulze
|
75dec71580
|
Merge pull request #65522 from rschu1ze/allow_deprecated_snowflake_conversion_functions
Replace setting `uniform_snowflake_conversion_functions` by `allow_deprecated_snowflake_conversion_functions`
|
2024-06-23 18:26:56 +00:00 |
|
Robert Schulze
|
8249efb8c7
|
Replace setting 'uniform_snowflake_conversion_functions' by 'allow_deprecated_snowflake_conversion_functions'
|
2024-06-21 09:37:06 +00:00 |
|
Pablo Marcos
|
71f8937abd
|
Merge branch 'master' into system-error-log
|
2024-06-20 16:33:44 +00:00 |
|
Yarik Briukhovetskyi
|
e442a1fdba
|
Merge pull request #64662 from Artemmm91/hilbert-index-analysis
Index analysis using Hilbert space-filling curve
|
2024-06-19 13:59:47 +00:00 |
|
Han Fei
|
5eca8db5fc
|
Merge pull request #64781 from XuJia0210/feature_database_and_table_count_limitation_issue56347
Feature database and table count limitation issue56347
|
2024-06-19 09:41:51 +00:00 |
|
Robert Schulze
|
fd59d7e02f
|
Merge pull request #64948 from rschu1ze/uniform-snowflake-id-conversion
Add uniform conversion functions for Snowflake IDs
|
2024-06-19 08:27:40 +00:00 |
|
Pablo Marcos
|
6a95f19958
|
Minor changes found reviewing to remove the draft status
|
2024-06-18 15:42:57 +00:00 |
|
Alex Katsman
|
13fcfd9784
|
Add docs for privileges columns to the system.query_log
|
2024-06-18 15:39:22 +00:00 |
|
Han Fei
|
c32b97d904
|
Merge branch 'master' into feature_database_and_table_count_limitation_issue56347
|
2024-06-18 15:52:18 +02:00 |
|
Raúl Marín
|
22f6095484
|
Merge pull request #65364 from yokofly/patch-1
[docs] pin the gimli-rs/addr2line version in allocation-profiling.md
|
2024-06-18 11:04:52 +00:00 |
|
alesapin
|
85771099f4
|
Merge pull request #64061 from ClickHouse/workload-for-merges
Workload classification for merges and mutations
|
2024-06-18 10:17:27 +00:00 |
|
Pablo Marcos
|
5da425ecb0
|
Add documentation
|
2024-06-18 09:09:33 +00:00 |
|
haohang
|
579e94319c
|
[docs] pin the gimli-rs/addr2line version in Update allocation-profiling.md
after upstream changed the folder, the build command is broken:
https://github.com/gimli-rs/addr2line/pull/291/files#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542R70-R72
for a more stable way, I intend to pin the version
|
2024-06-18 11:03:10 +08:00 |
|
Robert Schulze
|
3f41201060
|
Merge remote-tracking branch 'rschu1ze/master' into uniform-snowflake-id-conversion
|
2024-06-17 20:49:52 +00:00 |
|
Artem Mustafin
|
04770033ab
|
Merge branch 'ClickHouse:master' into hilbert-index-analysis
|
2024-06-17 22:19:39 +03:00 |
|
Kruglov Pavel
|
fa2a6f281c
|
Merge pull request #65144 from Blargian/footer_column__names
Pretty formats: display column names in footer if the table is long.
|
2024-06-17 18:25:56 +00:00 |
|
avogar
|
abe12219e8
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into workload-for-merges
|
2024-06-17 18:04:47 +00:00 |
|
Robert Schulze
|
95fe3a8035
|
Merge remote-tracking branch 'rschu1ze/master' into uniform-snowflake-id-conversion
|
2024-06-17 13:26:38 +00:00 |
|
Robert Schulze
|
b0b2c3fea9
|
Minor clarification of setting docs
|
2024-06-17 13:19:59 +00:00 |
|
Shaun Struwig
|
d8c8aebc1f
|
Merge branch 'master' into footer_column__names
|
2024-06-15 08:39:02 +02:00 |
|
Sergei Trifonov
|
a17d9d92d7
|
Merge branch 'master' into workload-for-merges
|
2024-06-14 18:35:43 +02:00 |
|
unashi
|
a6f05df749
|
[feature] Add an asynchronous_metric jemalloc.profile.active to show whether sampling is currently active for the calling thread. This is an activation mechanism in addition to prof.active; both must be active for the calling thread to sample.
|
2024-06-14 16:12:59 +08:00 |
|
Xu Jia
|
bd0da139af
|
Add 2 server_setting to limit numebr of table/db
max_table_num_to_throw
max_database_num_to_throw
|
2024-06-14 08:16:12 +08:00 |
|
Sema Checherinda
|
e8c0caa5ab
|
Merge pull request #63314 from arthurpassos/no_proxy_support
Add `no_proxy` support
|
2024-06-13 15:48:12 +00:00 |
|
Artem Mustafin
|
2997509dbf
|
docs upd + tests
|
2024-06-13 17:44:30 +03:00 |
|
Blargian
|
7ca8f51bf2
|
Correct typo in docs
|
2024-06-12 09:47:57 +02:00 |
|
Blargian
|
09e59765c5
|
Add setting output_format_pretty_display_footer_column_names_min_rows
|
2024-06-12 09:45:36 +02:00 |
|
Blargian
|
37e03ef320
|
Modify pretty formats to display column names in the footer when row count is large
|
2024-06-12 07:52:50 +02:00 |
|
serxa
|
08a293a91f
|
Merge branch 'master' into workload-for-merges
|
2024-06-11 21:33:25 +00:00 |
|
Alexander Gololobov
|
3b37015c1d
|
Merge pull request #65099 from ClickHouse/davenger-patch-1
Update odbc-bridge.md
|
2024-06-11 20:52:48 +00:00 |
|
Robert Schulze
|
cb5d929dcd
|
Merge pull request #64814 from rschu1ze/stabilize-row-ordering
Make row order optimization non-experimental
|
2024-06-11 15:09:44 +00:00 |
|
Blargian
|
5aa9389f85
|
Add failing test, setting and docuumentation
|
2024-06-11 15:13:36 +02:00 |
|
Alexander Gololobov
|
2d2ebc918a
|
Update odbc-bridge.md
|
2024-06-11 14:42:48 +02:00 |
|
János Benjamin Antal
|
8792db6321
|
Merge pull request #64427 from liuneng1994/adapting-parquet-block-size
Adapting parquet reader output block rows
|
2024-06-11 09:16:36 +00:00 |
|
Robert Schulze
|
9b37288e7e
|
Merge remote-tracking branch 'rschu1ze/master' into uniform-snowflake-id-conversion
|
2024-06-10 16:49:36 +00:00 |
|
János Benjamin Antal
|
69bacef5d4
|
Merge branch 'master' into adapting-parquet-block-size
|
2024-06-10 14:43:49 +02:00 |
|
kssenii
|
571ddb66df
|
Merge remote-tracking branch 'origin/master' into named-collecitons-in-keeper
|
2024-06-10 13:17:32 +02:00 |
|
Robert Schulze
|
25fd51e5bc
|
Mark row order optimization non-experimental
|
2024-06-10 07:51:22 +00:00 |
|
Robert Schulze
|
ccdaf6f5a4
|
Restrict to MergeTree
|
2024-06-10 07:50:04 +00:00 |
|
Robert Schulze
|
ee59036a83
|
Merge pull request #65030 from rschu1ze/docs-mt-settings
Docs: Move MergeTree setting docs into MergeTree settings docs page
|
2024-06-09 19:47:54 +00:00 |
|
Robert Schulze
|
cdd2957a31
|
Move MergeTree setting docs into MergeTree settings docs page
|
2024-06-09 19:09:33 +00:00 |
|
Nikolay Degterinsky
|
30a838a1c0
|
Merge pull request #64857 from xogoodnow/kafka-named-collections
Added Named collections for accessing Kafka
|
2024-06-09 16:59:02 +00:00 |
|
Denny Crane
|
c7ec61e8e6
|
Update settings.md
|
2024-06-07 17:37:29 -03:00 |
|
Sergei Trifonov
|
686d6d676a
|
Merge pull request #64969 from ClickHouse/revert-64423-precise-memtracking
Revert "Add dynamic untracked memory limits for more precise memory tracking"
|
2024-06-07 16:51:36 +00:00 |
|
serxa
|
7594e06ea2
|
Merge branch 'master' into workload-for-merges
|
2024-06-07 13:58:41 +00:00 |
|
Dmitry Novik
|
2cba91f555
|
Merge pull request #64643 from ClickHouse/analyzer-incompatible-docs
Docs: Add info about analyzer incompatibilities
|
2024-06-07 13:22:42 +00:00 |
|
Antonio Andelic
|
b1d6c73208
|
Merge pull request #64604 from ClibMouse/parallel_replicas_custom_key_range_min_max_setting
Allow users to specify a custom range for the range filter when using parallel replicas with dynamic shards
|
2024-06-07 12:26:30 +00:00 |
|
Sergei Trifonov
|
2d9ac2e816
|
Revert "Add dynamic untracked memory limits for more precise memory tracking"
|
2024-06-07 14:03:56 +02:00 |
|