Alexey Milovidov
|
67fa5b6b7c
|
Merge pull request #49628 from ClickHouse/fix-distinct
Fix bug in DISTINCT
|
2023-05-08 03:01:30 +03:00 |
|
Alexey Milovidov
|
73a1ea0eb3
|
Merge pull request #44627 from ClickHouse/system-stack-trace-fix
Attempt to fix the "system.stack_trace" test
|
2023-05-07 21:05:10 +03:00 |
|
Alexey Milovidov
|
d0400846f1
|
Fix bug in DISTINCT
|
2023-05-07 17:50:04 +02:00 |
|
Alexey Milovidov
|
98acbff68f
|
Disable distinct_in_order optimization
|
2023-05-07 17:31:56 +02:00 |
|
Alexey Milovidov
|
6b742bb1d1
|
Merge branch 'master' into system-stack-trace-fix
|
2023-05-07 06:05:47 +03:00 |
|
Alexey Milovidov
|
3a079dc40e
|
Merge branch 'master' into pretty-time-squashing
|
2023-05-06 23:15:48 +02:00 |
|
Alexey Milovidov
|
ef16077c72
|
Merge branch 'master' into pretty-time-squashing
|
2023-05-06 18:20:49 +03:00 |
|
Robert Schulze
|
0598bfd79e
|
Mark query cache as non-experimental
|
2023-05-06 13:58:40 +00:00 |
|
Michael Kolupaev
|
396157dcad
|
Allow reordering by default when reading from file/s3/url
|
2023-05-05 10:55:45 -07:00 |
|
Anton Popov
|
c87a6e8e7d
|
Merge pull request #49117 from CurtizJ/limit-mutations
Add settings to delay or throw in case of too many mutations
|
2023-05-05 12:18:57 +02:00 |
|
Alexey Milovidov
|
90b0de5677
|
Make Pretty prettier
|
2023-05-05 06:36:53 +02:00 |
|
Michael Kolupaev
|
eb3b774ad0
|
Better control over Parquet row group size
|
2023-05-04 14:59:55 -07:00 |
|
Anton Popov
|
e61d7baa54
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2023-05-04 14:03:53 +00:00 |
|
alesapin
|
412b161104
|
Merge pull request #48791 from kssenii/better-local-object-storage
Make local object storage work consistently with s3 object storage, fix problem with append, make it configurable as independent storage
|
2023-05-04 11:47:43 +02:00 |
|
alesapin
|
89caf40840
|
Merge pull request #46528 from myrrc/feature/show-secrets-option
Show secrets in `SHOW` and `SELECT` queries
|
2023-05-04 11:21:30 +02:00 |
|
Nikita Mikhaylov
|
954e3b724c
|
Speedup outdated parts loading (#49317)
|
2023-05-03 18:56:45 +02:00 |
|
Anton Popov
|
7896d30737
|
Merge pull request #49122 from CurtizJ/add-async-insert-mt-setting
Add `MergeTree` setting `async_insert`
|
2023-05-03 16:01:13 +02:00 |
|
Mike Kot
|
3d6240b982
|
fix
|
2023-05-03 13:59:45 +00:00 |
|
Nikita Mikhaylov
|
aa4c5fe958
|
Enhancements for background merges (#49313)
|
2023-05-02 13:43:59 +02:00 |
|
kssenii
|
4fc1f644bc
|
Simplify
|
2023-05-02 11:57:02 +02:00 |
|
Anton Popov
|
36d53e0d6c
|
Merge branch 'master' into add-async-insert-mt-setting
|
2023-05-01 16:13:23 +02:00 |
|
Nikita Taranov
|
266c9d403a
|
review fixes
|
2023-05-01 13:09:55 +00:00 |
|
Mike Kot
|
2d20658885
|
Merge branch 'master' into feature/show-secrets-option
|
2023-04-28 20:19:35 +03:00 |
|
Mike Kot
|
f1d0ed367d
|
separate name for format setting
|
2023-04-28 13:39:38 +00:00 |
|
Mike Kot
|
7bffa89e96
|
add all 3 settings
|
2023-04-28 13:22:36 +00:00 |
|
Azat Khuzhin
|
c8ec152f57
|
Add ability to use strict parts size for S3 (compatibility with R2)
The are some implementations that does not allow to use parts of
different size for multi-part upload:
- CouldFlare R2 [1] and also got help on discord
- AWS S3 Glacier [2]
- and I also know of one bug in Google Cloud Storage (GCS), but it
should be fixed in a couple of months.
[1]: https://developers.cloudflare.com/r2/reference/changelog/#2022-10-28
> Multipart upload part sizes are always expected to be of the
> same size, but this enforcement is now done when you complete
> an upload instead of being done very time you upload a part
[2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-initiate-upload.html
On top of this I'm going to add auto detection of this issue for disks,
but not for S3 function, since those checks are quite costly, and they
need to write at least 5MB*3, which may be questionable.
v2: mark test as long [1]
[1]: https://s3.amazonaws.com/clickhouse-test-reports/48492/d4a90880e947ab3a17b3eddeea274afed8ebceb4/stateless_tests_flaky_check__asan_.html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-04-28 11:01:56 +02:00 |
|
Mike Kot
|
e428af0b63
|
replace format settings with server setting
|
2023-04-27 21:27:18 +00:00 |
|
Mike Kot
|
357cde95e9
|
Merge branch 'master' into feature/show-secrets-option
|
2023-04-27 20:19:40 +00:00 |
|
Kseniia Sumarokova
|
45e2d296f9
|
Merge branch 'master' into better-local-object-storage
|
2023-04-27 14:54:04 +02:00 |
|
Alexey Milovidov
|
aae1d652fe
|
Not enable it by default as of today
|
2023-04-26 13:50:30 +03:00 |
|
Igor Nikonov
|
928eb7433f
|
Merge remote-tracking branch 'origin/master' into parallelize-output-setting
|
2023-04-25 21:52:15 +00:00 |
|
Anton Popov
|
c7db58be66
|
add MergeTree setting async_insert
|
2023-04-25 01:11:58 +00:00 |
|
Robert Schulze
|
6ba6e24a5a
|
Merge pull request #48536 from lingtaolf/feature/support_settings_allow_suspicious_indices
Reject identical expressions in indices (allow_suspicious_indices)
|
2023-04-24 22:27:59 +02:00 |
|
Anton Popov
|
38622d0770
|
add settings to delay or throw in case of too many mutations
|
2023-04-24 18:21:49 +00:00 |
|
Igor Nikonov
|
4966eb7871
|
New setting is added to settings changes history
|
2023-04-24 12:43:54 +00:00 |
|
Igor Nikonov
|
481d0a9dc5
|
Setting parallelize_output_from_storages
|
2023-04-24 12:22:45 +00:00 |
|
Robert Schulze
|
38d5f12a32
|
Query Cache: Implement per-user quotas
|
2023-04-23 16:13:51 +00:00 |
|
kssenii
|
d8023806a9
|
Merge remote-tracking branch 'upstream/master' into better-local-object-storage
|
2023-04-23 12:39:34 +02:00 |
|
Kseniia Sumarokova
|
be0cb808de
|
Merge pull request #48973 from kssenii/randomize-fs-read-settings
Randomize prefetch settings in ci
|
2023-04-23 12:04:30 +02:00 |
|
凌涛
|
08e81d0a52
|
Merge branch 'master' into feature/support_settings_allow_suspicious_indices
|
2023-04-23 10:08:00 +08:00 |
|
avogar
|
d68b8f46a4
|
Increase default value for connect_timeout_with_failover_ms
|
2023-04-21 11:38:36 +00:00 |
|
kssenii
|
e58c16318f
|
Merge remote-tracking branch 'upstream/master' into better-local-object-storage
|
2023-04-21 12:49:40 +02:00 |
|
凌涛
|
de18bf72b4
|
modify code
|
2023-04-21 17:27:26 +08:00 |
|
Kruglov Pavel
|
9749448eb0
|
Merge pull request #47229 from Avogar/non-blocking-connect
Improve async reading from socket
|
2023-04-21 10:38:50 +02:00 |
|
kssenii
|
0a34f3bcea
|
Merge remote-tracking branch 'upstream/master' into randomize-fs-read-settings
|
2023-04-20 19:04:01 +02:00 |
|
kssenii
|
6552ec6afc
|
Small improvement
|
2023-04-20 18:15:09 +02:00 |
|
kssenii
|
fef179a9ea
|
Remove redundant code
|
2023-04-19 19:23:50 +02:00 |
|
Kseniia Sumarokova
|
746787d800
|
Update Settings.h
|
2023-04-19 17:32:01 +02:00 |
|
Kruglov Pavel
|
2ad161d2b7
|
Merge branch 'master' into non-blocking-connect
|
2023-04-19 13:39:40 +02:00 |
|
kssenii
|
16b027ed0c
|
Merge remote-tracking branch 'upstream/master' into better-local-object-storage
|
2023-04-18 16:25:08 +02:00 |
|