Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alternative to skip locked in mariaDB

Is there any good & performant alternative to FOR UPDATE SKIP LOCKED in mariaDB? Or is there any good practice to archieve job queueing in mariaDB?

like image 525
gustav Avatar asked Sep 18 '25 02:09

gustav


1 Answers

Update 2022-06-14:

MariaDB supports SKIP LOCKED now.

like image 50
Mehran Prs Avatar answered Sep 19 '25 16:09

Mehran Prs