cubrid
cubrid copied to clipboard
[CBRD-25417] Activate daemons flushing data pages and double write buffer before recovery
http://jira.cubrid.org/browse/CBRD-25417
Data page/ DWB flushing process should run in single-thread during recovery. Flushing mechanism is not designed for parallelism, so it should run as single threaded mode even in parallelized recovery redo process.
Flush daemon will be woken up whenever flush operation is required.