You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add endpoints and execution layer to query container stats efficiently. We should try our best to cache recent items in some static window, with the assumption that events being submitted more-or-less have monotonically increasing timestamps. Then, all updates can use sort key timestamp to avoid full-table scans
The text was updated successfully, but these errors were encountered:
add endpoints and execution layer to query container stats efficiently. We should try our best to cache recent items in some static window, with the assumption that events being submitted more-or-less have monotonically increasing timestamps. Then, all updates can use sort key timestamp to avoid full-table scans
The text was updated successfully, but these errors were encountered: