Hi all,
I've to manage a MongoDb instance used in order to collec application log
entries from several applications servers.

All log entries (mongoDb documents) have the same data structure (id,
timestamp, error_code, message, etc.)
For some requirements specific to my context I need to save this documents
on several different collections on the same MongoDb database.

Which is the way in order to query among all the collections in order, for
example, to find all log entries in a specific interval of time, or with a
specific error_code, etc.?

Currently I'm using MongoDb 2.6 and I'm planning to move to MongoDB 3.0


Many thanks in andvance.
Regards, giovanni

-- 
Giovanni De Martino
[email protected]

Reply via email to