I have created a database with two tables. The tables have a primary key called feed_id and they have been set to autoincrement. However many entries skip numbers. Please check the eg in the screenshot: http://prntscr.com/o2kj7y Directly after 18 the ID goes to 72.
This is an RSS feed hence I do need auto increment .
What can I do to get that in an order and not skip numbers in between?