by Aayushi » Feb 15th, '10, 14:21
Hello,
Amazon simple DB provides the functionality to add multiple value for each attribute and SDBExplorer supporting this feature.
If your attribute value string is too large, means the limit of characters which you have entered for an attribute value exceeds the max limit which is 1020 characters for each attribute value.
So you can store your value in chunk of 1020 characters in multiple attributes with the same name but you can not create more than 256 attributes for a item.
Thanks.
Hello,
Amazon simple DB provides the functionality to add multiple value for each attribute and SDBExplorer supporting this feature.
If your attribute value string is too large, means the limit of characters which you have entered for an attribute value exceeds the max limit which is 1020 characters for each attribute value.
So you can store your value in chunk of 1020 characters in multiple attributes with the same name but you can not create more than 256 attributes for a item.
Thanks.