Is there a HA solution use embed store without SQL DB #305
yufeiminds
started this conversation in
General
Replies: 1 comment
-
Polaris' storage is plug-in, which can provide an embedded distributed storage plug-in, but this will lose the ability of rapid horizontal expansion, and I think the storage can completely use the existing storage components, such as TiKV can be used in KV , RDBMS can also use NewSQL, built-in distributed storage, reduces operation and maintenance costs, but adds an understanding of polaris built-in distributed storage and operation and maintenance |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, according to
polaris
deployment model, the data is stored into RDBMS via SQL, so the HA solution is dependent on the database. There is extra available complexity.Should we provide a store that embeds in
polaris
? let the store and registry all in one, likeconsul
andnacos
.Hope to have a discussion with you.
Relates links:
Beta Was this translation helpful? Give feedback.
All reactions