Watch currently supports watching a single prefix in a single table.
Improvement proposals:
[x] use RowRange, making it more similar to Scan, possibly with special support for single row (#852)
[x] multiple tables and RowRanges in a single call
[x] table name patterns/prefixes (e.g. watch entire database)
[ ] watch by query (at least where clause predicates, possibly projection and order within batch as well), to make Exec followed by Watch more seamless
Watch currently supports watching a single prefix in a single table.
Improvement proposals:
Also see #906
@kenashcraft (syncslides), @jxson (reader), @AsturaPhoenix