Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Reduce the binary size of ceresdb-server #294

@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
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions