Hey Sean, Yeah that makes sense. Only reason I'd move it to a separate db is so that I can do look ups for similarity purposes... But maybe I'm jumping too far ahead of myself. I'll see what file model can do. Thanks again!
- Matt Sent from my iPhone On Jul 4, 2012, at 3:26 PM, Sean Owen <[email protected]> wrote: > Look at the example DataModels in integration. The pattern is the > same: load it all into memory! it's too slow for real-time otherwise. > So there is no point in say moving your data from a DB to Dynamo for > "scalability" if you're using non-distributed code. If you're using > Hadoop, DataModel is not relevant. > > On Wed, Jul 4, 2012 at 9:09 PM, Matt Mitchell <[email protected]> wrote: >> Thanks Sean. I'll have a look at creating a custom model! >> >> A somewhat related question here... I've also thought about using a separate >> database for user prefs, either riak or amazons dynamo db. Any tips on how >> to create a custom data source?
