Transactions in the MongoDB EF Core Provider
Explains how to use implicit and explicit database transactions with the MongoDB Entity Framework Core provider for data consistency.
Explains how to use implicit and explicit database transactions with the MongoDB Entity Framework Core provider for data consistency.
Explores transactions as a protocol that can be added to any storage system, not an intrinsic feature, with examples from Delta Lake, Epoxy, and Two-Phase Commit.
A technical guide on using the alloy-deadbeef Rust library to generate Ethereum transactions with custom vanity hash prefixes like 0xbeef.
Explains how Apache Iceberg brings ACID transaction guarantees to data lakes, enabling reliable data operations on open storage.
Explores best practices for transaction management in Java/Spring Data JPA tests, advising to mirror production conditions.
A technical summary and analysis of the Detock research paper on high-performance, multi-region database transactions with strict serializability.
Explains jOOQ's API for managing nested transactions, comparing it to JDBC defaults and Spring's @Transactional behavior.
A developer recounts a bug where nested database transactions caused false payment notifications, and discusses solutions using Django.
Performance testing of DynamoDB Transactions compared to other API calls, including batch writes and failed transactions.
A guide to Amazon DynamoDB Transactions, covering use cases, differences from batch operations, and idempotency handling.
Explains Accelerated Database Recovery (ADR) in SQL Server 2019/Azure SQL, a feature designed to drastically reduce transaction rollback and database recovery times.
Explains the importance of transactional DDL in SQL for safe and reliable database schema migrations during application upgrades.
Explains the limitations and practical considerations of using transactions within Google App Engine's Datastore.
Explains how to perform efficient batch database operations by integrating raw ADO.NET commands within an NHibernate transaction to avoid ORM overhead.