Currently, Squdiex has 1 content store implements(MongoDB). but in the future maybe we have more.
Dose squiex can make content db more configurable by app or even schema.
if that it will bring much more benefit.
if content DB is heavy, we may need separate content DB by the app. so we don’t need to worried different app impact each other.
high-performance, without history and stableness, redis DB or other memory DB,
For example:
Session: the session alive time only for 20 mins if the user no longer access it. we can create a high-performance schema to store the session. the management portal can manage them.