Consultor Eletrônico



Kbase P131288: Binary dump with -thread option is only using one thread when it should be using more than one threa
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   14/07/2009
Status: Verified

SYMPTOM(s):

Binary dump with -thread option is only using one thread when it should be using more than one thread.

FACT(s) (Environment):

The first index of the table is unique
All Supported Operating Systems
OpenEdge 10.1B

CAUSE:

Bug# OE00163860

CAUSE:

Binary dump uses information within the indices to determine the number of threads to use when performing a binary dump.
Because the records in the initial references in the index used to perform the dump pointed to place holders for deleted records, the binary dump chose to use only one thread.
The algorithm to determine threads used has been modified to look beyond place holders for deleted records when determining number of threads to use for the binary dump.

FIX:

Upgrade to 10.1C01 or later.

A possible workaround if upgrade is not feasible is to rebuild indexes for the table.