D
D
DEnisLEB2018-06-05 13:10:37
NoSQL
DEnisLEB, 2018-06-05 13:10:37

What type of database (nosql type) is used in messengers?

All NoSQL DBMSs are divided into several categories:
Key-value stores
Column Family (Bigtable) stores
Graph Stores Graph
Document Stores Document-oriented DBMS

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sim3x, 2018-06-05
@sim3x

No
sqlite
In places for levelDB cache

A
Alexey Cheremisin, 2018-06-05
@leahch

There is also a DataGrid - it's all taken together, and even in memory (Hazelcast), and even with disk storage (Apache Ignite). Here you have everything at once and Key / Value, and objects (Document), and SQL, and distributed, and BigData / BigTable.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question