Re: BUG #13453: PostgreSQL 9.5dev pgbench exponential distribution bug? (when threshold is small)

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: BUG #13453: PostgreSQL 9.5dev pgbench exponential distribution bug? (when threshold is small)
Дата
Msg-id alpine.DEB.2.10.1506181650200.2655@sto
обсуждение исходный текст
Ответ на BUG #13453: PostgreSQL 9.5dev pgbench exponential distribution bug? (when threshold is small)  (digoal@126.com)
Ответы Re: BUG #13453: PostgreSQL 9.5dev pgbench exponential distribution bug? (when threshold is small)  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-bugs
Hello,

> \setrandom id 1 50000 exponential 0.0000001
> insert into test values (:id);

Yes, a very small coefficient on a truncated exponential is pretty close
to a uniform distribution. I think that this is a mathematical fact, not a
bug.

--
Fabien.

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

Предыдущее
От: digoal@126.com
Дата:
Сообщение: BUG #13452: postgresql 9.5dev pgbench document problem.
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: BUG #13452: postgresql 9.5dev pgbench document problem.