v.25.10Improvement

Allow to create Replicated database without arguments

Allow to create Replicated database without arguments. #88044 (Pervakov Grigorii).
Allow creating a Replicated database without requiring arguments.

Why it matters

This feature simplifies the process of creating Replicated databases by removing the need to specify arguments explicitly. It reduces setup complexity and potential errors, making it easier for users to deploy replicated database instances.

How to use it

Users can create a Replicated database using the CREATE DATABASE statement without passing any additional parameters related to replication. The system will handle the necessary defaults internally.