You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/07/18 19:58:00 UTC

[jira] [Commented] (RYA-315) ?S ?P queries slow on MongoDB

    [ https://issues.apache.org/jira/browse/RYA-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16092085#comment-16092085 ] 

ASF GitHub Bot commented on RYA-315:
------------------------------------

GitHub user amihalik opened a pull request:

    https://github.com/apache/incubator-rya/pull/178

    RYA-315 Fixing issue with Core Indices on MongoDB

    ## Description
    Fixed issue with building OS index. This was causing the very slow query response on the ?s ?p <o> queries
    
    ### Links
    [Jira](https://issues.apache.org/jira/browse/RYA-315)
    
    ### Checklist
    - [ ] Code Review
    - [ ] Squash Commits
    
    #### People To Review
    @isper3at 
    @meiercaleb 

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

    $ git pull https://github.com/amihalik/incubator-rya RYA-315

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

    https://github.com/apache/incubator-rya/pull/178.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 #178
    
----
commit 7778a4685ae70f67f9b0354fcbec7d30f0beaf7a
Author: Aaron Mihalik <mi...@alum.mit.edu>
Date:   2017-07-18T19:55:47Z

    RYA-315 Fixing issue with Core Indices on MongoDB

----


> ?S ?P <O> queries slow on MongoDB
> ---------------------------------
>
>                 Key: RYA-315
>                 URL: https://issues.apache.org/jira/browse/RYA-315
>             Project: Rya
>          Issue Type: Bug
>          Components: dao
>            Reporter: Aaron Mihalik
>            Assignee: Aaron Mihalik
>
> Queries like
> {noformat}
> select * where { ?s ?p <u:myObject>}
> {noformat}
> are extremely slow on mongodb.  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)