Skip to content

Commit eec6ecd

Browse files
shalshcode08codex
andauthored
feat: add PostgreSQL EXPLAIN ANALYZE notes (#4)
* feat: add PostgreSQL EXPLAIN ANALYZE notes Co-authored-by: Codex <codex@openai.com> * chore: refresh PR validation Co-authored-by: Codex <codex@openai.com> --------- Co-authored-by: Codex <codex@openai.com>
1 parent 6ff45dc commit eec6ecd

2 files changed

Lines changed: 1646 additions & 1 deletion

File tree

manifest.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@
2222
"title": "Schema Design and Data Modeling",
2323
"path": "postgresql/schema-design-data-modeling"
2424
},
25-
{ "title": "Indexing", "path": "postgresql/indexing" }
25+
{ "title": "Indexing", "path": "postgresql/indexing" },
26+
{
27+
"title": "EXPLAIN ANALYZE and Query Optimization",
28+
"path": "postgresql/explain-analyze-query-optimization"
29+
}
2630
]
2731
}
2832
]

0 commit comments

Comments
 (0)