If I use mysql as database for cadence, I know if sharding is 100, there are 100 table that bound to history service in cadence. My question is that in this case, all tastList in matching service, will only use one table? How do sharding databse for matching service?
If all taskList write into the same table, is it enough?