Re: pgbench - add pseudo-random permutation function

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: pgbench - add pseudo-random permutation function
Дата
Msg-id alpine.DEB.2.21.2004020809050.16227@pseudo
обсуждение исходный текст
Ответ на Re: pgbench - add pseudo-random permutation function  (David Steele <david@pgmasters.net>)
Ответы Re: pgbench - add pseudo-random permutation function
Список pgsql-hackers
Hello David,

>> Attached is an attempt at improving things. I have added a explicit note 
>> and hijacked an existing example to better illustrate the purpose of the 
>> function.
>
> This patch does not build on Linux due to some unused functions and 
> variables: http://cfbot.cputube.org/patch_27_1712.log

This link is about some other patch, but indeed there is something amiss 
in v18. Attached a v19 which fixes that.

> The CF entry has been updated to Waiting on Author.

I put it back to "needs review".

> A few committers have expressed doubts about whether this patch is needed

Yep.

The key point is that if you (think that you) do not need it, it is 
by definition useless.

If you finally figure out that you need it (IMHO you must for any 
benchmark with non uniform randoms, otherwise performance result are 
biased and thus invalid) and it is not available, then you are just stuck.

> and it doesn't make sense to keep moving it from CF to CF.

You do as you feel. IMO such a feature is useful and consistent with 
providing non-uniform random functions.

> I'm planning to mark this patch RwF on April 8 and I suggest you resubmit if 
> you are able to get some consensus.

People interested in non-uniform benchmarks would see the point. Why many 
people would be happy with uniform benchmarks only while life is not 
uniform at all fails me.

-- 
Fabien.



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

Предыдущее
От: Justin Pryzby
Дата:
Сообщение: Re: User Interface for WAL usage data
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: Allow continuations in "pg_hba.conf" files