You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by keyurkarnik <gi...@git.apache.org> on 2018/11/08 10:06:10 UTC

[GitHub] usergrid pull request #600: Revamped Export code to be more efficient

GitHub user keyurkarnik opened a pull request:

    https://github.com/apache/usergrid/pull/600

    Revamped Export code to be more efficient

    Export tool now works in parallel for multiple collections
    Exports can be resumed from last exported edge
    Export is substantially faster due to parallel processing
    Connection fetching is optimzed
    Export now creates multiple dirs for apps and collections

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/keyurkarnik/usergrid master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/usergrid/pull/600.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #600
    
----
commit abec1d9b60ce39941aee5b363bd5cf0f03e18e11
Author: Keyur Karnik <ke...@...>
Date:   2018-11-07T00:42:40Z

    Revamped Export code to be more efficient
    Export tool now works in parallel for multiple collections
    Exports can be resumed from last exported edge
    Export is substantially faster due to parallel processing
    Connection fetching is optimzed
    Export now creates multiple dirs for apps and collections

----


---

[GitHub] usergrid pull request #600: Revamped Export code to be more efficient

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/usergrid/pull/600


---