What does the Indexed Property of a CoreData attribute do?
问题 I have a Core data model with a 32bit hash value. I need to look up specific hash values quickly. Should I use the indexed property? I have no idea what it does and the documentation is no help (am I looking in the wrong place?) So what does indexed do exactly? 回答1: I would recommend to read this on indexes: http://en.wikipedia.org/wiki/Index_(database). Simply put, a database engine creates a new structure which keeps the indexed column (which corresponds to a property) sorted and a link to