Consultor Eletrônico



Kbase P104440: What is the difference between binary dump load with Data Administration dump and load?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/19/2005
Status: Unverified

GOAL:

What is the difference between binary dump load with Data Administration dump and load?

FIX:

The major differences are:
1. Binary Dump and Load is faster than Data Dictionary Dump and Load.
2. Binary Load doesn't build the indexes during the binary load, you will need to rebuild indexed after the binary load (proutil dbname.db -C idxbuild all).
3. Data Dictionary Load rebuild indexes during the Load of data.
4. Binary Dump cannot be used with a Data Dictionary Load.
5. Data Dictionary Dump cannot be used with a Binary Load.