是否使用ongo字表达方式在 m戈德布盘中产生任何效果影响,而是使用标准名词。 例如:
>db.myCollection.find( { a : { $gt: 3 } } );
>db.myCollection.find( { $where: "this.a > 3" } );
Will the first query be faster than the second one if there is no index on a column? Also, is there any way to write query
>db.myCollection.find( { $where: "this.a / 10 > 3" } );
或
>db.myCollection.find( { $where: "this.a / this.b > 3" } );
如果不使用点票?