superduper icon indicating copy to clipboard operation
superduper copied to clipboard

Add thread locks to the ibis backend.

Open jieguangzhou opened this issue 10 months ago • 0 comments
trafficstars

The ibis backend is not thread-safe, so concurrent database operations in a single data layer can cause issues.

For example: • When Ray runs multiple tasks, model results are saved simultaneously. • Multiple cronjob tasks insert data at the same time.

https://github.com/ibis-project/ibis/issues/10346

jieguangzhou avatar Jan 17 '25 08:01 jieguangzhou