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?