I was wondering about this kind of situation.
What if i have a huge array say about 50k
items or more.
Now let's say many of that array keys have prefix let's name it settings_
, now if i want to select all values where key begins by settings_
would i need to loop trough all 50k
items or is there a better way?
And say there is some "magical" way to do this with single level arrays, what about multidimensional ones?