Hi,
· 1 - Does TMS XData support rate limiting?
- I want to implement a rate limit (e.g., X requests per second) for a service I’m writing on the server side in XData. Does XData natively support this feature? If yes, is there any documentation or example available?
- If not supported, how can I implement this using middleware or a custom implementation in XData?
· 2 - How can I perform pagination and offset-limit operations on the server side with TMS XData?
- When fetching data from the database or returning large datasets through an endpoint, how can I implement pagination and offset-limit functionality?
- For example, how can I efficiently process the
page
andpageSize
parameters sent from the client? - Does XData provide any built-in query feature support or internal mechanism for this? Or should it be implemented manually?
- When used in conjunction with
TMS Aurelius
, are there any specific recommendations to simplify these operations?
Best Regards.