Skip to content

Commit 06bfe8e

Browse files
authored
Update README.md
1 parent 51563bc commit 06bfe8e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ The README contains a shorter how to use.
2929

3030
- spring-boot-devtools: cause java.lang.ClassCastException exceptions during the state serialization - this is a java/spring issue
3131

32+
# Known limitations
33+
34+
## DBMS have missing bad row lock implementation
35+
36+
The framework briefly locks a row or trigger to ensure that each trigger is started only on a single node when a cluster is in use. However, some databases still do not support proper row locking and instead lock the entire table. This is not a critical issue but can slow down task selection in very large clusters.
37+
38+
- mySQL
39+
- Azure SQL Edge (maybe also MSSQL)
40+
3241
# DBs for storage
3342

3443
## Tested in the pipeline

0 commit comments

Comments
 (0)