User Activity

  • Created ticket #1751 on HyperSQL Database Engine (HSQLDB)

    Row-store lock changed to fair after 2.5.0 - fairness probably could be made configurable

  • Posted a comment on discussion Open Discussion on HyperSQL Database Engine (HSQLDB)

    Hello, there a substantial throughput regression to the row-store lock switching from unfair to fair locking after 2.5.0. In org.hsqldb.persist.RowStoreAVLMemory (and RowStoreAVLDisk) the construction changed in 2.5.1 from: lock = new ReentrantReadWriteLock(); to: lock = new ReentrantReadWriteLock(true); My use case is an in-memory database (MVCC) with one writer thread and many concurrent reader sessions (originally Java 11 / Linux). After moving past 2.5.0 I saw reader throughput collapse under...

View All

Personal Data

Username:
almonas
Joined:
2026-07-07 12:19:45.538000

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB