I'm just a little bit stumped at the moment on a small issue. I want to setup an accounts table where all the registered users data lives. This table will contain stuff like email, addresses, SRP values for passwords, etc.
The small problem I have is how to setup the row and partition keys? I thought about having the region in the partition key, but then again, if the user changed regions etc, how will I know how to query it, because as far as I know you need both the row and partition key to query for something.
Thanks for your time