Managing your Relativity environment Flashcards
What is considered a large workspace, and what does it often require more of?
over 500,000 records,
DBAs to add more indexes on any necessary SQL fields within the database
When should an index be executed against a table in SQL?
afterhours, as the building of the index will lock the table it’s running against
What are some examples of fields that an index can be run against for improvement?
fixed-length, Yes/No (Boolean), Decimal, Whole Number, or Date fields on the document table of a workspace database.
T/F: Any manually created indexes carry over during workspace creation. Relativity performs a full backup restore operation and doesn’t contain any logic to delete indexes.
True
What is considered a long running query, and what are some examples of such?
anything that takes longer than a couple of seconds to complete.
document list views, advances searches
What tool in Rel can be used to identify and review long running queries?
History tab and AuditRecord table in each workspace (execution time and SQL queries can be seen here)w
What can you do to help remediate a slow keyword search experience?
rebuild the full text index
What is affected when a Full Text index is in progress?
keyword searches may come back incomplete as it builds, and ‘Contains’ serches will be incomplete.
What can help to reduce a full backup execution time?
writing to fast storage, maintaining log file sizes, and including backup file compression
What is a differential backup and how is it different than a full backup?
contains all data that has changed since the last full backup (base)
smaller and quicker than a full backup
T/F: Differential backups provides point-in-time restore capabilities
FALSE
What kind of backup can provide point-in-time restores or point-of-failure restores of databases?
Transactional log backups
What controls transaction log maintenance?
recovery models
What kind of model are default databases set to use?
Full recovery model
What kind of model does Relativity support for all workspaces?
simple recovery model