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

Key: SES-322
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Jeen Broekstra
Reporter: Jeen Broekstra
Votes: 0
Watchers: 0
Operations

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

Add second index to default set of indexes of native store

Created: 30/Nov/06 05:00 PM   Updated: 20/Mar/08 09:12 PM
Component/s: Native Sail
Affects Version/s: 2.0-alpha-4
Fix Version/s: 2.0-beta2


 Description   
The current native store by default only creates a single index. Recent benchmarking has shown however that the cost of a second index (preferably one which ranks the predicate first, e.g. 'posc') is relatively low and would tremendously benefit query performance. We should create two indexes by default to improve performance under default settings.

 All   Comments   Change History      Sort Order:
Comment by Jeen Broekstra [02/Mar/07 11:51 AM]
fixed in SVN: native store now creates both a spoc and posc index by default.