hanahmily opened a new issue, #10118: URL: https://github.com/apache/skywalking/issues/10118
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar feature requirement. ### Description The table builder’s compression procedure is a better injection point than the current implementation. The current KV block compression is only based on size. We could refactor it based on the key prefix and the size. That means a block only contains data with the same key. The new strategy is neater than the previous one. We could remove most codes from our branch, including TSet, the new subcompact, and exported Handover. The table builder should import the bydb package to implement a unique compression/decompression algorithm. ### Use case _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
