cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

What is an optimal size for file partitions using Parquet?

__Databricks_Su
Contributor
 
3 REPLIES 3

__Databricks_Su
Contributor

This all depends on the dataset size and specific use cases, but, in general, we've seen that Parquet partitions of about 1GB are optimal. For smaller datasets, however, this large partition size may limit parallelism as tasks operate on individual partitions in parallel, so please keep that in mind.

Hi, I'm using the orc file format instead of Parquet, would you recommend a similar size for that too, or perhaps something larger?

richard1_558848
New Contributor II

How do you set this size ?

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local communityโ€”sign up today to get started!

Sign Up Now