Book Contents

Book Index

Next Topic

Home

Avoiding WOS Overflow

Loading data into the WOS is a tradeoff of speed vs. potential memory overflow. Writing to the WOS is much faster than writing to the ROS, but writing too much data too quickly can overrun the amount of memory available. When that happens, transactions roll back until the tuple mover can catch up and move data from the WOS to the ROS.

It is difficult to provide guidelines for writing data to the WOS other than that single INSERT commands cause an inefficient usage of WOS space. If you experience frequent WOS overflow, contact Technical Support. A support representative may be able to change some internal parameters in order to optimize tuple mover behavior for your database.