apache / apache/accumulo-fluo-recipes
Explore deduping in TxLog
Open
- Dominant language
- Java
- Stars
- 19
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
TxLog could dedupe objects. For example in the case where the TxLogs contains two different Bytes objects with equal content, it could just maintain a pointer to one. Not sure if this would cut down on what kryo serializes.
Contributor guide
Research direction
Locate TxLog and the Kryo serialization path first; compare how equal-content Bytes objects are represented and serialized. Done would require a decided deduplication design and evidence that it reduces serialized data, but the issue names no files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100