• Tim Fogarty's avatar
    TOOLS-2041 Build indexes after oplogReplay (#358) · cbdf8996
    Tim Fogarty authored
    We create an index catalog which holds all index specifications for the dump. 
    The oplog replay occurs after the data is restored. The replay intercepts any 
    ops that would change index specifications and applies those changes to the 
    index catalog.  After the oplog replay we build the indexes in the index catalog.
    cbdf8996