Git Product home page Git Product logo

Comments (6)

mjakubowski84 avatar mjakubowski84 commented on May 30, 2024

Hi @mac01021!
If Scala's Stream doesn't help then you may try splitting your large batch into smaller batches. Check recently introduced https://github.com/mjakubowski84/parquet4s/blob/master/core/src/main/scala/com/github/mjakubowski84/parquet4s/IncrementalParquetWriter.scala
You should be able to write multiple batches to single file before closing.

from parquet4s.

mac01021 avatar mac01021 commented on May 30, 2024

Thanks @mjakubowski84!

This looks like just what I need!

Can you provide any guidance related to the cost of a batch? Will the file come out the same whether I write it in a few large batches vs many tiny batches?

from parquet4s.

mjakubowski84 avatar mjakubowski84 commented on May 30, 2024

Hard to tell! It is strongly correlated to the size of your entity. Performance relates also to the speed and latency of your IO. I recommend you to do a series of experiments with different setup.

from parquet4s.

mac01021 avatar mac01021 commented on May 30, 2024

But does it do anything specific I should know about, like creating a new row group for every batch?

from parquet4s.

mjakubowski84 avatar mjakubowski84 commented on May 30, 2024

No, nothing differs comparing to normal writer except fact that you have to call close on your own. Row groups, pages, etc, are still created according the options provided to the writer.

from parquet4s.

mac01021 avatar mac01021 commented on May 30, 2024

Awesome! Thanks!

from parquet4s.

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.