Stream: bulk data
Topic: Specification for Max Export Requests
Nihar (May 24 2021 at 15:13):
Hi, we are trying to search for a standard specification for "maximum how many requests for export per min/hour are allowed on bulk data server". Please suggest, is there any guidelines. Thanks in advance.
Lloyd McKenzie (May 24 2021 at 15:35):
I don't think there are any 'standard' limits. Servers might choose to impose limits for performance purposes. If you're filtering to only see data since last changed, it's possible you might send queries on a fairly frequent basis (though perhaps moving to Subscription would be a better architecture).
Nihar (May 24 2021 at 15:46):
@Lloyd McKenzie Thank you so much...!!! It means, we can decide the limits based on the server architecture and performance.
Lloyd McKenzie (May 24 2021 at 15:53):
Just keep in mind that all requests are not equal. You might be better to track how many resources a given requester has consumed with their requests rather than just counting requests. Someone who asks for a complete dump of data every 30 minutes may be a bigger problem than someone who asks "what's changed in the last 5 minutes?" every 5 minutes.
Last updated: Apr 12 2022 at 19:14 UTC