DEV Community

Discussion on: Breaking Postgres with Too Many Tables

Collapse
 
baldrichrandori profile image
baldrich-randori

You should be able to get past the file limit by creating separate table spaces. postgresql.org/docs/10/manage-ag-t.... This allows you move things to separate folder or volumes to improve performance and get around pesky limits like this.