I would be interested in some opinions about what the advantages are of using MongoDB (or any NoSQL solution for that matter) for storing logs.
- Could it have something to do with the fact, that this is a rare case where almost certainly WRITE > READ?
- Why not take advantage of a schema? It is implicit because of the API is it not?
1 comment
[ 5.9 ms ] story [ 11.6 ms ] thread- Could it have something to do with the fact, that this is a rare case where almost certainly WRITE > READ? - Why not take advantage of a schema? It is implicit because of the API is it not?