# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://notebook.iuriioapps.com/architecture-and-design/selecting-a-database-type.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
