From 1d8fd788108620d49c3be9798355a408b38fb8e6 Mon Sep 17 00:00:00 2001 From: ndubuisijo <102410406+ndubuisijo@users.noreply.github.com> Date: Fri, 15 Apr 2022 09:41:40 +0100 Subject: [PATCH] Create Cs --- Ndubuisi Joseph 2020/hnd/31133/Cs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Ndubuisi Joseph 2020/hnd/31133/Cs diff --git a/Ndubuisi Joseph 2020/hnd/31133/Cs b/Ndubuisi Joseph 2020/hnd/31133/Cs new file mode 100644 index 0000000..73a11d1 --- /dev/null +++ b/Ndubuisi Joseph 2020/hnd/31133/Cs @@ -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.