python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I refactor the following $let queries
I am planning to migrate mongodb to aws's documentdb. As per DocDB's documentation, $let queries are not supported natively. So I am looking for options about how can I refactor the following:
let par...
justinpakulo
Votes: 0
Answers: 1
$expr' operator not supported in AWS documentdb - Any alternative to $exp
We are trying to migrate Mongo 4.4 version to Document DB 3.6 - 4 version. While checking for compaitability we saw '$expr' operator not supported. Is there any alternative to this in AWS Documentdb?...
Ashutosh Kumar
Votes: 0
Answers: 1