CH.P 5 Other Databases
CH.P 5 Other Databases
DATABASES
CH.5
PARALLEL DATABASE
1)Document-based databases:-
The document-based database is a nonrelational database. Instead
of storing the data in rows and columns (tables), it uses the
documents to store the data in the database. A
2) Key-value stores:-
A key-value store is like a relational database with only two columns
which is the key and the value.
TYPES OF NOSQL DATABASE:
3) Column-oriented databases:-
A column-oriented database is a non-relational database that
stores the data in columns instead of rows.
4) Graph-based databases:-
Graph-based databases focus on the relationship between the
elements. It stores the data in the form of nodes in the
database. The connections between the nodes are called links
or relationships.
NOSQL
DATABASE
ADVANTAGES
AND
DISADVANTAGES
CH.5
MULTIMEDIA DATABASE