-
-
Notifications
You must be signed in to change notification settings - Fork 26
PostgreSQL migration #429
Copy link
Copy link
Open
Labels
importantIssues that should be focused onIssues that should be focused onrefactorCode that should be improvedCode that should be improved
Metadata
Metadata
Assignees
Labels
importantIssues that should be focused onIssues that should be focused onrefactorCode that should be improvedCode that should be improved
Limitations of MongoDB:
PostgreSQL's JSONB format allows us to store the same data taking less space and being faster to query.
One big downside is that a lot of the API functionality has to be rewritten, for example a lot of filtering relies on MongoDB's query language.
Checklist moved to PR