Re: Index

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Rajesh Kumar <rajeshkumar(dot)dba09(at)gmail(dot)com>, Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Index
Date: 2024-03-10 11:48:24
Message-ID: 7d714ce571752dd8c9f2de7b2583e43c1ff4cd96.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Sun, 2024-03-10 at 16:49 +0530, Rajesh Kumar wrote:
> I have a table where size is increasing daily. In that table only inserts and
> deletes happens. This table is referencing 15 other tables. We have given
> delete cascade, so if a row is deleted in parent table,  the matching records
> will also be deleted in those child tables. 
>
> It is taking lot of time to delete. So, I am planning to create index on those child tables. 
>
> My question is, apart from inserts, I am only going to delete records from those
> tables. How index improves performance for deleting records? How index is affected
> or how to do index management in this case?

https://www.cybertec-postgresql.com/en/index-your-foreign-key/

Yours,
Laurenz Albe

In response to

  • Index at 2024-03-10 11:19:13 from Rajesh Kumar

Browse pgsql-admin by date

  From Date Subject
Next Message Holger Jakobs 2024-03-10 11:50:13 Re: Index
Previous Message Rajesh Kumar 2024-03-10 11:19:13 Index