I am in the process of building an mobile application (iPhone/Android) and want to store the application data onto Amazon\'s SimpleDB, because we do not want to host our own ser
You could put the 10k text on S3, then create an attribute that has all the unique words of the 10k of text as multiple values. Then searches would be fast. No phrase searching, though.
How many values can you store in one attribute in one 'row' (name)? I looked in the docs, no answer popped out at me.
--Tom