Hi,
I am trying to join two data sets which are in the following format.
First data set
k1 -> {
key:k1,
key:k2,
key:k3,
key:k4,
.... other random keys
}
k2 -> {
key:k2,
key:km,
key:k3,
key:k9,
... other random keys
}
...
Second data set
k1->n1
k2->n2
...
km->nm
I want to replace all values keyed by 'key' in the first dataset by
their corresponding values from the second dataset (replace every
occurrence of k1 with n1, k2 with n2, etc).
Both datasets are too large to be loaded into Distributed Cache.
Any pointers as to how this could be done?
Thanks,
--
~gururaj
--
The 6 stages of every project are:
---------------------------------
Enthusiasm.
Disillusionment.
Panic.
The Search For The Guilty.
The Punishment of the Innocent.
Accolades for the Non-Participants.