Re: Re: [GENERAL] contrib/plantuner - enable PostgreSQL planner hints

From: Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [GENERAL] contrib/plantuner - enable PostgreSQL planner hints
Date: 2010-04-28 22:19:48
Message-ID: q2j3073cc9b1004281519m6f07c7b3z321d1c7e44b170be@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

2009/10/12 Teodor Sigaev <teodor(at)sigaev(dot)ru>:
>
>
>> Are you planning to submit this as a /contrib module?
>
> I haven't objections to do that, we don't planned that because we know
> sceptical
> relation of community to hints :)

this could be very useful now that we have HS and we aren't able to
use hash indexes on the slave so we can advice to disable those
indexes there

the only problem is that seems like we can't put
"plantuner.forbid_index='a_hash_index'" on postgresql.conf ala
auto_explain, that could make this better

--
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Belka Lambda 2010-04-29 00:48:28 Problem: concat an array of arrays
Previous Message ๏̯͡๏ Guido Barosio 2010-04-28 22:03:07 Re: Sobre PGday Latinoamericano 2011...

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2010-04-29 00:44:57 Toast rel options
Previous Message Aidan Van Dyk 2010-04-28 20:38:49 Re: pg_start_backup and pg_stop_backup Re: Re: [COMMITTERS] pgsql: Make CheckRequiredParameterValues() depend upon correct