MYSQL Partitioning

Currently we are using MYSQL free version 8.0.27.
We are trying achieve the following steps:
1.add new data location.
2.partition the existing table
3.move add partition to new location.
Can it be possible in mysql free version?
Thanks and Regards,

Hello, this is possible as partitioning is available even in non-enterprise versions of MySQL/Percona Server.

1 Like