-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Watch currently supports watching a single prefix in a single table.
Improvement proposals:
- use RowRange, making it more similar to Scan, possibly with special support for single row (Syncbase Feature request for RowRange to Watch #852)
- multiple tables and RowRanges in a single call
- 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
Also see #906
@kenashcraft (syncslides), @jxson (reader), @AsturaPhoenix
Reactions are currently unavailable