Changes

Jump to navigation Jump to search
46 bytes added ,  10:58, 20 September 2016
→‎MongoDB indexes: db.products.createIndex( { created_t : 1 });
Line 587: Line 587:  
db.products.createIndex( { brands_tags : 1 }, { background : true });
 
db.products.createIndex( { brands_tags : 1 }, { background : true });
 
db.products.createIndex( { categories_tags : 1 }, { background : true });
 
db.products.createIndex( { categories_tags : 1 }, { background : true });
 +
 +
db.products.createIndex( { created_t : 1 });
     

Navigation menu