Replies: 1 comment
-
|
MariaDB should stay a flavor. Here is how I would draw the lines in dbdeployer's architecture: Provider = fundamentally different engine, different binaries, different wire protocol or runtime model. Today: Flavor = variant within a provider. Same process model, same lifecycle, mostly compatible binaries. Topology = deployment pattern. MariaDB ticks all the flavor boxes: single-process The one edge case is TiDB - it has a fundamentally different process model (tidb + tikv + pd), so you could argue it is a separate provider. But since it speaks the MySQL protocol and dbdeployer already treats it as a flavor, that is a pragmatic boundary worth keeping unless there is a reason to split it out. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Open question:
Currently, MariaDB is a flavor. But with the new concept of providers, should MariaDB be considered as such?
Beta Was this translation helpful? Give feedback.
All reactions