Creating containers

Containers are created automatically when they are needed, in the same dbspaces in which the table is stored. If you want to store your time series data in other dbspaces, you can create containers. You can move containers between container pools. You must create containers if you want to replicate time series data with Enterprise Replication or create rolling window containers.

Procedure

To create a container, run the TSContainerCreate procedure.
For Enterprise Replication, you must create containers with the same names on every replication server before you start replication.

What to do next

To control whether multiple sessions write to a container at one time, run the TSContainerLock procedure.

To delete a container, run the TSContainerDestroy procedure.