-
Notifications
You must be signed in to change notification settings - Fork 466
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
Remove recommendations to use crdb_internal.mvcc_timestamp
in favor of ON UPDATE
#11028
Comments
@ericharmeling Can you get to this in the next 2 weeks? |
Yes! Will aim for EOW. |
@mwang1026 What's the full story with |
The latter is a must if we keep it around. I think it'd be abrupt to remove it, if people rely on it, so I say we keep it for now with the major caveat |
I've extended the note on I'll leave this issue open to track a recommendation to use |
Is the recommendation here to create a new |
I believe you want a hash-sharded index for the timestamptz column |
Once we support ON UPDATE in hopefully 21.2, we should remove recommendations to use
crdb_internal.mvcc_timestamp
in favor of anON UPDATE
example.Pages:
The text was updated successfully, but these errors were encountered: