PostgreSQL
-
技術(shù)文章:PostgreSQL pg_resetwal處理機(jī)制
pg_resetwal的參數(shù)ControlFile結(jié)構(gòu)及pg_resetwal參數(shù)影響的字段static struct option long_options[] = { {
-
技術(shù)精講:PostgreSQL執(zhí)行計(jì)劃explain
入口函數(shù)為ExplainOnePlan,他會創(chuàng)建一個(gè)查詢描述結(jié)構(gòu)queryDesc,然后進(jìn)入執(zhí)行器執(zhí)行ExecutorStart、ExecutorRun、ExecutorFinish、ExecutorEnd