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
#6 added the HTTP API but does not use actual persistence. For that a new persistence layer is required. #29 added a lightweigth persistence layer based on SQLite.
This seems like a crude fix which should be replaced by a more sophisticated solution.
Right now I don't want to spend lots of time to develop a sophisticated solution, I am fine with a simple, crude sync.RWMutex.
My reasoning is that I intend to migrate towards a proper, scalable database anyway when nearing v1 (see #7).
#50 improved this situation quiet a bit. I have not yet run load tests on Railyway but I consider this issue done. Performance related issues are discussed in #39. I consider Postgres to be scalable so if there is a need for it, scaling is now possible.
#6 added the HTTP API but does not use actual persistence. For that a new persistence layer is required. #29 added a lightweigth persistence layer based on SQLite.
Questions
The text was updated successfully, but these errors were encountered: