
|
If you were logged in you would be able to see more operations.
|
|
Sesame
Created: 02/Jul/08 05:21 PM
Updated: 26/Sep/08 11:33 AM
|
|
| Component/s: |
Native Sail
|
| Affects Version/s: |
None
|
| Fix Version/s: |
2.2
|
|
For query performance, it's utterly important to create a sound query plan so that as little resources as possible are wasted. The NativeStore currently evaluates joins between statement patterns in the order in which they are supplied by the user/query parser. Most often, this is not the most ideal order. Ordering the statement patterns by their (expected) number of results potentially yields huge performance improvements. A similar approach has sped up query evaluation in the MemoryStore in a previous release.
|
|
|
There are no comments yet on this issue.
|
| |
|
|