1 Answer
- Newest
- Most votes
- Most comments
0
Hey,
Hope you're keeping well.
In Amazon Timestream for InfluxDB, Parquet file fragmentation is primarily driven by how data is ingested, partitioned, and compacted in the storage engine. High fragmentation often occurs when data arrives in small batches or with many distinct time intervals, which limits the engine’s ability to merge files. To reduce fragmentation, try batching writes into larger time windows, ensure ingestion is ordered by time, and avoid excessive small writes. AWS automatically runs background compaction, but it can only merge files when data distribution and ingestion patterns allow.
Thanks and regards,
Taz
answered 9 months ago
Relevant content
asked a year ago
asked a year ago
