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
idea: add a select method that takes a set of tables paired with key ranges for those tables and a "callback" channel. Return matching rows; then, when the DB changes such that this query might return different results, fire the callback.
problem: execution of the callback is charged to the deployer that made the DB change, and it cost an arbitrary amount.
another idea: keep a state generation counter. return it with select results. support if-modified-since style
The text was updated successfully, but these errors were encountered:
dckc
transferred this issue from rchain-community/rvote
Oct 9, 2020
idea: add a select method that takes a set of tables paired with key ranges for those tables and a "callback" channel. Return matching rows; then, when the DB changes such that this query might return different results, fire the callback.
problem: execution of the callback is charged to the deployer that made the DB change, and it cost an arbitrary amount.
another idea: keep a state generation counter. return it with select results. support if-modified-since style
The text was updated successfully, but these errors were encountered: