Discussions

Ask a Question
Back to all

Performance issues with the GET /data/sync endpoint?

Hello everyone,

I'm working on a client-side application that needs to fetch a large volume of data from the SkySite API using the /data/sync endpoint.

I've noticed significant performance degradation when the data set exceeds a certain size (around 50,000 records). The API call is taking over 30 seconds, and sometimes it even times out. My current implementation is using pagination with a next_token as recommended, but it doesn't seem to be helping much with the initial query latency.

Has anyone experienced similar performance bottlenecks with this specific endpoint when syncing large datasets? Are there any recommended best practices for optimizing these queries, or should I be breaking down the request in a different way? I'm curious if there's a more efficient approach that avoids the high initial latency.

Any insights would be greatly appreciated.

golf hit game