Polyglot Persistence

 Polyglot Persistence:

Application requires multiples types of database


Here multiple types of DB is used to perform operation in application.

***if you store data in disk, it will persist even if database server goes down.

***if you write data in memory, it will not persist as database server goes down.

Comments

Popular posts from this blog

Asynchronous Communication

Types of NoSQL Database

Difference between HLD(High Level Design) and LLD(Low Level Design)?