6GB DB Restore, Connection very very slow

klodoma

New Member
Hi,

I made a dump (backup) from a database and restored it on an another computer.

The dump file has about 6GB. I copied the .st file from the original DB and made the restore. Everything runed ok.

The problem is that every time I connect myself to this DB takes a lot of time (around 20 minutes)... also if I connect with Data Administration or program... whatever.

Do I need to make a "vacuum", a sort of cleanup, reindex!?

Running on progress 10.1B.

Thanks in advance,
Andy.
 
Just an observation:

If I make a
proutil dbname -C idxbuild
after that it seems to works fine. At least the connection runs faster.

Does that have an explication?
 
Back
Top