I will be using the table storage to store a lot of blob names, in a single string, appended to each other using some special character. This string will sky rockets pretty soon. But is there a maximum size to the length of a property for a particular entity ? in my case the string ?
+2
A:
Maximum string size is 64kb - an individual entity cannot exceed 1mb.
Mark Willsher
2010-04-20 16:39:32
+1
A:
Maximal string size for a single property is 64kb. If you take the Fat Entity approach as defined by Lokad.Cloud, then you can have 1mb property instead (leveraging the maximal entity size instead).
Joannes Vermorel
2010-04-25 16:34:52
interesting :).
Egon
2010-04-25 18:50:31