overlyaing KV store on top of a relational store may lead to performance issues. I don’t know if this is true of course..
m
mammoth-bear-12532
05/27/2021, 5:25 PM
MySQL on SSD as k-v store is actually how Facebook and LinkedIn data infrastructure runs. It is rock solid from that perspective.
mammoth-bear-12532
05/27/2021, 5:26 PM
However, there are cases where you really need a scale-out K-V store and something like Cassandra / DynamoDB / ... can be used there. Although MySQL now has Vitess.
its more performant than your usual mysql tables i'd argue
big-carpet-38439
05/27/2021, 5:59 PM
due to the minimal indexing requirements.
m
most-pillow-90882
04/05/2022, 6:35 PM
Has anyone completely replaced the mysql container with DynamoDB (or other NoSQL) for the backend? It would simplify some things for me from an internal deployment perspective?