@dansup Interesting. Are going to use some non-redis based memory caching to avoid the issue of SQLite not supporting concurrent writes to the database, or is the performance still ok even for 10 users?
Conversation
Notices
-
Embed this notice
Cameron (bitflipped@mastodon.world)'s status on Saturday, 12-Aug-2023 22:47:41 JST Cameron
-
Embed this notice
blhue (blhue@universeodon.com)'s status on Saturday, 12-Aug-2023 22:50:17 JST blhue
@dansup I’m always +1 on removing Redis from projects where possible. I find it’s often thrown in as a crutch to overcome a performance issue that could be handled better otherwise (schema/query improvements, Dynamo (or the like), etc.
-
Embed this notice