Comments on: Using DynamoDB in Production https://www.dyspatch.io/blog/using-dynamodb-production/ Interactive Email Builder and Visual Editor Fri, 19 Nov 2021 23:56:11 +0000 hourly 1 https://wordpress.org/?v=6.7.1 By: Jithin https://www.dyspatch.io/blog/using-dynamodb-production/#comment-149 Wed, 25 May 2016 09:14:35 +0000 http://blog.dyspatch.io/?p=1049#comment-149 In reply to Brad Van Vugt.

Can you explain how did you created SCAN free schema

]]>
By: Brad Van Vugt https://www.dyspatch.io/blog/using-dynamodb-production/#comment-148 Tue, 22 Sep 2015 00:26:34 +0000 http://blog.dyspatch.io/?p=1049#comment-148 In reply to Chris.

Hey Chris, yes sorry, we never need to scan. Everything is accessed by Hash + Range queries, and we found a schema that didn’t require scans to implement our current feature set. I’d like to update this post to reflect that.

Our NoSQL models are actually pretty different from what we had in Postgres, but much simpler and fewer of them.

]]>
By: Chris https://www.dyspatch.io/blog/using-dynamodb-production/#comment-147 Sun, 20 Sep 2015 21:36:20 +0000 http://blog.dyspatch.io/?p=1049#comment-147 Interesting article, thanks for sharing! In the scans and queries are expensive section, how do you access data without querying? Did you mean that you built your structure without ever needing to scan? Is the resulting model more reminiscent of what you had in Postgres than what you expected when first migrating to a NoSQL solution?

]]>