Explore Table Access Method Capabilities: Sequential Scan Analyzed
Introduction In my previous blog about table access method here, we discussed the basis of PostgreSQL’s table access method APIs and the difference between a heap tuple and Tuple Table Slot (TTS). In this blog, let’s talk more about the particular API calls that helps PostgreSQL core to achieve sequential scan. APIs Involved To achieve…
Read more
Recent Comments