Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All,
I have qvw which loading 2 types of load 1.Daily 2. Nightly -> Nightly is full reload , and daily is current data reload while reloading daily we are concatenating history records which are big size approx 230,078,097 nos (Reload frequency is 10 mins) So I want to avoid loading such a big record sets again and again I want this records should load once' in qvw and remain as it is and current data can be concatenated with this records
Any thoughts , Idea's Please share .
Thanks in adv
Vikas
I think I would put the nightly full-load into a qvw and load them binary into another qvw and then concatenate to them the daily data from qvd's.
Beside this I suggest to ensure that really all included fields are needed (take a look to the Document Analyzer V3.0 Update Available from Rob) and if there are possibilities to reduce the cardinailty from some fields: The Importance Of Being Distinct.
- Marcus
I think I would put the nightly full-load into a qvw and load them binary into another qvw and then concatenate to them the daily data from qvd's.
Beside this I suggest to ensure that really all included fields are needed (take a look to the Document Analyzer V3.0 Update Available from Rob) and if there are possibilities to reduce the cardinailty from some fields: The Importance Of Being Distinct.
- Marcus