The DBMS_DAILY_MAINTENANCE package is primarily used for managing and maintaining window compactions. Scheduled tasks are triggered based on this package to initiate window compactions.
Overview of DBMS_DAILY_MAINTENANCE subprograms
The following table lists the DBMS_DAILY_MAINTENANCE subprograms supported in the current version of OceanBase Database and their brief descriptions.
| Subprogram | Description |
|---|---|
| TRIGGER_WINDOW_COMPACTION_PROC | Manually triggers a window compaction. |
| SET_THREAD_COUNT | Sets the number of threads for window compactions. |
