0% found this document useful (0 votes)
14 views11 pages

10 Types of Database

The document discusses 10 types of databases: relational database management system (RDBMS), NoSQL database, graph database, object-oriented database, document store database, time-series database, in-memory database, columnar database, cloud database, and distributed database. Each type is briefly described in terms of its data organization and usage.

Uploaded by

Lucy Dickinson
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views11 pages

10 Types of Database

The document discusses 10 types of databases: relational database management system (RDBMS), NoSQL database, graph database, object-oriented database, document store database, time-series database, in-memory database, columnar database, cloud database, and distributed database. Each type is briefly described in terms of its data organization and usage.

Uploaded by

Lucy Dickinson
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

10 Types of Databases

10A13_Sirapob Jenkanjanakij
RDMBS

RDBMS or Relational
Database Management
System, a type of database
management system that
organizes data into tables. It
ensures data integrity and
provides a structured
framework for data.
NoSQL

NoSQL database a type of


database management
system distinct from
traditional relational database
model. NoSQL database has
an ability to control or handle
diverse data . They can
provide exible schema for
data storage.
fl
Graph Database
This type of Database is
responsible to store and
demonstrate data as a graph,
consisting nodes, edges and
properties. Graph database is
suitable for managing and
querying complex
relationships made them
become well-suited in term of
social-networks and
knowledge graph
Object-Oriented
Database
Object-oriented Database or
OODB is a database
management system stores
and manages data in form of
objects.
Document Store
Database
A type of NoSQL database,
can manage diverse datasets
like NoSQL. This mainly focus
on organizes and stores data
interm of semi-structured
format such as document.
Time-series
Database
This type of database is
specialized database
designed for e cient storing,
retrieving data include
analyzing time-stamped data.
This is suitable for the data
that contains time-stamp.
ffi
In-Memory
Database
This type of is stored and
retrieves in the system’s main
memory or RAM rather than
traditional disk storage. this
helps in faster data access
and retrieval speeds
compared to traditional one.
Columnar
Database
A type of database
management system that
organizes and store data in
column rather than by row.
This results in faster query
performance and better
compression, especially
when dealing with large
datasets.
Cloud
Database
A database management
system that’s hosted, operated
and accessed through cloud
computing platform. This
allows user to access the le
throughout the internet.
fi
Distributed
Database
A database that stored data
across multiple computers
that are interconnected and
work together as single. The
example of this database
could be in our computer
room where we share the le
throughout the network.
fi

You might also like