Re: Reg: Help to understand the source code

Поиск
Список
Период
Сортировка
От Rob Sargent
Тема Re: Reg: Help to understand the source code
Дата
Msg-id 7d98b6fc-56e3-f15f-eb14-3c2f42dcaf50@gmail.com
обсуждение исходный текст
Ответ на Re: Reg: Help to understand the source code  (Preethi S <preethi7091@gmail.com>)
Ответы Re: Reg: Help to understand the source code
Список pgsql-general

On 4/23/20 10:28 AM, Preethi S wrote:
> Hello Adrian,
>
> Thank you for the quick reply. This link is indeed helpful. This link 
> explains how is a query processed. I am aware of how the query 
> processing happens.
>
> In addition, I am looking for how the data processed, when data is 
> inserted/modified, does the new data gets written to shared buffer -> 
> WAL -> disk ?
>
> I would like to see the code that does this. (For example, data 
> written into shared_buffer, wal_buffer, wal_segments and then fsync)
>
What tools are you using to examine the code?




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

Предыдущее
От: Preethi S
Дата:
Сообщение: Re: Reg: Help to understand the source code
Следующее
От: Si Chen
Дата:
Сообщение: relationship of backend_start, query_start, state_change