Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How long can executed CLOB migration after update Build Forge?

Hi, all
 I trying to update Build Forge from 7.1.1.4 to 7.1.3.5. Update completed Ok. But CLOB migration  is performed already 5 days. How to define how many it will go?

Thanks for advice!

0 votes



One answer

Permanent link
The Character Large Object (CLOB) conversion is dependent on many different factors. This process runs in the background and depending on the amount of data and the all around production load of your Build Forge Server. This could take a very long time. The data is being moved from the bf_logs table and re-instantiated using CLOB methods.  The transfer is done 100 bf_log rows at a time 

Since all new data is recorded in the new format and since rows are deleted from bf_logs after they are transferred the number of rows in bf_logs, as determined by:
SELECT COUNT(bf_id) FROM bf_logs;
should get smaller over time. (this is a way to check the progress) 

This overall process can take days and or weeks. 5 days is not uncommon and not a cause for concern.

Thanks!

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 2,357
× 267
× 119

Question asked: Jul 15 '13, 5:11 a.m.

Question was seen: 5,928 times

Last updated: Jul 15 '13, 7:43 a.m.

Confirmation Cancel Confirm