Re: Question on partitioning - Mailing list pgsql-general

From Laurenz Albe
Subject Re: Question on partitioning
Date
Msg-id b81be88284b39bac7f88bdf0a4c600d71ba71e64.camel@cybertec.at
Whole thread Raw
In response to Question on partitioning  (veem v <veema0000@gmail.com>)
Responses Re: Question on partitioning  (veem v <veema0000@gmail.com>)
List pgsql-general
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



pgsql-general by date:

Previous
From: Lok P
Date:
Subject: Re: How to do faster DML
Next
From: arun chirappurath
Date:
Subject: Unused indexes