Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CH] Build optimization #2323

Closed
zhanglistar opened this issue Jul 13, 2023 · 1 comment
Closed

[CH] Build optimization #2323

zhanglistar opened this issue Jul 13, 2023 · 1 comment
Labels
enhancement New feature or request stale stale

Comments

@zhanglistar
Copy link
Contributor

zhanglistar commented Jul 13, 2023

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Now, two problems:

  1. building time long to 20mins,
  2. libch.so size still big, about 300MB after strip and not compiling some useless third party libraries.

The reason is that clickhouse is first builded for standalone server not a library like velox, also this project have the same problems, chdb-io/chdb#53.

Later, we may do some flags on clickhouse code to easily not compile some useless code, like mergetree* and contribute back to upstream.

Here is the ninjatracing result, details in attach file.
image

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@zhanglistar zhanglistar added the enhancement New feature or request label Jul 13, 2023
@zhanglistar
Copy link
Contributor Author

@github-actions github-actions bot added the stale stale label Nov 18, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale stale
Projects
None yet
Development

No branches or pull requests

1 participant