I'm developing a Rails app that always create a new record and then delete if the user decide not to save it. So I just wonder whether ...
- My DB will ever run out of ID given the auto_increment behavior.
- Would deleted row's ID be reused again?
Edit: My Database is MySQL.