OOW 2011 – NoSQL Databases and Oracle Database Environments

Marco Gralike
0 0
Read Time:2 Minute, 2 Second

I am currently at a presentation of Patrick Schwanke, Quest Germany, regarding easy and high speed connect between NoSQL and Oracle Databases. Not really what I planned but as mentioned by Alex Nuijten in an earlier post, unstructured data and it’s handling is gaining ground, so I thought it would a good start do start Oracle Open World with a new topic.

20111002-150604.jpg

Some things NoSQL is good in is pointers like, very many parallel users, processes and consistency, at any point in time all nodes see the same data, availability, failure of one / several nodes doesn’t effect others, and/or partition tolerance, that is, even if some nodes cannot communicate with each other any more, the system keeps responsive.

The challenge is to bring those two world together, the Oracle relational environment and the noSQL realm. Patrick addressed two options to address these, speaking SQL to a noSQL environment of use specialized connecters. While using SQL against a noSQL environment, most of the time a data hub is used to translate the SQL to the underlying value-key noSQL environment. Apparently Toad for Cloud can be used as a client for this, which then calls to these data hubs while using SQL, gets translated by the data hub and then those calls are passed on to environment like MongoDB. This “data hub” can be a mySQL environment that hooks into the noSQL environment.

20111002-152217.jpg

Depending on methods used, joins and other operations are done in the data hub layer or in the database layer. When multiple database flavors are in place between the client and the database layer result sets from relational and/or noSQL sources will have to be normalized in a super set table construct in the data hub environment so data set results can be queried.

The second solution, using the specialized connectors, for example, Cloudera’s SQOOP (Hadoop based), have a generic approach regarding eg. connections, via JDBC.

20111002-153050.jpg

For Oracle this might be sup optimal, for example not being able to optimize the properly using parallelization or the proper CBO optimization. To do this better, Quest has created its own connector, the Quest Data connector for Hadoop, to optimize those processes explicitly for use with a Oracle database and being more aware regarding partitioning or support for RAC clusters. This Quest connector will be free to use.

In all a nice overview presentation, start, for my attendance of this years Oracle Open World conference.

About Post Author

Marco Gralike

Marco Gralike, working for AMIS Services BV as a Principal Oracle Database Consultant in the Netherlands, has experience as a DBA since 1994 (Oracle 6). Marco is also eager and skillful in other fields, like Operating System Administration and Application Servers, mainly to find working, performing solutions. Marco has been specializing in Oracle XMLDB, since 2003, focusing on his old love, database administration and performance.He is an Oracle XMLDB enthusiast ever since. He is also a dedicated contributor of the Oracle User Group community, helping people with their steep XMLDB learning curve. To this purpose, Marco also devoted his personal blog site to XMLDB and other Oracle issues. Marco is a member of the OakTable network and an Oracle ACE Director (specialization Oracle XMLDB).
Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %
Next Post

ADF Gold Nuggets - from Oracle Open World's ADF Enterprise Methodology Group Super Sunday

Sunday 2nd of October 2011 saw, in the prelude to the Oracle Open World conference, the ADF Enterprise Methodology Group’s Super Sunday. Six valuable presentations on planning, designing, building and improving ADF applications by experienced ADF specialists. In front of an audience of over 150. Interest in ADF seems higher […]
%d bloggers like this: