What is the difference between Collection and TimeSeries containers in GridDB and when should each be used?
08:43 17 May 2026

I am working with GridDB and noticed there are different container types such as Collection and TimeSeries.

From the documentation, both appear to store records, but I am unclear about:

  • Main differences between Collection and TimeSeries containers

  • Performance considerations

  • Query behavior

  • Recommended use cases

For example:

  • User/customer records

  • IoT sensor data

  • Log/event storage

When should I choose a Collection container versus a TimeSeries container in GridDB?

database time-series griddb