pgbench-ycsb

Поиск
Список
Период
Сортировка
От a.bykov@postgrespro.ru
Тема pgbench-ycsb
Дата
Msg-id 20180719154659.4becab56@anthony-24-g082ur
обсуждение исходный текст
Ответы Re: pgbench-ycsb  (Fabien COELHO <coelho@cri.ensmp.fr>)
Список pgsql-hackers
Hello, hackers.

It might be a good idea to give users an opportunity to test their
applications with pgbench under different real-life-like load. So that
they will be able to see what's going to happen on production.

YCSB (Yahoo! Cloud Serving Benchmark) was taken as a concept. YCSB tests
were originally designed to facilitate performance comparisons of
different cloud data serving systems and it takes into account different
application workloads like: 
workload A - assumes that application do a lot of reads(50%) and
updates(50%).
workload B - case when application do 95% of cases reads
and 5% updates 
workload C - models behavior of read-only application.
workload E - the workload of the applications which in 95% of cases
requests for several neighboring tuples and in 5% of cases - does
updates.

In the patch those workloads were implemented to be executed by pgbench:
pgbench -b ycsb-A

--
Anthony Bykov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Вложения

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Runtime partition pruning for MergeAppend
Следующее
От: Alexander Korotkov
Дата:
Сообщение: Re: Bug in gin insert redo code path during re-compression of emptygin data leaf pages