I think you're referring to the patch functions for worker script API? That's about all I could find
I think you're referring to the patch functions for worker script API? That's about all I could find. The problem with that is we are limited to the number of bindings as far as I know to about 5000 per worker. So this would not be a suitable solution if we have say 20k databases.
If the only option is to query a DB with REST calls, I assume there is a latency penalty as opposed to a binding call if executed from the same worker?
If the only option is to query a DB with REST calls, I assume there is a latency penalty as opposed to a binding call if executed from the same worker?



