On Oct 28, 2010, at 3:13 PM, Peter Marklund wrote:
> I've experimented with logging to MongoDB lately and I've found it to
> work really well. The MongoDB performance along with its query
> capabilities opens up a lot of possibilities. I'm doing my logging to
> MongoHQ now through a Rack middleware and am monitoring the
> performance (time overhead) of the logging and it's looking really
> good so far. I've packaged up my code in a gem:

Good stuff. We're doing some similar things. You may want to look at Mongo's 
capped collections for some of your logging if you're not already: The natural 
ordering and fixed max size can be really useful.

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to