Answered by:
Azure Table Storage & Time Series

Question
-
I want to store, by preference, arrays of numbers indexed by time (a datetime or a datetime range) per meter in 1 row/entity.
Can I achieve this with Azure Table Storage? Or do I need to create for every meter-measurement a new row/entity?
Thanks.
Sunday, March 22, 2015 11:07 AM
Answers
-
Hi Guy,
You could refer the following link to check out some strategies that allow you to efficiently partition data for Azure Table storage.
https://msdn.microsoft.com/en-us/library/azure/hh508997.aspx
Regards,
Malar.- Proposed as answer by Nagamalar Nagarajan Tuesday, March 24, 2015 4:41 PM
- Marked as answer by Michael CurdMicrosoft employee Wednesday, March 25, 2015 9:09 PM
Monday, March 23, 2015 9:38 AM -
In addition to what Malar has given, this article might be helpful as well with determining a good solution for designing your table http://azure.microsoft.com/en-us/documentation/articles/storage-table-design-guide/
- Marked as answer by Michael CurdMicrosoft employee Wednesday, March 25, 2015 9:14 PM
Wednesday, March 25, 2015 9:13 PM
All replies
-
Hi Guy,
You could refer the following link to check out some strategies that allow you to efficiently partition data for Azure Table storage.
https://msdn.microsoft.com/en-us/library/azure/hh508997.aspx
Regards,
Malar.- Proposed as answer by Nagamalar Nagarajan Tuesday, March 24, 2015 4:41 PM
- Marked as answer by Michael CurdMicrosoft employee Wednesday, March 25, 2015 9:09 PM
Monday, March 23, 2015 9:38 AM -
In addition to what Malar has given, this article might be helpful as well with determining a good solution for designing your table http://azure.microsoft.com/en-us/documentation/articles/storage-table-design-guide/
- Marked as answer by Michael CurdMicrosoft employee Wednesday, March 25, 2015 9:14 PM
Wednesday, March 25, 2015 9:13 PM