Skip to content

Commit 3818c1c

Browse files
committed
ToC (WIP)
1 parent 908ead4 commit 3818c1c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

0001_explain_analyze_buffers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Originally from: [tweet](https://twitter.com/samokhvalov/status/1706689567355732
22

33
---
44

5-
# EXPLAIN ANALYZE or EXPLAIN (ANALYZE, BUFFERS?
5+
# EXPLAIN ANALYZE or EXPLAIN (ANALYZE, BUFFERS)?
66

77
When analyzing Postgres query execution plans, I always recommend using the `BUFFERS` option:
88
```sql

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ This project has been started by @NikolayS on 2023-09-26 https://twitter.com/sam
1414
## Contributors
1515

1616
- Some tweets converted to markdown by @msdousti (thanks!)
17+
18+
## ToC
19+
20+
- 001 [`EXPLAIN ANALYZE` or `EXPLAIN (ANALYZE, BUFFERS)`?](./0001_explain_analyze_buffers.md)
21+
- ...

0 commit comments

Comments
 (0)