NoSQL Databases A Survey On Schema Less Databases
NoSQL Databases A Survey On Schema Less Databases
Volume: 3 Issue: 5
ISSN: 2321-8169
2524 - 2526
_______________________________________________________________________________________________
__________________________________________________*****_________________________________________________
I.
INTRODUCTION
By using NoSQL databases developers can convert inmemory structures to relational structures. NoSQL databases
were developed to execute efficiently on clusters. The rising
of web as a platform, it also created a measurable factor
change in data storage as to support massive volume of data
by running on clusters. NoSQL DBases store each
component separatly with a unique key. Some NoSQL
databases provide high data throughput when compared
with traditional RDBMSs. For example, the column-store
hyper table, that pursues Googles Big table approach allows
the local search engine Zvent for storing one million data
cells in one day. NoSQL data bases better than rational
databases in velocity, variety and volume but former is
complex.
Structured Data
The data can be stored in database SQL in table with
tuples and fields. They have unique key and it can be
mapped to pre-designed fields. Now a days, these data are
the most processed in development and the simplest way to
manage information in small volume of store. Structured
data is managed by using Structured Query Language (SQL)
it is a programming language developed for managing and
querying data in RDBMS.
Unstructured data
Unstructured data can't be so readily classified and fitted
into a neat box. Generally it can be used in photo, images,
videos, streaming data, web pages, pdf files, PowerPoint
presentations, emails, and word processing documents.
Unstructured data is everywhere. In fact, most individuals
and organizations conduct their lives around unstructured
data. Unstructured data is either machine generated or
human generated.
_______________________________________________________________________________________
ISSN: 2321-8169
2524 - 2526
_______________________________________________________________________________________________
Semistructured data
Semistructured data are intermediate between the
unstructured and structured. This is a type of structured data,
but lagging in the strict data model structure. Tags or other
types of markers are used to identify certain elements within
the semi structured data, but the data does not have a rigid
structure. For example, word processing software now can
include metadata showing the author's name and the date
created, with the bulk of the document just being
unstructured text. Electronic mails have the sender, receiver,
date with time and other fixed default fields added to the
unstructured data of the e-mail message content and any
attachments. Photos or other graphic images can be tailed
with keywords such as the creator, date, location and etc.
Extended Markup Language(XML) are often used to
manage semistructured data.
III. TYPES OF NoSQL DATABASES
B . Document store :
These are one of the main categories of NoSQL
databases and the popularity of the term "document-oriented
database" (or "document store"). Values stored as a
document by compressed can provide encoded management
structure. XML is one of the common encoding structure.
These systems are designed around an abstract notion of a
"document"[2].
Ex: Lotus Notes, Cluster point, Apache CouchDB,
Couchbase, MarkLogic, MongoDB, OrientDB, Qizx e.t.c.,
C. Key-value store:
These databases work by matching keys with
values, as similar to dictionary. These uses big hash table of
keys and values.
Key
Value
A.P
Telangana
{T-17,sector-29,india-044-666}
_______________________________________________________________________________________
ISSN: 2321-8169
2524 - 2526
_______________________________________________________________________________________________
5.
6.
7.
8.
DISADVANTAGES
_______________________________________________________________________________________