dragonflydb / dragonflydb/dragonfly
remove extra slot calculations
Open
- Dominant language
- C++
- Stars
- 31.5k
- Forks
- 1.3k
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 137
Description
We calculate a cluster slot for the key several times in several places: main_service, transaction, streamer, db_slice, etc. Some of these calculations can be removed (for example from the transaction if the slot will be provided outside or maybe we don't need it at all there)
Contributor guide
Assessment
This issue has not been assessed yet.