]
Brett Meyer closed ARTIF-655.
-----------------------------
Resolution: Out of Date
Artificer has switched to RDBMS/JPA persistence
Allow users to provide their own query indexes
----------------------------------------------
Key: ARTIF-655
URL:
https://issues.jboss.org/browse/ARTIF-655
Project: Artificer
Issue Type: Feature Request
Reporter: Brett Meyer
Assignee: Brett Meyer
Through ModeShape's Workspace#getIndexManager(), allow users to provide their own
query indexes during startup/runtime. If they know specific queries they may frequently
run, this could be a helpful optimization.
In addition, attempt to automatically create indexes for StoredQueries when they're
first added. Logic would need to pull out the artifact type, column, etc.
Note that the MS local index currently supports single-column indexes only.