Giter Site home page Giter Site logo

Comments (3)

arostamianfar avatar arostamianfar commented on July 27, 2024

Thanks for investigating the Cloud Dataflow Shuffle, Nima!
Update: using Cloud Dataflow Shuffle actually solves the issue of handling massive number of records when merging. However, it can still be expensive since it's attempting to merge data from all chromosomes. We can optimize this further by partitioning the data by chromosome first. Saman is going to work on partitioning data for sharded BQ export, and this also fits nicely there (we can "kill two birds with one stone" :p ). Reassigning to Saman.

from gcp-variant-transforms.

arostamianfar avatar arostamianfar commented on July 27, 2024

Saman, now that Cloud Dataflow Shuffle pricing is updated, could you please try with --experiments=shuffle_mode=service with the platinum1000 test to see what cost/performance you get? I think we can close this issue once that experiment is done.

from gcp-variant-transforms.

arostamianfar avatar arostamianfar commented on July 27, 2024

Closing this bug. Summary:

  • Using the shuffle service is actually more expensive than our native partition-based merge (turned on with the --optimize_for_large_inputs flag).
  • Using a large number of small workers is much more efficient than using a small number of large workers.
  • Using SSDs can further reduce cost if a large enough worker pool is not available.

More details are provided in the handling large inputs doc.

from gcp-variant-transforms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.