josiah-wolf-oberholtzer / discograph

Social Graphing for the Discogs Database
MIT License
74 stars 11 forks source link

Relation primary key should be hash of Relation values. #33

Closed josiah-wolf-oberholtzer closed 9 years ago

josiah-wolf-oberholtzer commented 9 years ago

This will simplify insertion as we will no longer need to query for the existence of a competing relation. They can simply be upserted in bulk, thereby vastly speeding-up the relation extraction process.

josiah-wolf-oberholtzer commented 9 years ago

Done.