All Questions
1 question
10
votes
1
answer
4k
views
Python Boto Dynamodb very slow performance for small record set retrieval on range keys
I am testing dynamodb via boto and have found it to be surprisingly slow in retrieving data sets based on hashkey, rangekey condition queries. I have seen some discussion about the oddity that causes ...