I’ve been scratching my head a lot on this: Are custom states faster to search upon than directly in the database?
Right now, when my app loads, I affect all the records of a specific thing to a custom state. Whenever I need to find a specific record I do a CustomState’thing:filtered action.
Is it really faster than simply doing a do a search directly in the database since custom states are pointer to the database?
I need the fastest possible way to do this!