Skip to main content
pshashipreetham
18-Opal
18-Opal
March 20, 2022
Solved

Re: How much data could be stored inside streams and value streams ?

  • March 20, 2022
  • 1 reply
  • 943 views

Hey @zyuan1 ,

same use case over here, shifting from Postgres to the Influx as an second persistence provider. Do you know any best practices to transfer the data of Value stream from the Postgres to the Influx ?, since moving forward it is influx for us.

Thanks
Shashi.

Best answer by zyuan1
Export all data from TWX, by small time interval, and then delete the old VS entity, create a new one with same name, pointing to Influx, then import.
This is a guess, may not be the best, wondering if direct data export from pgsql can be used in influxdb.
Other thought is to leave current data alone, for the new value Streams, put them in the influxDB.

1 reply

zyuan15-Regular MemberAnswer
5-Regular Member
March 21, 2022
Export all data from TWX, by small time interval, and then delete the old VS entity, create a new one with same name, pointing to Influx, then import.
This is a guess, may not be the best, wondering if direct data export from pgsql can be used in influxdb.
Other thought is to leave current data alone, for the new value Streams, put them in the influxDB.