Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2d6f69f

Browse files
committed
Make sure text files end with a newline
1 parent3650ebb commit2d6f69f

7 files changed

+6
-7
lines changed

‎0001_explain_analyze_buffers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ Don't think about the timing numbers when you're inside the optimization process
4444

4545
Finally, when optimizing a query, if you managed to reduce the BUFFERS numbers, this means that to execute this query, Postgres will need fewer buffers in the buffer pool involved, reducing IO, minimizing risks of contention, and leaving more space in the buffer pool for something else. Following this approach may eventually provide a global positive effect for the general performance of your database.
4646

47-
A blog post on this topic:[EXPLAIN (ANALYZE) needs BUFFERS to improve the Postgres query optimization process](https://postgres.ai/blog/20220106-explain-analyze-needs-buffers-to-improve-the-postgres-query-optimization-process)
47+
A blog post on this topic:[EXPLAIN (ANALYZE) needs BUFFERS to improve the Postgres query optimization process](https://postgres.ai/blog/20220106-explain-analyze-needs-buffers-to-improve-the-postgres-query-optimization-process)

‎0004_tuple_sparsenes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,4 @@ That's it for today – we discussed ctid. Sometime in the future, we'll continu
188188

189189
[Subscribe](https://twitter.com/samokhvalov), share, like!
190190

191-
Not to forget, I'm mirroring these tips in this GitLab repo:https://gitlab.com/postgres-ai/postgresql-consulting/postgres-howtos/
191+
Not to forget, I'm mirroring these tips in this GitLab repo:https://gitlab.com/postgres-ai/postgresql-consulting/postgres-howtos/

‎0006_pg_stat_statements_part_2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ Let's consider the meanings of various derived metrics obtained in such way:
4444

4545
---
4646

47-
Tomorrow, we'll finish with step 3 of this pgss-related how-to.
47+
Tomorrow, we'll finish with step 3 of this pgss-related how-to.

‎0008_how_to_speed_up_pg_dump.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ A good post about dealing with snapshots when making database dumps: ["Postgres
134134
135135
---
136136
137-
That's it for today. Good dumping speeds in production (2+ TiB/h) to everyone!
137+
That's it for today. Good dumping speeds in production (2+ TiB/h) to everyone!

‎0009_lsn_values_and_wal_filenames.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ This can be very helpful if you need to work with LSN values or WAL filenames or
8686

8787
---
8888

89-
Thanks for reading! As usual: please share it with your colleagues and friends who work with #PostgreSQL.
89+
Thanks for reading! As usual: please share it with your colleagues and friends who work with #PostgreSQL.

‎0010_flamegraphs_for_postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,4 @@ In this case, the planning time is really low, sub-millisecond – but I encount
189189

190190
---
191191

192-
Was it useful? Let me know – and please share with your colleagues and friends who use #PostgreSQL!
192+
Was it useful? Let me know – and please share with your colleagues and friends who use #PostgreSQL!

‎0018_over_indexing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,3 @@ A couple of good reads on this topic:
137137
too):[LWLock: lockmanager](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/wait-event.lw-lock-manager.html)
138138
-[Postgres Partition Pains - LockManager Waits](https://kylehailey.com/post/postgres-partition-pains-lockmanager-waits)
139139
by[@kylelf_](https://twitter.com/kylelf_)
140-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp