Re: A worst case for qsort

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: A worst case for qsort
Дата
Msg-id alpine.DEB.2.10.1408070905020.4194@sto
обсуждение исходный текст
Ответ на A worst case for qsort  (Peter Geoghegan <pg@heroku.com>)
Список pgsql-hackers
> IMHO, while worst case performance is a very useful tool for analyzing
> algorithms (particularly their worst case time complexity), a worst
> case should be put in its practical context. For example, if we had
> reason to be concerned about *adversarial* inputs, I think that there
> is a good chance that our qsort() actually would be problematic to the
> point of driving us to prefer some generally slower alternative.

ISTM that you raise two distinct questions wrt to PostgreSQL, which are, 
is the worst case performance really an issue: (1) in general (2) wrt adversarial inputs

The answer could be (1) "mostly no" and (2) "maybe yes".

It suggests that where qsort is used, the administrator wary of (2) could 
be allowed to use an alternate implementation, maybe some merge sort, say 
by tweaking a configuration option in "postgresql.conf".

-- 
Fabien.



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

Предыдущее
От: Mitsumasa KONDO
Дата:
Сообщение: Re: posix_fadvise() and pg_receivexlog
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: A worst case for qsort