User search best practices

Hi,

We are trying to perform a user search based on updated_time and user_id prefix. The performance of the service is really flaky. Most of the times we receive HTTP 503 Service Unavailable Exception . I have opened up another thread Timeout exception when querying for users , during which we got responses temporarily but started receiving 503s again after some time.
I want to understand if the user data is indexed on any specific parameters for us to define our query better and reduce the number of 503s on the client side.
Please let us know.

Thank you!

Hi @smajeti,

If you are consistently timing out you likely need to refine your search. Have you taken a look at this document?

Hope this helps,
Dan

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.