v.25.7Bug Fix (user-visible misbehavior in an official stable release)
Do not check for cyclic dependencies
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 https://github.com/ClickHouse/ClickHouse/pull/65405. #83077 (Pavel Kruglov).