ca98am79 / connect-dynamodb

DynamoDB session store for Connect
http://ca98am79.github.com/connect-dynamodb/
MIT License
144 stars 66 forks source link

Possibly use parallel scan for reap method #8

Closed ca98am79 closed 11 years ago

ca98am79 commented 11 years ago

Might be more efficient to use DynamoDB's new parallel scan feature for the reap method.

ca98am79 commented 11 years ago

This is probably not necessary, based on Amazon's guidelines:

A parallel scan can be the right choice if the following conditions are met:

  • The table size is 20 GB or larger.
  • The table's provisioned read throughput is not being fully utilized.
  • Sequential Scan operations are too slow.

But it might be a nice optional feature