django - Heroku Row Count Does Not Match DB -
i have built , deployed django application on heroku , trying estimate how many users can handle before need upgrade heroku dev. have created user , deleted row count on remains same, 283
to try , see what's happening counted row manually using postgresql studio. total of 352 rows or 69 rows on heroku says have. here breakdown of rows.
- total 352
- custom model1 9
- custom model2 24
- custom model3 9
- email address 13
- email confirmation 18
- auth permission 48
- auth user 13
- admin log 11
- content type 16
- session 168
- site 1
- migration history 22
does know how heroku calculates row count?
thanks!
Comments
Post a Comment