In my model I set up an Entity (let's say Person) to have an attribute as string (called "name") and I put an index on it. If I do a lot of queries on my model the queries come out to be a performance drain. My query is a simpleIn my model I set up an Entity (let's say Perso