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
Nikel's data is served from memory, a persistent database might be better (memory usage wise) however a remote MongoDB instance might incur too much latency and might be overkill.
It might be good to migrate the in-mem store to an embedded persistent NoSQL database like tiedot. I suspect it'll be noticeably slower since there isn't a good way to index some search operations.
The text was updated successfully, but these errors were encountered:
Nikel's data is served from memory, a persistent database might be better (memory usage wise) however a remote MongoDB instance might incur too much latency and might be overkill.
It might be good to migrate the in-mem store to an embedded persistent NoSQL database like tiedot. I suspect it'll be noticeably slower since there isn't a good way to index some search operations.
The text was updated successfully, but these errors were encountered: