cancel
Showing results for 
Search instead for 
Did you mean: 

Job Check database structure in a MaxDB

Former Member
0 Kudos

Good night, I would ask if it is normal that the process of check data structure in a MaxDB database of 220 GB more than 12 hours later to finish?

what function does this job?

Thank you very much

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

> Good night, I would ask if it is normal that the process of check data structure in a MaxDB database of 220 GB more than 12 hours later to finish?

This heavily depends

- on the number of volumes you have (parallelism)

- on the speed of the I/O subsystem

> what function does this job?

it's like doing

dbmcli -U c db_execute check data

see also

Note 940420 - FAQ: Database structure check (VERIFY)

Markus

Former Member
0 Kudos

Hi,

I'm running too in a 20GB database, its at 30 minutes, there is a way to estimate this time? having the number of volumes and the speed of the I/O subsystem?

best regards.

Clóvis

markus_doehr2
Active Contributor
0 Kudos

> I'm running too in a 20GB database, its at 30 minutes, there is a way to estimate this time? having the number of volumes and the speed of the I/O subsystem?

You could probably estimate by having

- the maximum number of 8 kB random I/O throughput (contact your storage system vendor)

- latencies (in ms)

- number of disks and distribution of them

We have a 3 TB+ database and we're unable to run a verify on the production system due to the time it takes and the load it puts on the system (it takes up to 8 days). We do those checks on a copy of the production system once in a while.

Markus