SimpleDB as Denormalized DB

Posted by Max on Stack Overflow See other posts from Stack Overflow or by Max
Published on 2009-09-08T09:31:31Z Indexed on 2010/04/23 23:23 UTC
Read the original article Hit count: 191

Filed under:
|
|

In an environment where you have a relational database which handles all business transactions is it a good idea to utilise SimpleDB for all data queries to have faster and more lightweight search?

So the master data storage would be a relational DB which is "replicated"/"transformed" into SimpleDB to provide very fast read only queries since no JOINS and complicated subselects are needed.

© Stack Overflow or respective owner

Related posts about simpledb

Related posts about sql