Instead of using Cassandra as a blob store we can use minio (which is s3 compatible) or another s3 compatible object storage. This should help relieve some of the load on the Cassandra cluster (and make it easier to migrate to Scylla when that makes sense)
However, the downsides are:
Some additional latency to fetch matches
S3 provider will bill per read operation, while Cassandra will not
Instead of using Cassandra as a blob store we can use minio (which is s3 compatible) or another s3 compatible object storage. This should help relieve some of the load on the Cassandra cluster (and make it easier to migrate to Scylla when that makes sense)
However, the downsides are: