Firstly, using the REST API vs querying through a Worker are completely different flows in reality a
Firstly, using the REST API vs querying through a Worker are completely different flows in reality and the REST API is VERY slow at the moment compared to the worker binding which is a direct call to the underlying database.
Do not use the REST API for any benchmarking, your results are going to be super noisy and unrealistic.
We are in the process of migrating the API to not have those limitations, but it needs a few more weeks before being released publicly.
Do not use the REST API for any benchmarking, your results are going to be super noisy and unrealistic.
We are in the process of migrating the API to not have those limitations, but it needs a few more weeks before being released publicly.

