Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When a Fedora repository is started with an empty database it begins an indexing process to create these indexes from the content on disk. You can force the rebuilding of these internal indexes by setting the fcrepo.rebuild.on.start JVM property to true. For more information again visit the Properties page.For more information on configuring which database to use, see

Info

For the full list of database properties, please refer to the Database section

...

of the Properties

...

documentation.

You can find additional information on this wiki about how Fedora rebuilds these caches and configuring supported databases.

Technical Information

...

Containment Index

...

FieldTypeConstraintsDescription
fedora_idvarchar(503)NOT NULL, PRIMARY KEYThe internal ID of the resourceresource 
parentvarchar(503)NOT NULLThe internal ID of the containing resource
start_timedatetimeNOT NULLThe datetime when the resource was created
end_timedatetime
The datetime when the resource was deleted (but still has a tombstone)
updateddatetime
The datetime when any contained resources were updated (used for eTags)

...