This message was deleted.
# troubleshooting
s
This message was deleted.
v
When I have this issue, I use a
SELECT
(or
scan
) query via the POST API (they stream) but I have a script that breaks it down by day or hour and gets each one individually (or in batched parallel, for extra speed)
s
You mean using method 1 of API calls, it is doable by splitting the response into chunks ?
r
break down each day or hour to one api-request to parallelize the work, but it's not needed if you don't have enough historicals CPUS