influxdb/cmd/influx_tools
Sven Rebhan c07e237142
feat(influx_tools): Add export to parquet files (#25297)
Adds a command to export data into per-shard 
parquet files. To do so, the command iterates 
over the shards, creates a cumulative schema 
over the series of a measurement (i.e. a super-set 
of tags and fields) and exports the data to a 
parquet file per measurement and shard.
2025-06-02 10:59:54 -07:00
..
compact fix: reduce excessive CPU usage during compaction planning (#26432) 2025-05-27 16:55:20 -05:00
export fix: remove breaking argument validation for _fieldKeys iterator (#23875) 2022-11-09 09:04:44 -08:00
generate build: upgrade to go1.18 (#23250) 2022-03-31 16:17:57 -05:00
help feat(influx_tools): Add export to parquet files (#25297) 2025-06-02 10:59:54 -07:00
importer feat: allow the specification of a write window for retention policies (#25517) 2024-11-15 13:30:14 -08:00
internal feat: Upgrade flux to v0.196.1 (#26041) 2025-02-20 13:46:06 -06:00
parquet feat(influx_tools): Add export to parquet files (#25297) 2025-06-02 10:59:54 -07:00
server feat(influx_tools): Add gen-init and gen-exec commands 2018-12-12 07:38:21 -07:00
main.go feat(influx_tools): Add export to parquet files (#25297) 2025-06-02 10:59:54 -07:00