alanspires
alanspires
When inserting large volumes of data into a partitioned table, I noticed that the resulting Parquet file sizes still exceed the default `target_file_size` in version 1.3.1. It seems that the...
### What happens? When generating md5 hashes using md5_number, I am seeing duplicates when inserting into duckalke. If I run the same md5_number function outside of the insert it produces...
I was playing with ducklake in the duckdb UI and found an error that occurs, seems to be specific to the `ducklake_cleanup_old_files` call. ``` CALL ducklake.merge_adjacent_files(); CALL ducklake_expire_snapshots('ducklake', older_than =>...