Consultor Eletrônico



Kbase P9184: Why can binary dump be slower than dictionary dump?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/11/2002
Status: Unverified

FACT(s) (Environment):

Progress 9.1C

SYMPTOM(s):

binary dump is slower than dictionary dump

CAUSE:

A lot of batch processes were opened (for each table a specific batch process, about 69 in total) for the binary dump. That means, for each table there was a respective login/logout to the db what slows down the whole dump procedure.

FIX:

Don't use a script/program that opens a lot of batch processes for the binary dump, use one batch process for all the tables.