[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?