I have two collections The structure of collection one is
{'click_id':"123345",
...
}
The structure of collection two is
{'click_id':"123345",
...
}
What is the optimal way to do the following in collection 1
{'click_id':"123345",
'collection2':true,
...
}
considering the fact there are around 1 billion records in collection 1 and around 30 million records in collection 2.