How can I index the item in repository??
2 answers
All database related operations are shielded from users by Jazz Repository. You cannot manipualate or chnage the database ddl.
Dan Kogan
Jazz Server Team
Dan Kogan
Jazz Server Team
As I know, all the items are store in database. So, my question is can I and how can I create index for an attribute of an item type in database to improve searching performance?
If you mark an attribute in your model queryable, then it will be
indexed to improve performance. I believe that some of the Jazz
component development wiki pages cover that sort of annotation.
-
Matt Lavin
Jazz Server Team
On Thu, 2009-01-08 at 15:28 +0000, huangqf wrote:
indexed to improve performance. I believe that some of the Jazz
component development wiki pages cover that sort of annotation.
-
Matt Lavin
Jazz Server Team
On Thu, 2009-01-08 at 15:28 +0000, huangqf wrote:
As I know, all the items are store in database. So, my question is can
I and how can I create index for an attribute of an item type in
database to improve searching performance?