greptimedb icon indicating copy to clipboard operation
greptimedb copied to clipboard

Speed up the building process

Open zyy17 opened this issue 2 years ago • 0 comments

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

zyy17 avatar Nov 21 '22 10:11 zyy17