Re: [HACKERS] Slow count(*) again...

From: Віталій Тимчишин <tivv00(at)gmail(dot)com>
To: Mladen Gogala <mladen(dot)gogala(at)vmsinfo(dot)com>
Cc: Josh Berkus <josh(at)agliodbs(dot)com>, "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: [HACKERS] Slow count(*) again...
Date: 2011-02-04 07:24:20
Message-ID: AANLkTin-SkbdjBqu=yNaO+b-b53Dxf3DB8ax4gyOiT=S@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-performance

2011/2/4 Mladen Gogala <mladen(dot)gogala(at)vmsinfo(dot)com>

> Josh Berkus wrote:
>
>> However, since this system wasn't directly compatible with Oracle Hints,
>> folks pushing for hints dropped the solution as unsatisfactory. This is
>> the discussion we have every time: the users who want hints specifically
>> want hints which work exactly like Oracle's, and aren't interested in a
>> system designed for PostgreSQL. It's gotten very boring; it's like the
>> requests to support MySQL-only syntax.
>>
>>
> Actually, I don't want Oracle hints. Oracle hints are ugly and cumbersome.
> I would prefer something like this:
>
>
> http://dev.mysql.com/doc/refman/5.0/en/index-hints.html
>
> As far as I can see, this should be embedded into query, should not it? You
can achive something like this by setting variables right before query
(usually even in same sall by embedding multiple statements into execute
query call).
E.g. "set random_page_cost=1;select something that need index; set
random_page_to to default;". Yes this is as ugly as a hack may look and
can't be used on per-table basis in complex statement, but you have it.

--
Best regards,
Vitalii Tymchyshyn

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message david 2011-02-04 07:32:47 Re: [HACKERS] Slow count(*) again...
Previous Message Віталій Тимчишин 2011-02-04 07:08:59 Re: [HACKERS] Slow count(*) again...

Browse pgsql-performance by date

  From Date Subject
Next Message david 2011-02-04 07:32:47 Re: [HACKERS] Slow count(*) again...
Previous Message Віталій Тимчишин 2011-02-04 07:08:59 Re: [HACKERS] Slow count(*) again...