whirlwind-match / fuzzydb

fuzzydb is a fuzzy matching database engine capable of providing human-like search results that make life much easier for users of websites searching for things like cars, houses, people and jobs.
19 stars 5 forks source link

Replace SyncedAttrDefMgr with something nice #40

Open nealeu opened 13 years ago

nealeu commented 13 years ago

SynchedAttributeDefinitionMgr is clumsy to say the least, and relies on it's plural and on quirky refs.

We need a replacement or refactor that allows whatever is going on to properly participate in a transaction, which effectively means that we cannot overlap transactions that update the same SADM. Given that this maintains an incrementing field, then that has to be the case (for now).