Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
db: remove unnecessary key clones during ingest load
During ingest loads, the smallest and largest bounds for point and ranges are calculated. The point and range key bounds are cloned from an iterator. When setting the overall bounds for the table, the point and / or range key bounds can be reused for `Smallest` and `Largest`, as the former are stable. Remove the unnecessary key clones. Follow up from cockroachdb#1521.
- Loading branch information