You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the query methods like findId() they try to find the objects directly in the collection i guess something could be done to make them use better collection types so the find is faster. Most query methods simply depend on Apache JxPath for the XPath support I don't think there is any indexing possible with those.
Either case there is no configurable option to achieve what you wish you will have to maybe change some code in JsonDBTemplate to achieve that
Is it possible to index json values for fast querying ?
The text was updated successfully, but these errors were encountered: