Viewing profile — nw-fcx
nw-fcx
HN member- Joined
- Sat, Jul 08, 2017, 4:50 PM UTC
- HN karma
- 2
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About nw-fcx
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #14729173
Some domain data that was way too coarse, but seemed like the right thing to query by.
-
comment
Comment #14726159
I am really surprised by this, I was convinced that the table-wide capacity is re-distributed evenly across shards. Looks like you're entirely correct: http://docs.aws.amazon.com/a…
-
comment
Comment #14726133
For my very small-data use case I would be very happy if I could use DynamoDB as a persistent data store because the operational aspect is like ten lines of Terraform
-
comment
Comment #14726100
I've been able to improve my partitioning by adding a random suffix from a small set to the key for the writes, and then just trying all suffixes for the reads. Because my work loa…