why after increase the hash table partitions, TPMC decrease

Поиск
Список
Период
Сортировка
От Xiaoyulei
Тема why after increase the hash table partitions, TPMC decrease
Дата
Msg-id E8870A2F6A4B1045B1C292B77EAB207C5BA392E6@SZXEMA501-MBX.china.huawei.com
обсуждение исходный текст
Ответы Re: why after increase the hash table partitions, TPMC decrease  (Amit Kapila <amit.kapila16@gmail.com>)
Re: why after increase the hash table partitions, TPMC decrease  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-hackers
<div class="WordSection1"><p class="MsoNormal"><span lang="EN-US"> </span><p class="MsoNormal"><span lang="EN-US">We
usebenchmarksql to start tpcc test in postgresql 9.3.3.</span><p class="MsoNormal"><span lang="EN-US">Before test we
setbenchmarksql client number about 800. And we increase the hash partitions from 16 to 1024 , in order to reduce
the hashpartition locks competition.</span><p class="MsoNormal"><span lang="EN-US">We expect that after increase the
numberof partitions, reduces lock competition, TPMC should be increased. But the test results on the contrary, after
modifiedto 1024, TPMC did not increase, but decrease. </span><p class="MsoNormal"><span lang="EN-US">Why such
result?</span><pclass="MsoNormal"><span lang="EN-US"> </span><p class="MsoNormal"><span lang="EN-US">We modify the
followingmacro definition:</span><p class="MsoNormal"><span lang="EN-US">NUM_BUFFER_PARTITIONS 1024</span><p
class="MsoNormal"><spanlang="EN-US">LOG2_NUM_PREDICATELOCK_PARTITIONS 10</span><p class="MsoNormal"><span
lang="EN-US">LOG2_NUM_LOCK_PARTITIONS10</span><p class="MsoNormal"><span lang="EN-US"> </span></div> 

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

Предыдущее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: Re: How about a proper TEMPORARY TABLESPACE?
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: PL/PgSQL: RAISE and the number of parameters