fairness of DDL mutex

ilya Basin <[email protected]> Thu, 28 Nov 2024 15:31:16 +0300
Newsgroups gmane.comp.java.hsqldb.user
Message-ID <[email protected]>
Hi. I experience a problem running DDL on a heavily used DB. The other transactions take seconds, but they overlap and it may take 10 minutes and more until my CREATE INDEX statement is unblocked. I use org.hsqldb.hsqldb.2.7.3.jar bundled with Mendix. Is there a known workaround for this?