You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: