Project

General

Profile

Task #494

Updated by Aaron Marcuse-Kubitza over 11 years ago

* *_unique indexes are often used in joins, but some (such as locationevent_unique_within_location) have filter conditions that prevent their use 

 The following tables need join indexes: 

 * -locationevent locationevent on location_id- location_id 
 * -taxonoccurrence taxonoccurrence on locationevent_id- locationevent_id 
 * -aggregateoccurrence aggregateoccurrence on taxonoccurrence_id- taxonoccurrence_id

Back