I have a Django application deployed on Heroku (free dyno) and I use Heroku Postgres as my database (Hobby Tier).
I been noticing that sometimes there are some gaps/jumps on the primary key numeration. For example, there was a jump from 162 to 195, from 237 to 270... But objects are not deleted in between this gaps. I can't really understand why this is happening.
Has anyone experienced something similar? What do you think? Is this problem related to Django, Postgres or Heroku?