我需要来自邮递员的数据,但我有结果限制(一个查询200个结果)。我有45000个结果。在这种情况下,我需要多次运行查询以获取所有数据。
"select" : "(**)", "start": 0, "count": 200,
"select" : "(**)", "start": 201, "count": 401,
"select" : "(**)", "start": 402, "count": 502,
"select" : "(**)", "start": 503, "count": 603
例如,我们是否可以使用1000个分支来运行查询?