We have been using mysql and non-partitioned table. We now want to partition some of our tables by a tenant_id that would enable us to process things faster and avoid locking issues.
It works fine in MySQL (I checked the SQLs and they work fine) ,but how can I declare a table as partitioned in liquibase? If it does not allow it, what is the other option?