toni-moreno / syncflux

SyncFlux is an Open Source InfluxDB Data synchronization and replication tool for migration purposes or HA clusters
MIT License
154 stars 34 forks source link

[Feature Request] Mark errors on chucks #18

Closed toni-moreno closed 5 years ago

toni-moreno commented 5 years ago

When doing a massive copy from a big database , sometimes incoming database has query limitations and also destination database can have write limits.

If we can build a "bad chunk" map we could restart the massive copy process only querying bad chunks and avoiding rewrite the complete database.