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

KeyCollisionException on 1m+1st record #71

Open nealeu opened 13 years ago

nealeu commented 13 years ago

Think this could be a bug in the index impl. Need to write a test soak against the index

nealeu commented 13 years ago

Tried this on dumb index and didn't have a problem. When inserting a batch load more after having started at 999000.

Would be helpful to improve insert perf to reduce time taken to work on this, so I'll park this and come back.