|
|
|
|
|
by jorangreef
257 days ago
|
|
Haha! You could double down and up the stakes. It’s not that it would need dynamic memory allocation (it could be done with static), but rather it’s not essential to performance—you could use any KV or OLGP for additional “user data”, it’s not the hard contended part. To keep consistency, the principle is: - write your data dependencies if any, then “write to TB last as your system of record”, - “read from TB first”, and if it’s there your data dependencies will be too. |
|
If what I’m saying is correct, we won’t actually see any performance benefits, only possible regressions. And if we’re already happy with Cassandra’s record keeping, what does TB add here?
Correct me if I’m missing something though! Like maybe we could rework how we write to Cassandra.