Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements to write performance #31

Merged
merged 21 commits into from
May 3, 2016
Merged

Improvements to write performance #31

merged 21 commits into from
May 3, 2016

Commits on Nov 23, 2015

  1. First rough steps at replacing SimpleReasoner's incremental mode with…

    … selective recomputing, for major improvement to RDF uploading speed. A few unit tests related to retraction with sameAs aren't passing yet.
    brianjlowe committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    dcfd95c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2015

  1. 5x speedup for add RDF via GUI; 25x speedup for SPARQL API writes. sa…

    …meAs still needs fixing; will flunk tests.
    brianjlowe committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    1a1606d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e99b1c View commit details
    Browse the repository at this point in the history
  3. log level change

    brianjlowe committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    a4649a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2015

  1. passes sameAs unit tests

    brianjlowe committed Dec 10, 2015
    Configuration menu
    Copy the full SHA
    f099260 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2015

  1. Configuration menu
    Copy the full SHA
    5ae16cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d13fdf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    295ddbf View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2015

  1. change to listener interface to simplify things and avoid sharing the…

    … reasoner's individual queue between concurrent writing threads
    brianjlowe committed Dec 12, 2015
    Configuration menu
    Copy the full SHA
    539bffd View commit details
    Browse the repository at this point in the history
  2. remove obsolete import

    brianjlowe committed Dec 12, 2015
    Configuration menu
    Copy the full SHA
    e85e8a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17fab28 View commit details
    Browse the repository at this point in the history
  4. minor fixes

    brianjlowe committed Dec 12, 2015
    Configuration menu
    Copy the full SHA
    ace972d View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2015

  1. remove obsolete code

    brianjlowe committed Dec 13, 2015
    Configuration menu
    Copy the full SHA
    ce1ec11 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2015

  1. Merge branch 'develop' into writePerformance

    Conflicts:
    	api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ABoxJenaChangeListener.java
    	api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/JenaChangeListener.java
    	api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/jena/ListeningGraph.java
    brianjlowe committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    01281d2 View commit details
    Browse the repository at this point in the history
  2. remove obsolete files

    brianjlowe committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    5d33da4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de9d406 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2015

  1. Configuration menu
    Copy the full SHA
    6e3a256 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2015

  1. Configuration menu
    Copy the full SHA
    64cfc4a View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2016

  1. Configuration menu
    Copy the full SHA
    724d8df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4a8c4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97658ad View commit details
    Browse the repository at this point in the history