kanthu
2016-02-29 18:08:32 UTC
Hello All,
I'm trying to perform left outer join by mapreduce. I have a common field
in both collections. I need to generate a new collection where collection1
data's demographic information needs to be present in new collection. I
typically need to perform "left outer join"
Collection1 [5 documents]
GUID
EXT_ACCT_ID
DEVICE_ID
CATALOG_ID
TIME:
collection2 [59000 documents]
ACCT_ID
NAME:
Output collection must be 5 documents of collection1 with ACCT_ID and NAME
fields and its values.
--
You received this message because you are subscribed to the Google Groups "mongodb-user"
group.
For other MongoDB technical support options, see: http://www.mongodb.org/about/support/.
---
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user+***@googlegroups.com.
To post to this group, send email to mongodb-***@googlegroups.com.
Visit this group at https://groups.google.com/group/mongodb-user.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-user/a7424996-52d7-4205-97bc-2322e063d2bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I'm trying to perform left outer join by mapreduce. I have a common field
in both collections. I need to generate a new collection where collection1
data's demographic information needs to be present in new collection. I
typically need to perform "left outer join"
Collection1 [5 documents]
GUID
EXT_ACCT_ID
DEVICE_ID
CATALOG_ID
TIME:
collection2 [59000 documents]
ACCT_ID
NAME:
Output collection must be 5 documents of collection1 with ACCT_ID and NAME
fields and its values.
--
You received this message because you are subscribed to the Google Groups "mongodb-user"
group.
For other MongoDB technical support options, see: http://www.mongodb.org/about/support/.
---
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user+***@googlegroups.com.
To post to this group, send email to mongodb-***@googlegroups.com.
Visit this group at https://groups.google.com/group/mongodb-user.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-user/a7424996-52d7-4205-97bc-2322e063d2bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.