"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. "<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.