Using 1PC pattern with Spring and CockroachDB · Introduction A commonly adopted transaction strategy can be described as the best-efforts...
Observing the effects of serializable isolation · As a follow-up to A Basic Guide to Transaction Isolation, this article will reproduce a handful of...
Nuances and implications of ambiguous database transaction isolation levels · ACID transactions are implemented differently in databases and provide...
An architectural pattern for robust transaction management in Spring Boot applications · Introduction In a previous article, we looked at an...
Mapping BLOBs with Hibernate and JPA for CockroachDB · Introduction Databases aren't great for storing binary large objects, aka BLOBs. By large meaning...
Quality attributes or non-functional requirements in software systems · Introduction Quality attributes are synonymous with non-functional requirements,...