Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Commit 6ff03a4

Browse files
committed
Merge branch 'patch-1' into 'master'
Update of the names of several reports.md See merge request postgres-ai/postgres-checkup!377
2 parents dfedeb5 + bcc1c14 commit 6ff03a4

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -288,13 +288,13 @@ Docker support implemented by [Ivan Muratov](https://gitlab.com/binakot).
288288

289289
## А. General / Infrastructural
290290

291-
- [x] A001 System, CPU, RAM, disks, virtualization #6 , #56 , #57 , #86
292-
- [x] A002 PostgreSQL versions (Simple) #68, #21, #86
293-
- [x] A003 Collect pg_settings #15, #167, #86
294-
- [x] A004 General cluster info #7, #58, #59, #86, #162
291+
- [x] A001 System information #6 , #56 , #57 , #86
292+
- [x] A002 Version information #68, #21, #86
293+
- [x] A003 Postgres settings #15, #167, #86
294+
- [x] A004 Cluster information #7, #58, #59, #86, #162
295295
- [x] A005 Extensions #8, #60, #61, #86, #167
296-
- [x] A006 Config diff #9, #62, #63, #86
297-
- [x] A007 ALTER SYSTEM vs postgresql.conf #18, #86
296+
- [x] A006 Postgres setting deviations #9, #62, #63, #86
297+
- [x] A007 Altered settings #18, #86
298298
- [x] A008 Disk usage and file system type #19, #20
299299
- [ ] A010 Data checksums, wal_log_hints #22
300300
- [ ] A011 Connection pooling. pgbouncer #23
@@ -323,7 +323,7 @@ Docker support implemented by [Ivan Muratov](https://gitlab.com/binakot).
323323
- [ ] D001 Logging (syslog?), log_*** #35
324324
- [x] D002 Useful Linux tools #36
325325
- [ ] D003 List of monitoring metrics #37
326-
- [x] D004 pg_stat_statements, tuning opts, pg_stat_kcache #38
326+
- [x] D004 pg_stat_statements and pg_stat_kcache settings #38
327327
- [ ] D005 track_io_timing, …, auto_explain #39
328328
- [ ] D006 Recommended DBA toolsets: postgres_dba, pgCenter, pgHeroother #40
329329
- [ ] D007 Postgres-specific tools for troubleshooting #137
@@ -335,29 +335,29 @@ Docker support implemented by [Ivan Muratov](https://gitlab.com/binakot).
335335

336336
## F. Autovacuum, Bloat
337337

338-
- [x] F001 < F003 Current autovacuum-related settings #108, #164
339-
- [x] F002 < F007 Transaction ID wraparound check #16, #171
340-
- [x] F003 < F006 Dead tuples #164
341-
- [x] F004 < F001 Heap bloat estimation #87, #122
342-
- [x] F005 < F002 Index bloat estimation #88
338+
- [x] F001 < F003 Autovacuum: current settings #108, #164
339+
- [x] F002 < F007 Autovacuum: transaction ID wraparound check #16, #171
340+
- [x] F003 < F006 Autovacuum: dead tuples #164
341+
- [x] F004 < F001 Autovacuum: heap bloat (estimated) #87, #122
342+
- [x] F005 < F002 Autovacuum: index bloat (estimated) #88
343343
- [ ] F006 < F004 Precise heap bloat analysis
344344
- [ ] F007 < F005 Precise index bloat analysis
345-
- [x] F008 < F008 Resource usage (CPU, Memory, disk IO) #44
345+
- [x] F008 < F008 Autovacuum: resource usage #44
346346

347347
## G. Performance / Connections / Memory-related Settings
348348

349349
- [x] G001 Memory-related settings #45, #190
350-
- [x] G002 Connections #46
351-
- [x] G003 Timeouts, locks, deadlocks (amount) #47
350+
- [x] G002 Connections and current activity #46
351+
- [x] G003 Timeouts, locks, deadlocks #47
352352
- [ ] G004 Query planner (diff) #48
353353
- [ ] G005 I/O settings #49
354354
- [ ] G006 Default_statistics_target (plus per table?) #50
355355

356356
## H. Index Analysis
357357

358-
- [x] H001 Indexes: invalid #192, #51
358+
- [x] H001 Invalid indexes #192, #51
359359
- [x] H002 Unused and redundant indexes #51, #180, #170, #168, #322
360-
- [x] H003 Missing FK indexes #52, #142, #173
360+
- [x] H003 Non-indexed foreign keys #52, #142, #173
361361

362362
## J. Capacity Planning
363363

@@ -367,10 +367,10 @@ Docker support implemented by [Ivan Muratov](https://gitlab.com/binakot).
367367

368368
- [x] K001 Globally aggregated query metrics #158, #178, #182, #184
369369
- [x] K002 Workload type ("first word" analysis) #159, #178, #179, #182, #184
370-
- [x] K003 Top queries by total_time #160, #172, #174, #178, #179, #182, #184, #193
370+
- [x] K003 Top-50 queries by total_time #160, #172, #174, #178, #179, #182, #184, #193
371371

372372
## L. DB Schema Analysis
373-
- [x] L001 (was: H003) Current sizes of DB objects (tables, indexes, mat. views) #163
373+
- [x] L001 (was: H003) Table sizes #163
374374
- [ ] L002 (was: H004) Data types being used #53
375375
- [x] L003 Integer (int2, int4) out-of-range risks in PKs // calculate capacity remained; optional: predict when capacity will be fully used) https://gitlab.com/postgres-ai-team/postgres-checkup/issues/237
376376
- [ ] L004 Tables without PK/UK

0 commit comments

Comments
 (0)