it's not a realy problem, but it surprises me:
when I use Grails with diffrent DBs, I get different counter increments...:
- with the ootb hsqldb, every table gets its own counter which is always increased by 1
- with an oracle db, it seems that all tables use the same global counter
- now I am using javadb/derby and the generated id are huge!
where can I find some more information about this behaviour and which one is the best?
- hsql seems to keep the counters small
- with oracle, I get a global unique id - also a nice feature
- but what about the derby behaviour?