v.23.1Improvement
Improved Dependency Resolution in Replicated Database Using Explicit Graph
Previously dependency resolving inside Replicated database was done in a hacky way, and now it's done right using an explicit graph. #44697 (Nikita Mikhaylov).Why it matters
This feature replaces the previous hacky method of dependency resolution inReplicated databases with a robust and clear graph-based system, enhancing reliability and maintainability when managing dependencies.How to use it
Users benefit from this improvement automatically when usingReplicated databases, as the dependency resolution logic is now internally handled using the explicit graph without any additional configuration.