MongoDB - how to optimise find query with regex search, with sort

前端 未结 0 370
囚心锁ツ
囚心锁ツ 2021-01-05 12:34

I need to execute the following query:

db.S12_RU.find({"venue.raw":a,"title":/b|c|d|e/}).sort({"year":-1}).skip(X).limit(Y);

wher

相关标签:
回答
  • 消灭零回复
提交回复
热议问题