Search Results

0
votes
5answers
120 views

Rails per-request hash?

Is there a way to cache per-request data in Rails? For a given Rails/mongrel request I have the result of a semi-expensive operation that I'd like to access several times later in that request. I …
3
votes

Database sharding and Rails

I assume with shards we're talking about horizontal partitioning and not vertical partitioning (here are the differences o …