You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by "Enrico Daga (JIRA)" <ji...@apache.org> on 2014/03/08 00:48:43 UTC

[jira] [Created] (CLEREZZA-890) Use prepared statements and reuse connections in Virtuoso data operations to improve performance

Enrico Daga created CLEREZZA-890:
------------------------------------

             Summary: Use prepared statements and reuse connections in Virtuoso data operations to improve performance
                 Key: CLEREZZA-890
                 URL: https://issues.apache.org/jira/browse/CLEREZZA-890
             Project: Clerezza
          Issue Type: Bug
            Reporter: Enrico Daga


Currently, each operation is encapsulated in a dedicated connection and statement. While this is functional, it is not very performant, especially with the pattern based on atomic triple additions and deletions used by the clerezza model. Statements should be prepared, connections reused.



--
This message was sent by Atlassian JIRA
(v6.2#6252)