/plushcap/analysis/datastax/datastax-do-i-have-right-type-nosql-database

Do I Have the Right Type of NoSQL Database?

What's this blog post about?

Relational database management systems were dominant in the 1980s and 1990s, but their limitations led to the emergence of NoSQL databases in the 2000s. NoSQL databases can be categorized into key-value stores, wide columnar stores, document databases, and graph databases. Key-value stores are simple and highly performant for equality searches with simple payloads. Wide columnar stores allow storage of more complex structured data and support distribution and scaling. Document databases offer flexibility in structures and can be easily mapped to application objects. Graph databases represent data as vertices and edges, excelling at handling use cases where data relationships are valuable. Choosing the right NoSQL database depends on understanding each tool's capabilities and matching them to specific application requirements. The concept of polyglot persistence involves using a variety of tools for storing data based on an application's needs, especially in systems demanding extreme performance at scale.

Company
DataStax

Date published
Nov. 20, 2018

Author(s)
Jim Hatcher

Word count
677

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.