v.22.8New Feature
Implemented Automatic Conversion from Ordinary to Atomic Database Engine
Implemented automatic conversion of database engine fromOrdinarytoAtomic. Create emptyconvert_ordinary_to_atomicfile inflagsdirectory and allOrdinarydatabases will be converted automatically on next server start. Resolves #39546. #39933 (Alexander Tokmakov).
Why it matters
This feature addresses the need to upgrade existingOrdinary databases to the more robust Atomic engine without manual intervention, improving data consistency and reliability while simplifying the migration process for users.How to use it
Create an empty file namedconvert_ordinary_to_atomic in the flags directory. Upon the next server start, all databases using the Ordinary engine will be automatically converted to the Atomic engine.