yugabyte / yb-voyager

Data migration Engine for YugabyteDB database
38 stars 10 forks source link

Github actions workflow optimisations #1963

Open sanyamsinghal opened 12 hours ago

sanyamsinghal commented 12 hours ago

Improvements:

  1. Total time taken by GH actions: 57min(run) -> 26min(run) (~2x improvement)

    • divided the pg-migtests workflow into multiple parallel jobs(independent) to achieve this.
  2. TODO: introduce more caching(go modules, installer scripts etc)