Oliver Jowett <[EMAIL PROTECTED]> writes:
> If I patch Hibernate to not add a FK constraint at all, it runs
> substantially faster. It does not seem trivial to fix Hibernate to add
> an index in this case -- Hibernate wants to run "ALTER TABLE tablename
> " to add a FK constraint, but we need to
Simon Nicholls wrote:
Bug reference: 1410
PostgreSQL version: PostgreSQL 8.0
Operating system: WindowsXP
Description:Hibernate PerformanceTest is incredibly slow (in effect
unusable)
00:41:41,453 DEBUG SchemaExport:136 - drop table Simple
00:41:41,500 DEBUG SchemaExport:154 - create