Yeah, is there any performance improvement with using normal increments instead of bigIncrements? If not, there's not really much point in using just increments because you're just limiting yourself to using a smaller range of numbers.
@kuns25 I said the same thing when we first start a saas application 5 years ago, now we have to convert that large db to bigIntegers, which will probably take a week to migrate. In order to keep application running without any downtime, instead of converting table I have to create a new table, then copy all data from old to new table, and save the new data to both tables, and keep copying all old data slowly.
So my suggestion for you that, do yourself a favor and just use big integers :)