timescale / timescaledb-backfill

Backfill hypertable data from one timescale instance to another
Apache License 2.0
0 stars 0 forks source link

feat: add --from flag to stage command #128

Closed jgpruitt closed 1 year ago

alejandrodnm commented 1 year ago

One thing I was thinking that maybe we should have one of the filters be inclusive while the other not, like from < time <= until so that it's easier to iterate over the time ranges.

WDYT?

JamesGuthrie commented 1 year ago

One thing I was thinking that maybe we should have one of the filters be inclusive while the other not, like from < time <= until so that it's easier to iterate over the time ranges.

WDYT?

Yes, definitely. IMHO it should be from <= time < until.

jgpruitt commented 1 year ago

Agreed. In my experience, lower inclusive upper exclusive has been the default.

alejandrodnm commented 1 year ago

This is ready for review @JamesGuthrie

And @jgpruitt can you double check the changes to the query?