Search Postgresql Archives

Re: allow LIMIT in UPDATE and DELETE

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>----- Original Message ----
>From: SCassidy@xxxxxxxxxxxxxxxxxxx
>To: Csaba Nagy <nagy@xxxxxxxxxxxxxx>
>Cc: Postgres general mailing list <pgsql-general@xxxxxxxxxxxxxx>; >pgsql-general-owner@xxxxxxxxxxxxxx
>Sent: Friday, May 19, 2006 10:43:43 AM
>Subject: Re: [GENERAL] allow LIMIT in UPDATE and DELETE
>
>Personally, I have never wanted a DELETE or UPDATE with LIMIT.  The one
>time I did something similar in Oracle, I used partitions, and just dropped
>or truncated the partition containing the old data.
>

Yeah, that’s the proper way to handle the issue assuming that sufficient forethought was put into the design of the database.  It becomes trivial to drop a partition part of your weekly/monthly maintenance.

Unfortunately, when dealing with legacy database systems that have grown in a very organic way over a span of 5-10 years you don't have much control over the schema and there is significant inertia present to leave things as they are.  As an example, the DBA group at the client I'm currently working has their databases managed by IBM global services and they will push back on altering a table definition to use partitioning as it costs the organization money to have those changes put into production.  Having a internal developer use a script to perform such maintenance as a batch process is considered "free" so you can guess how many such processes have been created over the years.

Regards,

Shelby Cain






[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux