Closed
Description
Describe this problem
Now the compiled ceresdb-server's size has reached up to 1.3GB, which is unbelievable.
Steps to reproduce
Just compile the ceresdb-server and check its size.
Expected behavior
The binary size should not be so large.
Additional Information
The way to reduce the binary size that I can come up with now is to remove the unused dependencies, including:
- Replace protobuf with prost used by
protos
crate so to remove grpcio dependencies; - ...