Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • What I want to collect is individual user data over time, and there would be multiple users. My original idea was to use the userid as a partition key and simply include a timestamp on each entry (maybe as a sort key) but I assumed that this would actually fall under the description of 'time-series data' since every entry has a time-date attached to it. Commented May 23, 2018 at 17:43
  • Keep it simple. Partitioning is about performance and scalability. Have you scoped out anticipated volumes? Commented Jun 11, 2018 at 4:47