Created 03-11-2017 06:14 AM
While executing a query in SQL and No SQL which will execute first??
Created 03-13-2017 02:14 AM
Thanks for the explanation.
Created 03-11-2017 02:55 PM
The following table compares the main differences between NoSQL and SQL.
Hope this link helps you:http://www.thegeekstuff.com/2014/01/sql-vs-nosql-db/?utm_source=tuicool
https://docs.microsoft.com/en-us/azure/documentdb/documentdb-nosql-vs-sql
Created 03-11-2017 05:35 PM
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
Created 03-11-2017 08:46 PM
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
Created 03-13-2017 02:14 AM
Thanks for the explanation.