greptimedb
greptimedb copied to clipboard
Speed up the building process
What type of enhancement is this?
Refactor
What does the enhancement do?
Since the rust code is growing fastly, the building process will get slower. We can use the following methods to speed up:
- Use EC2(for example, use ec2-github-runner) to resource scale-up;
- Refine the rust cache mechanism;
Implementation challenges
No response