Chen
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Chen-
Chen commented,
Hi Alexander, There is not workaround, I've been doing what Tom suggested of using "has_more". But given data volume, I'd much rather batch my queries to push more data through. It's more efficient...
-
Chen created a post,
More compact data for cloud functions connector than JSON
AnsweredGoogle Cloud has a 10MB limit on data returned. JSON is not the most compact data format, and there's potentially some easy wins here. The simplest thing to implement on your side is probably to ju...