Lessons Learnt From Using MongoDB With High Volume Data (triggeredmessaging.com) 12 points by dhendo 13y ago ↗ HN
[–] cagenut 13y ago ↗ Asynchronous schema enforcement, that's really interesting. How has it worked out?Also I'm not sure I get the dropping part. Do you really throw out most of your data after a short time window? Is it not of trending/historical-analysis value? [–] dhendo 13y ago ↗ Yes... pretty well - caught a few issues before they went out.Dropping the data - this is just the raw unfiltered stream. We save the interesting process data elsewhere and then ditch the raw events.
[–] dhendo 13y ago ↗ Yes... pretty well - caught a few issues before they went out.Dropping the data - this is just the raw unfiltered stream. We save the interesting process data elsewhere and then ditch the raw events.
2 comments
[ 4.3 ms ] story [ 23.3 ms ] threadAlso I'm not sure I get the dropping part. Do you really throw out most of your data after a short time window? Is it not of trending/historical-analysis value?
Dropping the data - this is just the raw unfiltered stream. We save the interesting process data elsewhere and then ditch the raw events.