mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
26b38bbe5b
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9631 GitOrigin-RevId: 64c40a30e3483fb0322ce9f2fbb2e9c1e3f1d9ba
12 lines
434 B
Markdown
12 lines
434 B
Markdown
# Cassandra
|
|
|
|
1. RDBMS with extremely high write throughput
|
|
2. Query first data modeling - with denormalized and duplicate data to optimize for reads
|
|
3. Data for particular partition is always stored within a partition
|
|
- All reads and writes must have the partition key
|
|
|
|
Hasura + Cassandra
|
|
|
|
1. Parameterized models for reads to ensure partition key is always given
|
|
2. Simple writes, but writes are probably done by a backend system
|