ABSTRACT

Oracle not only structured query language (NoSQL) database is a distributed NoSQL database that offers reliable and highly scalable data management. The Create, Read, Update, and Delete operations are supported in Oracle NoSQL database. NoSQL database is written in Java, and the data can also be accessed using the Java APIs from within other applications. Oracle NoSQL database also supports transparent load balancing, by using an intelligent driver which efficiently distributes the requests among the master and replica nodes. Oracle NoSQL database will intelligently allocate the load as per the capacity of each individual storage node. The application server will be able to communicate with traditional database as well as NoSQL database. KVLite is installed when Oracle NoSQL database is installed. The KVLite is a single-node, single-shard store which usually runs in a single process.