
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
1.
TableGenerator.java.diff (0.2 kB)
|
|
Environment:
|
Mac OS X (Intel) 10.4.9, Java 1.5.0_07, Hibernate 3.2.3.ga, MySQL 5.0.24a
|
|
|
It would be great if the new TableGenerator used a primary key on the "sequence_name" column. This would most likely improve performance when you have a large number of "sequences" in the table. I attempted to provide a patch :-).
|
|
Description
|
It would be great if the new TableGenerator used a primary key on the "sequence_name" column. This would most likely improve performance when you have a large number of "sequences" in the table. I attempted to provide a patch :-). |
Show » |
|
Is it specifically the INDEX for which you are looking?