c/lemmyperformance · by RoundSparrow@lemmy.ml · 3yLemmy scaling/performance: Move expensive PostgreSQL triggers to scheduled jobs. · GitHub Issue #3528 · LemmyNet/lemmy https://github.com/LemmyNet/lemmy/issues/35288 points · 2 comments · view on lemmy.world
2 Comments
_Rho_@lemmy.world · 3 pts · 3y
Moving more processes to be asynchronous make sense. As that's also how Reddit's backend works.
Sort of an unrelated question, but are Lemmy instances specifically designed to work on top of Postgres? Or could they technically use "any" database?
RoundSparrow@lemmy.ml · 3 pts · 3y
On GitHub, I specifically saw one of the two leaders comment that they have no intention of supporting anything other that PostgreSQL when a new contributor was asking about portability to another database.... within the last week.