Hi, we are facing an issue where we want to get orders and line items for a given time period (filtered by updated_at). For one of our clients it takes over an hour to get the the data for a time period of 3 hours (around 5000 order). For other clients we are able to pull even multiple days at once with even more orders in the time frame (like 20000).
Have your ever experienced this kind of slowness? What can i do to optimize (we are already using sortKey)?
For me it feels like either the orders query does not scale linear or something is wrong with the client.