It's all about the answers!

Ask a question

How can I index the item in repository??


Qiong Feng Huang (76911610) | asked Jan 08 '09, 10:24 a.m.
JAZZ DEVELOPER
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?

2 answers



permanent link
Matt Lavin (2.7k2) | answered Jan 08 '09, 1:08 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
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:
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?

permanent link
Daniel Kogan (51) | answered Jan 08 '09, 10:51 a.m.
All database related operations are shielded from users by Jazz Repository. You cannot manipualate or chnage the database ddl.

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?

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.