Hacker News new | past | comments | ask | show | jobs | submit login

Funny - I use amazon simpleDB/RDS in the exact same way - the index on RDS makes insertion really slow, so I use simpleDB as a cache and load into RDS nightly.



Interesting. How's your write speed with SimpleDB?


the connection time makes it relatively slow (on the order of a few milliseconds), but you can write to multiple keys at once, and/or multithread your client.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: