Re: [WIP] showing index maintenance on EXPLAIN

From: Jaime Casanova <jaime(at)2ndquadrant(dot)com>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [WIP] showing index maintenance on EXPLAIN
Date: 2014-05-08 00:04:57
Message-ID: CAJKUy5iwDpvR6z3PUVCMYA0W8PBmV3TZUMLbBmJCw1OkbR2vOg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, May 7, 2014 at 7:03 PM, Josh Berkus <josh(at)agliodbs(dot)com> wrote:
> On 05/07/2014 05:00 PM, Jaime Casanova wrote:
>> Hi,
>>
>> This patch implements $subject only when ANALYZE and VERBOSE are on.
>> I made it that way because for years nobody seemed interested in this
>> info (at least no one did it) so i decided that maybe is to much
>> information for most people (actually btree indexes are normally very
>> fast).
>
> What's "index maintenance"?
>

Maybe is not the right term... i mean: the time that take to update
indexes on an INSERT/UPDATE operation

--
Jaime Casanova www.2ndQuadrant.com
Professional PostgreSQL: Soporte 24x7 y capacitación
Phone: +593 4 5107566 Cell: +593 987171157

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2014-05-08 00:25:23 Re: proposal: Set effective_cache_size to greater of .conf value, shared_buffers
Previous Message Josh Berkus 2014-05-08 00:03:30 Re: [WIP] showing index maintenance on EXPLAIN