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
A Consistent Query, (or an Extended/Consistent Select Query)
Query Request:
Considering the SQL-syntax to remain the same as the select query syntax plus a key=value UPDATE=NEW_VALUE in the cells-interval.
selectwhere [Columns-Intervals [Cells-Interval with an UPDATE=NEW_VALUE]]
and Specifications Interval Scan the Specs::Interval class storage added with a pointer+size type struct Specs::ValueUpdate update
Query Response:
The query to return the cells with the updated value.
The Result:
The Consistent Query will let queries such as Counter Operations to be in Consistent Nature.
In a case of COUNTER type Column, instead of INSERT follow a SELECT, which is breaking a use case such as an Unique ID assignment, the query can be a single process returning the cells with latest values of the resulting UPDATE=-/+NEW_VALUE
The text was updated successfully, but these errors were encountered:
A Consistent Query, (or an Extended/Consistent Select Query)
Query Request:
Considering the SQL-syntax to remain the same as the
select query syntax
plus a key=valueUPDATE=NEW_VALUE
in the cells-interval.and
Specifications Interval Scan the
Specs::Interval
class storage added with a pointer+size type structSpecs::ValueUpdate update
Query Response:
The query to return the cells with the updated value.
The Result:
The Consistent Query will let queries such as Counter Operations to be in Consistent Nature.
In a case of COUNTER type Column, instead of INSERT follow a SELECT, which is breaking a use case such as an Unique ID assignment, the query can be a single process returning the cells with latest values of the resulting UPDATE=-/+NEW_VALUE
The text was updated successfully, but these errors were encountered: