Page 1 of 1

Repository Indexing

Posted: Tue Sep 04, 2007 11:04 pm
by adasgupta123
Hi All,

Can you plz explain what is repository indexing and why rebuilding of
index is required?
This topic I could not find in the manual.I tried to find in this forum also,
but could not find the detail explanation.I need to know this
because I need to reindex for a project.Plz help.

Thanks in advance.

Avik Dasgupta

Posted: Tue Sep 04, 2007 11:06 pm
by ray.wurlod
The repository is a database schema and has several tables in which things are stored.

To enable certain constrained queries to run faster, there are indexes maintained, for example on CATEGORY.

Occasionally these can get out of date, due perhaps to contending updates. It is then that the indexes need to be re-built.