Обсуждение: pgsql: Optimize CleanupTempFiles by having a boolean flag that keeps

Поиск
Список
Период
Сортировка

pgsql: Optimize CleanupTempFiles by having a boolean flag that keeps

От
alvherre@postgresql.org (Alvaro Herrera)
Дата:
Log Message:
-----------
Optimize CleanupTempFiles by having a boolean flag that keeps track of whether
there are FD_XACT_TEMPORARY files to clean up at transaction end.

Per performance profiling results on AWeber's huge systems.

Patch by me after an idea suggested by Simon Riggs.

Modified Files:
--------------
    pgsql/src/backend/storage/file:
        fd.c (r1.144 -> r1.145)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/file/fd.c?r1=1.144&r2=1.145)