Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/marmotta into develop
# By Sebastian Schaffert # Via Sebastian Schaffert * 'develop' of https://git-wip-us.apache.org/repos/asf/marmotta: batched triple store selects for improved performance some performance optimizations for JDBC Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/d4c22f45 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/d4c22f45 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/d4c22f45 Branch: refs/heads/develop Commit: d4c22f45afb1b680634b823b18a960941b37e6c9 Parents: d44196c bfd688b Author: Rupert Westenthaler <[email protected]> Authored: Wed Feb 5 12:50:11 2014 +0100 Committer: Rupert Westenthaler <[email protected]> Committed: Wed Feb 5 12:50:11 2014 +0100 ---------------------------------------------------------------------- .../kiwi/persistence/KiWiConnection.java | 307 ++++++++++++++++--- .../kiwi/persistence/h2/statements.properties | 1 + .../persistence/mysql/statements.properties | 1 + .../persistence/pgsql/statements.properties | 1 + .../apache/marmotta/kiwi/test/ClusterTest.java | 7 +- .../kiwi/test/profile/ProfileLoading.java | 103 +++++++ 6 files changed, 377 insertions(+), 43 deletions(-) ----------------------------------------------------------------------
