Categories
DataBase Management System

Distributed Caches

A cache is a memory based database made for quick retrieval of data in case of any failure. A distributed cache runs as an independent processes over various hubs and offer a single logical view (and state) of the cache. Distributed Cache can be used to distribute simple, read-only data/text files and application workloads that do more reading than […]

Categories
DataBase Management System

Android Powered by Graph Database

A graph database is actually a group of nodes and edges. Every node represents associate entity (such as an individual or business) and every edge represents a association or relationship between 2 nodes. Every node in a graph  database  is outlined by a singular symbol, a collection of outgoing edges and/or incoming edges and a collection […]

Categories
DataBase Management System

CUBRID v/s MySQL

Comparing CUBRID and My SQL isn’t simple both being open source SQL-based relational database management systems are heavy competitors of each other.CUBRID is just like MySQL but when it comes in terms of fastness,especially in those cases when a web application generates huge concurrent requests CUBRID is far ahead of MySQL.To start up with I have […]