Skip to content

SQL and NoSQL #6986

Answered by FCBtc1116
btcwhiz asked this question in General
Mar 7, 2023 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

SQL is a relational database system, whereas NoSQL is a non-relational database system. SQL databases use tables to store and manage data, and they have a well-defined schema. NoSQL databases can store data in different ways such as document-oriented, key-value stores or graph-based systems, and do not require a fixed schema.

In terms of scaling, SQL databases are vertically scalable, while NoSQL databases can scale horizontally. Additionally, SQL databases support ACID transactions which provide consistency among related data, whereas non-relational databases usually work with relaxed consistency models that prioritize availability and partition tolerance over strict consistency.

Overall…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@btcwhiz
Comment options

Answer selected by btcwhiz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants