You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the internal database consists of a an embedded orientdb instance. The benefit of defining an abstraction layer would be:
externalize the orientdb service so that it is not affected by opal's memory usage (vertical scalability) and it can be shared by several opal instances (horizontal scalability)
use a different document-oriented database (like mongodb)
make config flexible using a plugin discovered at runtime
The text was updated successfully, but these errors were encountered:
Currently the internal database consists of a an embedded orientdb instance. The benefit of defining an abstraction layer would be:
The text was updated successfully, but these errors were encountered: