개요
- 본 작물에서는 PostgreSQL 에서 sequential scan (가령
SELECT * FROM table;
) 을 했을때의 function call stack 을 정리해 본다.
SELECT * FROM table;
) 을 했을때의 function call stack 을 정리해 본다.read_stream_next_buffer()
Call PathStartReadBuffersImpl()
Call Pathread_stream_get_block()
Call Pathread_stream_look_ahead()
Call Path