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
feat(model-server): new cmdline parameter --local-persistence
Uses ignite with local storage, without having to run a postgres database.
The map based in memory storage often behaves differently and doesn't show the
same performance issues as the ignite implementation.
This new option allows more realistic testing.
0 commit comments