Proxool Developer |
|
Joined: Tue Aug 26, 2003 10:42 am Posts: 373 Location: Belgium
|
Little question to the community:
Does it make sense to have a single hi_value table containing a record with the next high value per id sequence ?
Currently, if you want distinct id sequences per persistent entity when using the TableHiloGenerator, you have to create one table per persistent entity.
Maybe this strategy could be upgraded to support a single table with several records in it...
Does it make sense or does it open the door to any potential problem or performance penality ?
|
|