Has anyone attempted using Azure CosmosDB-Cassandra with TWC? Microsoft engineers swear that it exactly replicates Cassandra API on an ethernet frame layer.
If this works, any guess on what cost would be or any feedback on these stats from someone running a busy TWC Cassandra backend?
https://docs.microsoft.com/en-us/azure/ ... troduction
https://cosmos.azure.com/capacitycalculator/
They price it by "RU/hour". Which is a sum of these parameters:
Transactional Workload
Cost per 100 RU/s per hour 0.008 USD
EST. THROUGHPUT REQUIRED Hide Details x 400 RU/s
Throughput for Queries 10 RU/s
Throughput for Point Reads 50 RU/s
Throughput for Creates 50 RU/s
Throughput for Updates 99 RU/s
Throughput for Deletes 0 RU/s
Minimum Throughput Required 400 RU/s
* Minimum throughput required is 400 RU/s
EST. WORKLOAD COST/MONTH 23.36 USD
These rates scale way up and down depending on row size (1kb - 2048kb). What is size of TWC rows?