Hey, I’m looking for a way to reduce the database partitions on the new cluster, there seems to be no option for that.
I thought about manually copying tables from the database with many partitions to a new database with less partitions, but I might not have enough space / memory to do that operation.
Hey Maria, thank you for your help!
unfortunately this wouldn’t work as we don’t have enough space in the cluster to hold both databases at the same time (memory could also be a problem here for a single insert operation each time)
an alternative would be to divide inserts into many insert commands, and after each one, delete from the origin database the data that was inserted to the new one. that way there won’t be an out of memory issue nor a space issue.