Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to know if there is any difference between the full load process in a Log Stream child task and a straight task when fetching data from the database. please help on this.
Thanks,
Titus
Hi @Titus
There is no difference in the full load phase of a task if it is log stream or a regular task.
Thanks,
Dana
If this helped to resolve the issue, please mark it as a solution & like it to make it easier for others to find.
Thanks in advance!
Hi @Titus
There is no difference in the full load phase of a task if it is log stream or a regular task.
Thanks,
Dana
If this helped to resolve the issue, please mark it as a solution & like it to make it easier for others to find.
Thanks in advance!
Hello @Titus
just to add more to dana's Comment. The Use case of using a Straight task and Logstream task. mainly useful Durning CDC phase.
As the Name Suggest Full load/initial load's primary purpose is to create empty table structure and populate the data fetched from Source endpoint and insert into target endpoint.
Full load works in same way (in term of Session/process and resource allocation/consumption) be it Full load perform by logstream or straight task.
Regards,
Sushil Kumar