History
|
Log In
H
OME
B
ROWSE PROJECT
F
IND ISSUES
Q
UICK SEARCH:
Learn more about
Quick Search
Issue Details
[
XML
]
Key:
SES-231
Type:
Improvement
Status:
Closed
Resolution:
Fixed
Priority:
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...
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:
[
Permlink
]
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.