Indexes are in schema files that are related to constraints #4

Closed
opened 2017-01-27 01:38:41 +00:00 by jamie · 6 comments
jamie commented 2017-01-27 01:38:41 +00:00 (Migrated from git.hazaar.io)

When a constraint is created, there is usually an associated index that is also created automatically. Because of this we don't need to create the index explicitly.

How I would like to fix this is, we process constraints BEFORE indexes (currently the other way around). Then while we are processing indexes we check if a constraint exists with the same name, which if so then just skip that index.

When a constraint is created, there is usually an associated index that is also created automatically. Because of this we don't need to create the index explicitly. How I would like to fix this is, we process constraints BEFORE indexes (currently the other way around). Then while we are processing indexes we check if a constraint exists with the same name, which if so then just skip that index.
jamie commented 2017-01-27 01:43:28 +00:00 (Migrated from git.hazaar.io)

added ~152 label

added ~152 label
jamie commented 2017-01-27 01:44:14 +00:00 (Migrated from git.hazaar.io)

added ~153 label

added ~153 label
jamie commented 2017-01-27 10:41:06 +00:00 (Migrated from git.hazaar.io)

mentioned in issue #5

mentioned in issue #5
jamie commented 2017-01-27 10:42:12 +00:00 (Migrated from git.hazaar.io)

added ~160 label

added ~160 label
jamie commented 2017-01-27 11:21:24 +00:00 (Migrated from git.hazaar.io)

closed

closed
jamie commented 2017-01-27 11:21:25 +00:00 (Migrated from git.hazaar.io)

removed ~160 label

removed ~160 label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: hazaar/hazaar-dbi#4
No description provided.