Discussion:
[mongodb-dev] Query processing in Mongodb and other distributed relational database
Monika Shah
2017-12-15 03:20:31 UTC
Permalink
How differently query processing and query optimization is applied in
mongodb in compare to other distributed database?
--
You received this message because you are subscribed to the Google Groups "mongodb-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-dev+***@googlegroups.com.
To post to this group, send email to mongodb-***@googlegroups.com.
Visit this group at https://groups.google.com/group/mongodb-dev.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-dev/50b854b4-224a-476b-a3c6-b24e56304a03%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
'Kevin Adistambha' via mongodb-dev
2018-01-05 06:12:34 UTC
Permalink
Hi Monika

I’m not sure I understand your question. MongoDB is not a derivative or
reimplementation of other databases or concepts, so it’s reasonable to
think that MongoDB does not share the same technique with other existing
NoSQL or relational databases.

I can’t speak for other databases, but since MongoDB is open source, you’re
welcome to peruse the codebase here: https://github.com/mongodb/mongo/

Best regards
Kevin
​
--
You received this message because you are subscribed to the Google Groups "mongodb-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-dev+***@googlegroups.com.
To post to this group, send email to mongodb-***@googlegroups.com.
Visit this group at https://groups.google.com/group/mongodb-dev.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-dev/a6a60b60-c678-4865-bd7f-598c37ab10c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...