Skip to content

Reduce the binary size of ceresdb-server #294

Closed
@ShiKaiWi

Description

@ShiKaiWi

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;
  • ...

Metadata

Metadata

Assignees

Labels

featureNew feature or requesthelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions