I'm looking for a way to scale the infrastructure at my work place. Currently there is only one database with the size of ~1.5TB. Most of the queries are OLTP type like insert, update, delete.
I was thinking about sharding the database using something like CitusDB, PostgresXL or MySQL fabric but I don't know which one and if this is a good solution for us.
Are those a good solution for these kinds of queries ?