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
434 B
434 B
Cassandra
- RDBMS with extremely high write throughput
- Query first data modeling - with denormalized and duplicate data to optimize for reads
- Data for particular partition is always stored within a partition
- All reads and writes must have the partition key
Hasura + Cassandra
- Parameterized models for reads to ensure partition key is always given
- Simple writes, but writes are probably done by a backend system