RE: Global shared meta cache

Поиск
Список
Период
Сортировка
От Tsunakawa, Takayuki
Тема RE: Global shared meta cache
Дата
Msg-id 0A3221C70F24FB45833433255569204D1FA25E63@G01JPEXMBYT05
обсуждение исходный текст
Ответ на Global shared meta cache  ("Ideriha, Takeshi" <ideriha.takeshi@jp.fujitsu.com>)
Список pgsql-hackers
From: Ideriha, Takeshi [mailto:ideriha.takeshi@jp.fujitsu.com]
> 1) Initialized with pgbench -i -s10
...
>    pgbench -c48 -T60 -Msimple      | 4956          |4965
> |95%

The scaling factor should be much greater than the number of clients.  Otherwise, multiple clients would conflict on
thesame row of branches table, which might hide the additional overhead of the global metacache.
 

And I think -j should be 12 or so on your 16-core server, so that the pgbench client can maximize its concurrency.


Regards
Takayuki Tsunakawa






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

Предыдущее
От: Charles Cui
Дата:
Сообщение: [GSoC] thrift compact protocol byte interface get implemented
Следующее
От: "Andrey V. Lepikhov"
Дата:
Сообщение: Re: [WIP] [B-Tree] Retail IndexTuple deletion