Managing your Relativity environment Flashcards

1
Q

What is considered a large workspace, and what does it often require more of?

A

over 500,000 records,
DBAs to add more indexes on any necessary SQL fields within the database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

When should an index be executed against a table in SQL?

A

afterhours, as the building of the index will lock the table it’s running against

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are some examples of fields that an index can be run against for improvement?

A

fixed-length, Yes/No (Boolean), Decimal, Whole Number, or Date fields on the document table of a workspace database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is considered a long running query, and what are some examples of such?

A

anything that takes longer than a couple of seconds to complete.
document list views, advances searches

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What tool in Rel can be used to identify and review long running queries?

A

History tab and AuditRecord table in each workspace (execution time and SQL queries can be seen here)w

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What can you do to help remediate a slow keyword search experience?

A

rebuild the full text index

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is affected when a Full Text index is in progress?

A

keyword searches may come back incomplete as it builds, and ‘Contains’ serches will be incomplete.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What can help to reduce a full backup execution time?

A

writing to fast storage, maintaining log file sizes, and including backup file compression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a differential backup and how is it different than a full backup?

A

contains all data that has changed since the last full backup (base)
smaller and quicker than a full backup

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

T/F: Differential backups provides point-in-time restore capabilities

A

FALSE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What kind of backup can provide point-in-time restores or point-of-failure restores of databases?

A

Transactional log backups

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What controls transaction log maintenance?

A

recovery models

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What kind of model are default databases set to use?

A

Full recovery model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What kind of model does Relativity support for all workspaces?

A

simple recovery model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

In addition to SQL backups, what else does Relativity suggest to take backups on regularly?

A

dtsearch and analytics index shares,
Relativity web server install directories,
native and image file shares

17
Q

What is the check database integrity task doing?

A

checks the allocation and structural integrity of all objects in a specified database.

18
Q

Database corruption is usually caused by __________.

A

the underlying storage

19
Q

What prevents the transaction log from growing and using more space?

A

SQL server automatically marks the inactive portion (completed transactions not used for recovery) for reuse after it is finished being backed up

20
Q
A