vector-smart-object

Cassandra

html5 and css3

Cassandra

Apache Casandra is another opensource database management system, it is NoSQL database, which rely on the key value to manipulate and store the data. Casandra is designed to handle very large amount of data. In Casandra there is also provision to store the data across the distributed server which makes the load sharing on all the database server. Distributed data store provides another advantage, which is no single point of failure so data availability increases.

How It Works

  • tick The MySQL server is the manager of the database system. It handles all your database instructions.
  • tick The MySQL server then creates a subdirectory in its data directory, names the new subdirectory newdata, and puts the necessary files with the required format into the newdata subdirectory.
  • tick Eliminate manual database management
  • tick The MySQL server is usually set up so that it starts when the computer starts and continues running all the time. This is the usual setup for a website.
  • tick MySQL along with a myriad of other databases store data and indexes so that you can access the data quickly, zeroing in on the piece of information you are looking for by accessing the index that gets you to it the fastest.
  • tick The MySQL Database Software is a client/server system that consists of a multithreaded SQL server that supports different back ends, several different client programs and libraries, administrative tools, and a wide range of application programming interfaces (APIs).

Why Cassandra?

The database is free and open source with a commercial license available (MySQL is now owned by Oracle after they bought Sun). Common applications for MySQL include php and java based web applications that require a DB storage backend, e.g. Dokuwiki, Joomla, xwiki etc

MySQL has one major advantage, since it is free, it is usually available on shared hosting packages and can be easily set up in a Linux, Unix or Windows environment. If a web application requires more than database, requires load balancing or sharding

Contact Us