Exporting time series data in rolling window containers

The dbexport utility exports time series data except any data that is in the dormant window of rolling window containers.

About this task

The active window in rolling window containers is re-created after the time series data is loaded into a container.

The dormant window is not exported. To export the data from the dormant window, you must move the data into the active window.

Procedure

To export time series data in the dormant window of a rolling window container:
  1. If necessary, increase the size of the active window by running the TSContainerManage function. The size of the active window must be large enough to fit all the intervals in the dormant window can fit into the active window.
  2. Move the intervals in the dormant window into the active window by running the TSContainerManage function.
  3. Export the data by running the dbexport utility.