Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Existing timestamp bound read SQL syntax is over complicate and hard to use #22505

Closed
sunxiaoguang opened this issue Jan 24, 2021 · 1 comment
Labels
type/feature-request Categorizes issue or PR as related to a new feature.

Comments

@sunxiaoguang
Copy link
Contributor

Feature Request

Is your feature request related to a problem? Please describe:
Existing timestamp bound read SQL syntax is verbose and complicate.

START TRANSACTION READ ONLY WITH TIMESTAMP BOUND
START TRANSACTION READ ONLY WITH TIMESTAMP BOUND STRONG
START TRANSACTION READ ONLY WITH TIMESTAMP BOUND MAX STALENESS '00:00:10'
START TRANSACTION READ ONLY WITH TIMESTAMP BOUND EXACT STALENESS '00:00:05'
START TRANSACTION READ ONLY WITH TIMESTAMP BOUND READ TIMESTAMP '2019-11-04 00:00:00'
START TRANSACTION READ ONLY WITH TIMESTAMP BOUND MIN READ TIMESTAMP '2019-11-04 00:00:00'
START TRANSACTION READ ONLY WITH TIMESTAMP BOUND MIN TIMESTAMP '2019-11-04 00:00:00'

Describe the feature you'd like:
Use a better syntax to staleness read and deprecates existing syntax.

@nolouch
Copy link
Member

nolouch commented May 6, 2021

close this by #22765

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature-request Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants