On Mon, 2024-02-05 at 03:09 +0530, veem v wrote: > In postgresql, Is it possible to partition an existing nonpartitioned table having data > already residing in it and indexes and constraints defined in it, without the need of > manually moving the data around, to make it faster? Similarly merging multiple partitions > to one partition or splitting a single partition into multiple partitions? There is no way to do that. Yours, Laurenz Albe