[pgpool-committers: 4832] pgpool: Check to see if performance changes according to the nap time t

Tatsuo Ishii ishii at postgresql.org
Thu Jun 28 23:27:13 JST 2018


Check to see if performance changes according to the nap time to aquire lock.

Change naptime in lock_memcached() from 100 mili sec to 1 micro sec
enhances TPS from 100 to 6900. However, lots of error generated (too
large object).

Also change memcached_erro to memcached_strerror.

Branch
------
query_cache

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=12f9c015d45989f74824aa18363e6f3b7af8aff6

Modified Files
--------------
src/query_cache/pool_oid_map.c | 29 +++++++++++++++++++----------
1 file changed, 19 insertions(+), 10 deletions(-)



More information about the pgpool-committers mailing list