Skip to content

Commit 6c14eaa

Browse files
author
xiongcc
committed
update readme
1 parent b4d2ab5 commit 6c14eaa

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

How to monitor CREATE INDEX : REINDEX progress in Postgres 12+.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# How to monitor CREATE INDEX / REINDEX progress in Postgres 12+
2+
13
> 我每天都会发布一篇新的 PostgreSQL "howto" 文章。加入我的旅程吧 — 订阅、提供反馈、分享!
24
35
要观察长时间运行的索引创建或重建的进度,你可以使用以下查询:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ This project has been started by [@NikolayS]() on 2023-09-26 https://twitter.com
3434
- 0011 [Ad-hoc monitoring](https://github.com/xiongcccc/postgres-howto/blob/master/Ad-hoc%20monitoring.md)
3535
- 0012 [How to find query examples for problematic pg_stat_statements records](https://github.com/xiongcccc/postgres-howto/blob/master/How%20to%20find%20query%20examples%20for%20problematic%20pg_stat_statements%20records.md)
3636
- 0013 [How to benchmark](https://github.com/xiongcccc/postgres-howto/blob/master/How%20to%20benchmark.md)
37+
- 0014 [How to decide when a query is too slow and needs optimization](https://github.com/xiongcccc/postgres-howto/blob/master/How%20to%20decide%20when%20a%20query%20is%20too%20slow%20and%20needs%20optimization.md)
38+
- 0015 [How to monitor CREATE INDEX / REINDEX progress in Postgres 12+](https://github.com/xiongcccc/postgres-howto/blob/master/How%20to%20monitor%20CREATE%20INDEX%20%3A%20REINDEX%20progress%20in%20Postgres%2012%2B.md)

0 commit comments

Comments
 (0)