flock-lab / flock

Flock: A Low-Cost Streaming Query Engine on FaaS Platforms

Home Page:https://flock-lab.github.io/flock/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split epoch to support +10M events per second

gangliao opened this issue · comments

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

The lambda payload has a 256KB limit. If the epoch is more than that, we must split it, even for elementwise queries.