TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Cleaning Up Your Postgres Database

120 pointsby plaur782about 4 years ago

2 comments

koengabout 4 years ago
&quot;if you have a table called messages, logs, events in your Postgres database there is a good chance it’s consuming the bulk of your storage, is your largest table, and could benefit from being moved outside of your main Postgres database. &quot;<p>Any recommendations on a good logging database? I like keeping full logs of what the application does (important for traceability in my case) and love how much effort has gone into postgres backups and querying and such.
评论 #26368914 未加载
评论 #26369408 未加载
评论 #26368037 未加载
评论 #26368479 未加载
评论 #26368958 未加载
评论 #26369264 未加载
评论 #26368156 未加载
评论 #26368435 未加载
评论 #26368139 未加载
评论 #26368625 未加载
评论 #26369373 未加载
评论 #26368302 未加载
ahacheteabout 4 years ago
Postgres checkup (<a href="https:&#x2F;&#x2F;postgres.ai&#x2F;products&#x2F;postgres-checkup" rel="nofollow">https:&#x2F;&#x2F;postgres.ai&#x2F;products&#x2F;postgres-checkup</a>) produces very detailed and complete reports easily. This is my recommendation.