You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@predictionio.apache.org by marevol <gi...@git.apache.org> on 2017/04/24 01:50:24 UTC

[GitHub] incubator-predictionio pull request #373: Improve insert performance for ES ...

GitHub user marevol opened a pull request:

    https://github.com/apache/incubator-predictionio/pull/373

    Improve insert performance for ES storage

    - Change properties and n to not indexed field
    - Set refresh to false (_version does not need to be refreshed)
    
    and modified pio version in tests to pass travis tests.

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

    $ git pull https://github.com/marevol/incubator-predictionio improve_indexing

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

    https://github.com/apache/incubator-predictionio/pull/373.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 #373
    
----
commit e7009c7402e2c5ead0c6d50fa42fee0b034c10f0
Author: Shinsuke Sugaya <sh...@yahoo.co.jp>
Date:   2017-04-24T00:37:55Z

    change to not-indexed fields

commit 5e7fe36febd94ef8c0a79582942346ab719c3aab
Author: Shinsuke Sugaya <sh...@yahoo.co.jp>
Date:   2017-04-24T00:40:34Z

    set refresh to false on sequence update

commit 7a162473fd6ec5312d52b0895eb847bfc9e171b8
Author: Shinsuke Sugaya <sh...@yahoo.co.jp>
Date:   2017-04-24T00:58:43Z

    change pio version to 0.11.1-SNAPSHOT

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-predictionio pull request #373: Improve insert performance for ES ...

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

    https://github.com/apache/incubator-predictionio/pull/373


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-predictionio issue #373: Improve insert performance for ES storage

Posted by dszeto <gi...@git.apache.org>.
Github user dszeto commented on the issue:

    https://github.com/apache/incubator-predictionio/pull/373
  
    LGTM. By the way, are you working with ES 5.2/5.3? @mars bumped into issues with ES 5.1.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-predictionio issue #373: Improve insert performance for ES storage

Posted by marevol <gi...@git.apache.org>.
Github user marevol commented on the issue:

    https://github.com/apache/incubator-predictionio/pull/373
  
    Thank you for merging it.
    Our production environment runs on ES 5.1, and my local dev is on ES 5.3.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---