Re: [HACKERS] Parallel Bitmap scans a bit broken

Поиск
Список
Период
Сортировка
От Dilip Kumar
Тема Re: [HACKERS] Parallel Bitmap scans a bit broken
Дата
Msg-id CAFiTN-vZGY-307qh6CPAMpt-1VmM20Jv+8MSyAo-Ut-dTKnfNg@mail.gmail.com
обсуждение исходный текст
Ответ на [HACKERS] Parallel Bitmap scans a bit broken  (David Rowley <david.rowley@2ndquadrant.com>)
Ответы Re: [HACKERS] Parallel Bitmap scans a bit broken
Список pgsql-hackers
On Thu, Mar 9, 2017 at 9:17 PM, David Rowley
<david.rowley@2ndquadrant.com> wrote:
> patch with [1]
>
> =# create table r1(value int);
> CREATE TABLE
> =# insert into r1 select (random()*1000)::int from
> generate_Series(1,1000000);
> INSERT 0 1000000
> =# create index on r1 using brin(value);
> CREATE INDEX
> =# set enable_seqscan=0;
> SET
> =# explain select * from r1 where value=555;

I am looking into the issue, I have already reproduced it.  I will
update on this soon.

Thanks for reporting.


-- 
Regards,
Dilip Kumar
EnterpriseDB: http://www.enterprisedb.com



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

Предыдущее
От: Aleksander Alekseev
Дата:
Сообщение: Re: [HACKERS] Declarative partitioning optimization for large amountof partitions
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] Gather Merge