mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-09 07:13:36 -05:00
recommend database? #172
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lordraiden on GitHub (Jan 5, 2025).
What is the recommended database? Any advantage to use mongodb or postgres?
@mbecker20 commented on GitHub (Jan 5, 2025):
Some hosts CPU lack AVX support required to run Mongo. In this case, user must use either Postgres or SQLite.
In other case, user has already figured out Postgres backup solution. In this case, users will likely prefer to use Postgres again in order to re-use the same backup solution.
Those two are the most important factors. If neither apply to you, then go ahead and use Mongo, as it achieves marginally better performance without overhead of FerretDB translation layer.