v.1.1.54388Improvement

Background Tasks in Replicated Tables Now Use Thread Pool

Background tasks in replicated tables are now performed in a thread pool instead of in separate threads (Silviu Caragea).
Background tasks in replicated tables are now executed using a thread pool instead of separate threads.

Why it matters

This change improves resource management and efficiency by reusing threads for background tasks in replicated tables, reducing overhead and potentially improving performance and system stability.

How to use it

This feature is applied automatically in replicated tables; users do not need to change configuration or commands to benefit from the new thread pool execution for background tasks.