I'm about to switch some of my entities from identity to hilo id-generator.
I'm don't have a clue how the tables holding the next-high values should be designed.
- should I use a single table for all entities, or for a group of related entities?
- should I use another table for each entity?
- should I use a single table with another row or column per entity?
Are there any best practices? What needs to be considered? Are there any pros or cons for any of the approaches?