Sema Checherinda
Sema Checherinda
I added `MAX_ITERATION` and `MIN_TIME`, `MAX_TIME`. Now the logic is folowed: - run each thread not less that `MIN_TIME` - not much that `MAX_ITERATION` and `MAX_TIME` - after that it...
https://github.com/ClickHouse/ClickHouse/issues/65914 Here is an attempt to remove blob from previous file version https://github.com/ClickHouse/ClickHouse/blob/04b21352459a9dd3a0184fa430e4709956377122/src/Disks/ObjectStorages/DiskObjectStorageTransaction.cpp#L842 That deletion is made even before metadata transaction is tried to cimmit. When metadata transaction is not...
### Changelog category (leave one): - New Feature ### Changelog entry (a [user-readable short description](https://github.com/ClickHouse/ClickHouse/blob/master/docs/changelog_entry_guidelines.md) of the changes that goes into CHANGELOG.md): Async insert deduplication now works with dependent materialized...
### Changelog category (leave one): - Improvement ### Changelog entry (a [user-readable short description](https://github.com/ClickHouse/ClickHouse/blob/master/docs/changelog_entry_guidelines.md) of the changes that goes into CHANGELOG.md): Add a setting insert_select_deduplicate. Which makes it more clear...
https://github.com/ClickHouse/ClickHouse/issues/88180 Only repro for now: - count returns wrong answer - `Logical error: 'Different order of columns in UNION subquery: g and g, i'.` ### Changelog category (leave one): -...