History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: SES-231
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Arjohn Kampman
Reporter: Arjohn Kampman
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Sesame

Query generation and -parsing adds considerable overhead to getStatements(...) and hasStatement(...) in Repository

Created: 03/Feb/06 01:19 PM   Updated: 07/Feb/06 12:10 PM
Component/s: Repository API
Affects Version/s: 2.0-alpha-2, 2.0-alpha-1
Fix Version/s: 2.0-alpha-3

Issue Links:
Cause
This issue causes:
SES-220 getStatements throwing a MalformedQue... Critical Closed
 


 Description   
The getStatements(...) and hasStatement(...) methods in Repository add considerable overhead to the processing time on small data sets and/or fast repositories.

 All   Comments   Change History      Sort Order:
Comment by Arjohn Kampman [03/Feb/06 01:20 PM]
These methods now build the query object model directly and no longer use the SeRQL query parser.