hal9000plus / bimserver

Automatically exported from code.google.com/p/bimserver
0 stars 0 forks source link

Create indices for unique fields #437

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Fields like User.username and Project.name.

Main benefit would be way faster insertion of those objects.

Original issue reported on code.google.com by ru...@logic-labs.nl on 16 Jan 2013 at 12:26

GoogleCodeExporter commented 8 years ago
Pitfalls:
- Project.name can actually be the same if they are subprojects of different 
parent projects
- User.username can actually be the same if a user has multiple accounts on 
multiple virtual BIMservers (that's not built yet)
- Unique indices should probably be context dependent...

Original comment by ru...@logic-labs.nl on 31 Jan 2013 at 2:55

GoogleCodeExporter commented 8 years ago

Original comment by ru...@logic-labs.nl on 6 Feb 2013 at 2:59