You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Folks, thanks for the great library!
I was wondering if there are any resource on tuning the library for max read performances.
I need to read a lot of parquet files and store the data in a redis cluster, my code resemble mostly the code in the example folder.
I wonder if and how readParallelism and the pr.Read(&records) are related to each other and how to tune them.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hello Folks, thanks for the great library!
I was wondering if there are any resource on tuning the library for max read performances.
I need to read a lot of parquet files and store the data in a redis cluster, my code resemble mostly the code in the example folder.
I wonder if and how
readParallelism
and thepr.Read(&records)
are related to each other and how to tune them.Thanks in advance!
The text was updated successfully, but these errors were encountered: