Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: don't update timestamp cache on scans with limit 0
Not related to cockroachdb#32149. Before this change, we would treat a scan with limit 0 as a point lookup when updating the timestamp cache. After the change, we no longer update the timestamp cache if a scan had a limit of 0 and never looked at any keys. Release note: None
- Loading branch information