Commit d4c5c3c
authored
db/state/execctx: use HistoryKeyTxNumRange in touchChangedKeys (#20229)
- `touchChangedKeys` only needs keys, not values — switch from
`HistoryRange` (returns key+value) to `tx.Debug().HistoryKeyTxNumRange`
(returns key+txNum) to avoid fetching unnecessary value data1 parent 804b7a1 commit d4c5c3c
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- db/state/execctx
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
746 | 746 | | |
747 | 747 | | |
748 | 748 | | |
749 | | - | |
| 749 | + | |
750 | 750 | | |
751 | 751 | | |
752 | 752 | | |
| |||
0 commit comments