Creating sweeps
There are two fundamental types of sweeps: once-only and
ongoing. But because there are two subtypes of ongoing sweeps, there
are three named sweep types: job, policy, and queue.
About this task
Subtype | Type | Description |
---|---|---|
Job | Once-only | A job sweep processes the objects in a database table in one iteration. |
Policy | Ongoing | A policy sweep processes the objects in a database table in an ongoing manner. In terms of implementation, a policy sweep consists of two main components: a policy object and a sweep object. For more information, see Opening a policy sweep. |
Queue | Ongoing | A queue sweep processes the rows in a queue table in an ongoing manner. A queue sweep is a special type of sweep because it removes table rows as they are processed during an iteration. |
No comments:
Post a Comment