cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

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

pshashipreetham
17-Peridot

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

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.

Shashi Preetham
1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

1 REPLY 1

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.
Top Tags