Is that possible to write the same Parquet folder from different processes in Python?
I use fastparquet
.
It seems to work but I m wondering how it is possible for the _metadata
file to not have conflicts in case two processes write to it at the same it.
Also to make it works I had to use ignore_divisions=True
which is not ideal to get fast performance later when you read the Parquet file right?