
Azure SQL
Azure SQL Database: Non-blocking transactions
- Frank
- August 8, 2022
- 2PC
- ALTER
- atomicity
- autocommit
- azure friday
- azure sql database
- azure sql db
- batch-scoped
- blocked
- COMMIT
- committed data
- concurrent data access
- consistency
- database
- Davide Mauri
- default behavior
- distributed transactions
- durability
- dynamic locking
- isolation
- Lara Rubbelke
- locked
- locking
- logging
- long-running transaction
- Mars
- MS DTC
- multiple active result set
- non-blocking transactions
- queued
- row versioning
- snapshot
- SQL Server
- transactions
- two-phase commit
- waiting
Managing concurrent access to a resource, be it a row, a table, or a single value, is easy if no one is trying to modify the underlying data. But what happens if someone changes data while someone else is reading it? Even better, what could happen if two or more users try to change the […]
Read More
DevOps
How Fluentd Simplifies Collecting and Consuming Logs
- Frank
- February 4, 2021
- cloudnative
- cncf
- collect logs
- collect logs in kubernetes
- DevOps
- elastic
- fluentd
- fluentd and kubernetes
- fluentd docker
- fluentd explained
- fluentd kubernetes
- fluentd tutorial
- fluentd vs fluentbit
- fluentd vs logstash
- introduction to fluentd
- kubernetes logs
- kubernetes pod logs
- logging
- logging in kubernetes
- logs
- logs kubernetes
- logstash
- techworld with nana
TechWorld with Nana explains how Fluentd simplifies collecting and consuming logs.
Read More