Hello!
I'm trying to filter a large list of guests (about 15K) with a combination of different criteria (VIP, Checked-In, Waitlist, etc.) but YapDatabaseFilteredView does not give great performances. I tried to use Full Text Search feature but I had some non solved issues (see post:
https://groups.google.com/forum/#!topic/yapdatabase/jMqkTgcmyL4).
So, I've been testing with YapDatabaseSecondaryIndex and YapDatabaseQuery, the performances are much better! However, I could not find an easy way to use the results returned by the query with a table view. Seems like it's not possible to use YapDatabaseMappings in this case, right?
Am I going in the right direction? Is there a different way to filter a large list of data efficiently?
Thanks!
Raffi