Skip to content

When to use Postgres? #2306

Closed Answered by hay-kot
jecorn asked this question in Q&A
Mar 29, 2023 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

To speak generally about

When to use Postgres?

Is mostly about concurrent usage. If you have 10+ users, it's probably a good idea to migrate from SQLite because of concurrent access to the database. SQLite is extremely fast and for 99% of users of Mealie is probably as fast as Postgres. Most of the slowness is from bad SQL queries that need to be improved, which thanks to some awesome contributors has been improved GREATLY in the last few months.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@jecorn
Comment options

@michael-genson
Comment options

@jecorn
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by jecorn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants