Do not check for cyclic dependencies on create table with no dependencies#83077
Merged
Do not check for cyclic dependencies on create table with no dependencies#83077
Conversation
Contributor
|
Workflow [PR], commit [fdc336f] Summary: ❌
|
hanfei1991
approved these changes
Jul 2, 2025
Member
Author
|
Stateless tests (amd_tsan, s3 storage, 3/3) - |
robot-ch-test-poll3
added a commit
that referenced
this pull request
Jul 3, 2025
Cherry pick #83077 to 24.8: Do not check for cyclic dependencies on create table with no dependencies
robot-clickhouse
added a commit
that referenced
this pull request
Jul 3, 2025
…te table with no dependencies
robot-ch-test-poll3
added a commit
that referenced
this pull request
Jul 3, 2025
Cherry pick #83077 to 25.3: Do not check for cyclic dependencies on create table with no dependencies
robot-clickhouse
added a commit
that referenced
this pull request
Jul 3, 2025
…te table with no dependencies
robot-ch-test-poll3
added a commit
that referenced
this pull request
Jul 3, 2025
Cherry pick #83077 to 25.4: Do not check for cyclic dependencies on create table with no dependencies
robot-clickhouse
added a commit
that referenced
this pull request
Jul 3, 2025
…te table with no dependencies
robot-ch-test-poll3
added a commit
that referenced
this pull request
Jul 3, 2025
Cherry pick #83077 to 25.5: Do not check for cyclic dependencies on create table with no dependencies
robot-clickhouse
added a commit
that referenced
this pull request
Jul 3, 2025
…te table with no dependencies
robot-ch-test-poll3
added a commit
that referenced
this pull request
Jul 3, 2025
Cherry pick #83077 to 25.6: Do not check for cyclic dependencies on create table with no dependencies
robot-clickhouse
added a commit
that referenced
this pull request
Jul 3, 2025
…te table with no dependencies
clickhouse-gh bot
added a commit
that referenced
this pull request
Jul 3, 2025
Backport #83077 to 25.6: Do not check for cyclic dependencies on create table with no dependencies
alexey-milovidov
added a commit
that referenced
this pull request
Jul 4, 2025
Backport #83077 to 25.4: Do not check for cyclic dependencies on create table with no dependencies
zvonand
pushed a commit
to Altinity/ClickHouse
that referenced
this pull request
Jul 10, 2025
Do not check for cyclic dependencies on create table with no dependencies
Enmk
added a commit
to Altinity/ClickHouse
that referenced
this pull request
Jul 11, 2025
25.3.5 Backport of ClickHouse#83077: Do not check for cyclic dependencies on create table with no dependencies
Avogar
added a commit
that referenced
this pull request
Jul 16, 2025
Backport #83077 to 25.5: Do not check for cyclic dependencies on create table with no dependencies
Avogar
added a commit
that referenced
this pull request
Jul 16, 2025
Backport #83077 to 25.3: Do not check for cyclic dependencies on create table with no dependencies
Avogar
added a commit
that referenced
this pull request
Jul 16, 2025
Backport #83077 to 24.8: Do not check for cyclic dependencies on create table with no dependencies
zvonand
pushed a commit
to Altinity/ClickHouse
that referenced
this pull request
Jul 16, 2025
Do not check for cyclic dependencies on create table with no dependencies
13 tasks
zvonand
added a commit
to Altinity/ClickHouse
that referenced
this pull request
Jul 18, 2025
25.3.6 Backport of ClickHouse#83077: Do not check for cyclic dependencies on create table with no dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Do not check for cyclic dependencies on create table with no dependencies. It fixes performance degradation of the use cases with creation of thousands of tables that was introduced in #65405.
Closes #79366
Closes #82883
Documentation entry for user-facing changes