The synchronous _execute call replaces the previous async pattern that used a semaphore and run_in_executor, simplifying the execution path and removing unnecessary async overhead for database operations that are already synchronous in nature.
The synchronous _execute call replaces the previous async pattern that used a semaphore and run_in_executor, simplifying the execution path and removing unnecessary async overhead for database operations that are already synchronous in nature.