v.25.10Improvement
Allow to create Replicated database without arguments
Allow to create Replicated database without arguments. #88044 (Pervakov Grigorii).Why it matters
This feature simplifies the process of creatingReplicated 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 aReplicated database using the CREATE DATABASE statement without passing any additional parameters related to replication. The system will handle the necessary defaults internally.