PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Saturday the 18th of June, 2016

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[15:14:13] <Pingula> for db.collection.createIndex(keys) if i pass an object with multiple fields as keys would that create multiple indices or a single index?
[15:20:56] <jayjo_> If the keys document specifies more than one field, then createIndex() creates a compound index.
[15:59:58] <jayjo_> Is it possible to do any error handling with mongoimport?