Re: Instead of using the bloom index, a parallel sequencial scan isused with this example

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Instead of using the bloom index, a parallel sequencial scan isused with this example
Дата
Msg-id 20191105200251.GA32473@momjian.us
обсуждение исходный текст
Ответ на Instead of using the bloom index, a parallel sequencial scan is used with this example  (PG Doc comments form <noreply@postgresql.org>)
Ответы Re: Instead of using the bloom index, a parallel sequencial scan isused with this example  ("Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com>)
Список pgsql-docs
On Thu, Oct 24, 2019 at 03:17:06PM +0000, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
> 
> Page: https://www.postgresql.org/docs/12/bloom.html
> Description:

I cleaned up your script and created an SQL file that can be piped into
psql, attached.  I see the bloomidx index being used without and with
the ANALYZE, output attached.  I tested this on git master, and back
through PG 10.  Would you please run these queries and post the output:

    SELECT version();
    
    SELECT name, current_setting(name), source
    FROM pg_settings
    WHERE source NOT IN ('default', 'override');

My guess is that you have some non-default setting that is causing
bloomidx not to be used.

-- 
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +

Вложения

В списке pgsql-docs по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: uniqueness and null could benefit from a hint for dba
Следующее
От: "Daniel Westermann (DWE)"
Дата:
Сообщение: Re: Instead of using the bloom index, a parallel sequencial scan isused with this example