Ticket #58 (new defect)

Opened 23 months ago

Hibernate generated schema is missing crucial indexes

Reported by: gschadow Owned by: gschadow
Priority: critical Component: hibernate
Version: Keywords:
Cc: Priority (1.00-5.00):
Parent Ticket#: Complexity (1-5):
Estimated hours: Hours spent so far:
% Completed:

Description

The Schema generated with Hibernate on Oracle and I believe also on PostgreSQL does not create an index on the key column entityInternalId. That is crazy! We are doing hash and sort merge joins just to read the names of things!

Note: See TracTickets for help on using tickets.