Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heroku free database row limit warning #21

Open
Ayush6602 opened this issue Jun 22, 2021 · 1 comment
Open

Heroku free database row limit warning #21

Ayush6602 opened this issue Jun 22, 2021 · 1 comment
Assignees
Labels
help wanted Extra attention is needed

Comments

@Ayush6602
Copy link
Member

Heroku has sent a warning as we are very close to the max row limit allowed for the free postgresql server. Changing some models reference relations will help bring the amount of rows down as heroku limits number of row not columns.

@Ayush6602 Ayush6602 self-assigned this Sep 16, 2021
@Ayush6602 Ayush6602 added the help wanted Extra attention is needed label Sep 16, 2021
@Ayush6602
Copy link
Member Author

Will be shifting from heroku postgres to elephant sql as it does not have the row limit, also removing the postgres add on will allow to add heroku redis or memcached for better pereformance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant