Re: Data migration from one collection to the other collection

2016-01-05 Thread Walter Underwood
You could send the documents to both and filter out the recent ones in the history collection. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Jan 5, 2016, at 5:46 AM, vidya wrote: > > Hi > > I would like to maintain two cores for history data an

Re: Data migration from one collection to the other collection

2016-01-05 Thread Erick Erickson
What changes? You simply have "hot" and "cold" collections. When it comes time to index data you: 1> create a collection 2> index to it. 3> use the Collections API to point your "active" collection to this new one 4> do whatever you want with the old one. The setup is, of course, that your hot and