-
Notifications
You must be signed in to change notification settings - Fork 59
Description
Description
In the Telemetry Archiving pattern documentation, there is a lack of detailed information regarding the question: "Is it important to ensure the order of saved messages?" This information is crucial for implementers to understand the implications of message ordering in IoT data archiving.
Current State
The documentation currently lists this question under the "Considerations" section but provides no detailed answer for either the "yes" or "no" scenarios.
Proposed Improvement
We need to add detailed explanations for both cases:
-
If it is important to ensure the order of saved messages:
- Explain why order matters
- Provide examples of use cases where order is critical
- Discuss potential implications of not maintaining order
-
If it is not important to ensure the order of saved messages:
- Explain scenarios where order might be less critical
- Discuss alternative approaches (e.g., using timestamps)
- Highlight any potential benefits of not maintaining strict order
Impact
Adding this information will help developers and architects make informed decisions about their IoT data archiving strategies, potentially improving system design and data analysis capabilities.
Additional Context
This issue relates to the Telemetry Archiving pattern described at:
https://iotatlas.net/en/patterns/telemetry_archiving/