Replies: 2 comments
-
Hey @nappa85, welcome back! Named checkpoint? Sounds cool |
Beta Was this translation helpful? Give feedback.
0 replies
-
Definitely welcomed! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys,
On my project I need named locks on mysql, at the moment I've implemented them with a simple function because I know I'll always run on mysql
Named locks are useful when simply locking on a key at application level: https://mariadb.com/kb/en/get_lock/
PostgreSQL calls it Advisory Locks: https://www.postgresql.org/docs/9.1/explicit-locking.html#ADVISORY-LOCKS
As far as I know, SQLite doesn't have anything similar.
Are you interested in implementing it upstream or SQLite is a show stopper?
Beta Was this translation helpful? Give feedback.
All reactions