Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

What is the difference between SQL and NO sql? Which one is faster??

avatar
Contributor

While executing a query in SQL and No SQL which will execute first??

1 ACCEPTED SOLUTION

avatar
Contributor

Thanks for the explanation.

View solution in original post

4 REPLIES 4

avatar
@Rammohan ReddyDepends on your use case we can say which one will be faster.

NoSQL vs SQL comparison

The following table compares the main differences between NoSQL and SQL.

NoSQL vs SQL diagram showing when to use NoSQL and when to use SQL. SQL vs NoSQL comparison

Hope this link helps you:

http://www.thegeekstuff.com/2014/01/sql-vs-nosql-db/?utm_source=tuicool

https://www.dezyre.com/article/nosql-vs-sql-4-reasons-why-nosql-is-better-for-big-data-applications/...

https://docs.microsoft.com/en-us/azure/documentdb/documentdb-nosql-vs-sql

avatar
Contributor

Hi,

Thanks for the response and would like to know that if am execute the query in Hive and in oracle which one will execute fast? If your answer is hive then please explain me. Hope reply from you soon.

Regards,

Ram

avatar

@Rammohan Reddy

If you are executing query on smaller dataset, Oracle will be much faster. If you are executing queries on larger dataset, Hive will faster again depends on compute power

avatar
Contributor

Thanks for the explanation.