firebird icon indicating copy to clipboard operation
firebird copied to clipboard

Referential integrity without index [CORE2743]

Open firebird-automations opened this issue 16 years ago • 1 comments

Submitted by: Dejan Schild (schild)

Votes: 4

Optionally to create foreign key constraint without creating index on it. In some cases this is a duplicate unusable indexes. On big tables that impact performance.

firebird-automations avatar Nov 08 '09 18:11 firebird-automations

Commented by: Ann Harrison (awharrison)

This is a non-trivial change because foreign key checking is done in the index code. It would be easier to recognize that an existing index could be used than to allow a constraint without any index at all.

firebird-automations avatar Nov 09 '09 00:11 firebird-automations