Saurabh Shukla
New Member
Hi folks,
As per my understanding these 3 writers do the below tasks -->
1. BIW > Writes the data from BI Buffers (Memory) to BI file.
2. AIW > Writes the data from AI buffers to AI files.
3. APW > Scans through BI file and writes the modified blocks into disk.
As I am new to Progress, could anybody throw some light on this? Above is what I can visualize on the writers.
But having read some lines in DB Admin Guide which confused me completely and now I can not conclude the tasks done by different-2 writers. Lines --->
Please share your thoughts and let me know if my vision is wrong.
As per my understanding these 3 writers do the below tasks -->
1. BIW > Writes the data from BI Buffers (Memory) to BI file.
2. AIW > Writes the data from AI buffers to AI files.
3. APW > Scans through BI file and writes the modified blocks into disk.
As I am new to Progress, could anybody throw some light on this? Above is what I can visualize on the writers.
But having read some lines in DB Admin Guide which confused me completely and now I can not conclude the tasks done by different-2 writers. Lines --->
An APW attempts to write a DB block whose changes are recorded in a BI buffer
that has not been written. Because BI notes must be flushed before the AI note is
flushed, the APW writes the data in the BI buffer before the buffer is full so it can
perform the AI write.that has not been written. Because BI notes must be flushed before the AI note is
flushed, the APW writes the data in the BI buffer before the buffer is full so it can
Please share your thoughts and let me know if my vision is wrong.