Skip to content
Discussion options

You must be logged in to vote

No, parquet files are written optimistically on INSERT.
They're automatically cleaned up on abort of the transaction.

If you are worried about small files you should indeed rely on merge_adjacent_files or make use of data-inlining

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by intersynct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants