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
Is your feature request related to a problem? Please describe.
When doing long queries, data gathered towards the end of the query is no longer consistent with the beginning.
Describe the solution you'd like
I'd like to ensure data consistency through some form of argument locking.
Describe alternatives you've considered
Not making long queries.
Is your feature request related to a problem? Please describe.
When doing long queries, data gathered towards the end of the query is no longer consistent with the beginning.
Describe the solution you'd like
I'd like to ensure data consistency through some form of argument locking.
Describe alternatives you've considered
Not making long queries.
Additional context
“Lock” fieldpaths (i.e.: add
"block": {"number": end_block}
and"where {"_change_block": {"number_gte": start_block}}
Implementation checklist
The text was updated successfully, but these errors were encountered: