Re: Suppressing occasional failures in copy2 regression test

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: Suppressing occasional failures in copy2 regression test
Дата
Msg-id 20090615163037.GF20647@fetter.org
обсуждение исходный текст
Ответ на Re: Suppressing occasional failures in copy2 regression test  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Suppressing occasional failures in copy2 regression test
Список pgsql-hackers
On Mon, Jun 15, 2009 at 11:34:38AM -0400, Tom Lane wrote:
> David Fetter <david@fetter.org> writes:
> > * It's going to a lot of trouble to allow for the possibility of both
> >   unordered results and of duplicate lines.  If we disallow duplicate
> >   lines in unordered result sets, we can get a big speed gain by using
> >   hash-based comparisons.
> 
> Why not just sort the lines and compare?

Good point :)

Cheers,
David.
-- 
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Suppressing occasional failures in copy2 regression test
Следующее
От: Robert Haas
Дата:
Сообщение: Re: machine-readable explain output