Re: pgsql_tmp and external sort

Поиск
Список
Период
Сортировка
От MauMau
Тема Re: pgsql_tmp and external sort
Дата
Msg-id EE2BE9C0CF8E458ABFF084EE88AA15D0@maumau
обсуждение исходный текст
Ответ на pgsql_tmp and external sort  (Soroosh Sardari <soroosh.sardari@gmail.com>)
Список pgsql-hackers
From: "Soroosh Sardari" <soroosh.sardari@gmail.com>
> I wonder if anyone could help me to find the module of pg that is
> responsible for the temporal space and external sort in the PG source 
> code.

See src/backend/utils/sort/ for sort implementation.
That uses BufFile in src/backend/storage/file/buffile.c,
which in turn uses OpenTemporaryFile in src/backend/storage/file/fd.c.

Regards
MauMau




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

Предыдущее
От: Maciej Gajewski
Дата:
Сообщение: Re: Review: query result history in psql
Следующее
От: Andres Freund
Дата:
Сообщение: signed vs. unsigned in plpy_procedure.c