> For the complete documentation index, see [llms.txt](https://notebook.iuriioapps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notebook.iuriioapps.com/architecture-and-design/selecting-a-database-type.md).

# Selecting a Database Type

**Key points when selecting databases**

* Ease-of-learning curve
* Ease of data modeling
* Scalability/throughput
* Availability/partitioning tolerance
* Consistency
* Programming language support, product maturity, SQL support, and community
* Read/write priority (does the database prioritizes reads over writes, or the other way around)

**Database types (with examples)**

* Relational - PostgreSQL, Oracle, Microsoft SQL
* Key-value - Riak KV, Amazon DynamoDB, Redis
* Document - MongoDB, Couchbase, Amazon DocumentDB
* Columnar - Cassandra, Scylla, Amazon SimpleDB
* Graph - Neo4j, Infinite Graph, Tiger Graph
* NewSQL - VoltDB, ClustrixDB, SimpleStore (aka MemSQL)
* Cloud-native - Snowflake, Datomic, Redshift
* Time-series - InfluxDB, kdb+, Amazon Timestream
