Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
alex_stone
Creator
Creator

How to update big data?

Currently, we have big data table, it contains more than ten millions records. The transaction log will full when we update the data, and then the database will on hold. We update the data split into a lot of part based on row id. We update 5000 records one time. But the transaction will full also.

Is there any other solution to solve this problem?

4 Replies
oknotsen
Master III
Master III

You sound like you are talking about updating some database system, not like you are using QlikView.

What is it that you are exactly doing or trying to do?

10 million records is a day at the beach for QlikView.

May you live in interesting times!
Gysbert_Wassenaar

Perhaps you're looking for incremental loading: Dynamic Update and Incremental Loading


talk is cheap, supply exceeds demand
petter
Partner - Champion III
Partner - Champion III

Can you provide us with your load script or a part of it? How are you trying to update?

alex_stone
Creator
Creator
Author

Thank you for your reply, I add checkpoint statement in sql script, and the problem solved.