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).
Improved dependency resolving in Replicated databases by implementing an explicit graph-based approach.

Why it matters

This feature replaces the previous hacky method of dependency resolution in Replicated 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 using Replicated databases, as the dependency resolution logic is now internally handled using the explicit graph without any additional configuration.