Tag Archive: Database

Jan 25

Quickly Create Indexes on Foreign Key Columns

When using Hibernate as a ORM solution, it is natural to fall into a sense of ease with the tool and what it can do.  However, once you begin to load data into your application, there are several performance gaps that will quickly become apparent.  One of these gaps is the absence of indexes on …

Continue reading »

Permanent link to this article: http://ericsilva.org/2009/01/25/quickly-create-indexes-on-foreign-key-columns/