Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

[Database] Trade-off study between SQL vs non-relational databases #16

Open
Chilly712 opened this issue Jun 8, 2022 · 0 comments
Open
Assignees

Comments

@Chilly712
Copy link
Contributor

Chilly712 commented Jun 8, 2022

Context

Currently we are using Heroku's cloud PostgreSQL database.

Cost of hosting PostgreSQL on Heroku: Free, with 1GB size limit and 20k row limit

The benefit of using a SQL database is unclear. Do we really need to perform complex database queries? The cost of using SQL database is the tedious and error-prone process of build custom SQL query string in Python, and sending query through Psycopg3 - a low level library where the program need to maintain configuration, connection and cursor

To-dos

Explore Key-value store/NoSQL database (Google Firestore, MangoDB, etc)

@Chilly712 Chilly712 changed the title [Database] Trade-off study between NoSQL vs SQL [Database] Trade-off study between SQL vs non-relational databases Jun 8, 2022
@neverlandiz neverlandiz self-assigned this Oct 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants