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
Today to store information we using in memory storages which is backed as json files
during application suspend-startup. This approach is not scalable enough. To make
it more scalable, fault tolerant and concurrent we decided to move all our persistent storages to JPA based implementation. Potentially we will replace our in-memory implementation with JPA based. As JPA implementation we will take EclipseLink and h2 database.
Today to store information we using in memory storages which is backed as json files
during application suspend-startup. This approach is not scalable enough. To make
it more scalable, fault tolerant and concurrent we decided to move all our persistent storages to JPA based implementation. Potentially we will replace our in-memory implementation with JPA based. As JPA implementation we will take EclipseLink and h2 database.
See more
https://www.eclipse.org/eclipselink/
http://www.h2database.com/html/main.html
The text was updated successfully, but these errors were encountered: