Re: brin regression test intermittent failures
От
Tom Lane
Тема
Re: brin regression test intermittent failures
Дата
Msg-id
13439.1433438786@sss.pgh.pa.us
Ответ на
Re: brin regression test intermittent failures (Alvaro Herrera)
Список
Дерево обсуждения
brin regression test intermittent failures Andrew Dunstan <andrew@dunslane.net>
Re: brin regression test intermittent failures Tom Lane <tgl@sss.pgh.pa.us>
Re: brin regression test intermittent failures Peter Geoghegan <pg@heroku.com>
Re: brin regression test intermittent failures Tom Lane <tgl@sss.pgh.pa.us>
Re: brin regression test intermittent failures Alvaro Herrera <alvherre@2ndquadrant.com>
Re: brin regression test intermittent failures Tom Lane <tgl@sss.pgh.pa.us>
Re: brin regression test intermittent failures Alvaro Herrera <alvherre@2ndquadrant.com>
Re: brin regression test intermittent failures Alvaro Herrera <alvherre@2ndquadrant.com>
Re: brin regression test intermittent failures Tom Lane <tgl@sss.pgh.pa.us>
Re: brin regression test intermittent failures Tom Lane <tgl@sss.pgh.pa.us>
Re: brin regression test intermittent failures Alvaro Herrera <alvherre@2ndquadrant.com>
Re: brin regression test intermittent failures Tom Lane <tgl@sss.pgh.pa.us>
Re: brin regression test intermittent failures Tom Lane <tgl@sss.pgh.pa.us>
Re: brin regression test intermittent failures Alvaro Herrera <alvherre@2ndquadrant.com>
Re: brin regression test intermittent failures Alvaro Herrera <alvherre@2ndquadrant.com>
Re: brin regression test intermittent failures Tom Lane <tgl@sss.pgh.pa.us>
Re: brin regression test intermittent failures Tom Lane <tgl@sss.pgh.pa.us>
Re: brin regression test intermittent failures Alvaro Herrera <alvherre@2ndquadrant.com>
Re: brin regression test intermittent failures Tom Lane <tgl@sss.pgh.pa.us>
Re: brin regression test intermittent failures Alvaro Herrera <alvherre@2ndquadrant.com>
Re: brin regression test intermittent failures Tom Lane <tgl@sss.pgh.pa.us>
Alvaro Herrera writes: > Tom Lane wrote: >> I may be confused, but why would the physical ordering of the table >> entries make a difference to the correct answers for this test? >> (I can certainly see why that might break the brin code, but not >> why it should change the seqscan's answers.) > We create the brintest using a scan of tenk1 LIMIT 100, without > specifying the order. So whether we find rows that match each test query > is pure chance. Oooh ... normally that would not matter, but I wonder if what's happening on chipmunk is that the synchronized-seqscan logic kicks in and causes us to read some other part of tenk1 than we normally would, as a consequence of some concurrent activity or other. The connection to smaller than normal shared_buffers would be that it would change our idea of what's a large enough table to justify using synchronized seqscans. Peter's patch failed to hit the place where this matters, btw. regards, tom lane
В списке pgsql-hackers по дате отправления
От: Andres Freund
Дата: