HIVE
|
RDBMS
|
·
Hive is a data warehouse which provides SQL
like queries for data residing in HDFS. A RDBMS wrapper for files available
in HDFS.
·
Hive is strictly used for select. NO
UPDATE/DELETE is provided. It makes it a data warehouse. The SQL code written
in Hive eventually turns into MapReduce code and is implemented on database.
·
And also RDBMS uses SQL, PL/SQL and relational
calculus for execution on data set
·
RDMBSs are schema-on write
|
·
RDBMS is structured data which store data's in
the form of tables and we use SQL to retrive data.
·
RDBMS as said my Vigneshwara is structured
database used in traditional databases for the OLTP and OLAP purpose.
·
HIVE only SQL is used
·
Hive is schema-on read
|
ASP.NET is a web application framework developed and marketed by Microsoft to allow programmers to build dynamic web sites, web applications and web services. It was first released in January 2002 with version 1.0 of the .NET Framework, and is the successor to Microsoft's Active Server Pages (ASP) technology. ASP.NET is built on the Common Language Runtime (CLR), allowing programmers to write ASP.NET code using any supported .NET language.
Thursday, May 21, 2015
HIVE Vs RDBMS
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment