Why We Should Have Different Databases

Written by artemg | Published 2021/05/13
Tech Story Tags: big-data | sql | database | oracle | mongodb | cassandra | bigdata | nosql

TLDR There are only a few types of databases that can achieve mostly the same goals. In-memory databases can provide real-time response for selecting and inserting records. Document-oriented databases allow storing records in a document-oriented format. Columnar databases store data as key/value records on HDD or SSD. These solutions are designed to scale well enough to manage petabytes of data across thousands of commodity servers in a distributed system. They represent the SSTable architecture, designed for two use cases: fast access by key and fast writing.via the TL;DR App

no story

Written by artemg | Data Engineer, Teacher and Technical Writer.
Published by HackerNoon on 2021/05/13