Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Ndubuisi Joseph 2020/hnd/31133/Cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
assignment The difference between Nosql and Mysql

NoSQL databases are not so good for complex queries because these are not as powerful as SQL queries but are best suited for hierarchical large data storage.

On other hand NOSQL is purely open source and MongoDB, BigTable, Redis, RavenDB, Cassandra, Hbase, Neo4j, CouchDB are the main implementation of it.

while Mysql SQL databases are best suited for complex queries but are not preferred for hierarchical large data storage. SQL dbs is implemented in both open source and commercial Database such as like Postgres & MySQL as open source and Oracle and Sqlite as commercial.