Tag

Transaction Model

0 views collected around this technical thread.

Architecture Digest
Architecture Digest
Jan 7, 2022 · Fundamentals

Design of Account and Accounting System in Payment Platforms

This article explains the foundational design of a payment system's account and accounting architecture, covering transaction models, account types, accounting entries, business processes, and the interaction between account, accounting, and settlement systems to ensure accurate financial tracking.

Transaction Modelaccountingbackend
0 likes · 12 min read
Design of Account and Accounting System in Payment Platforms
Xiaolei Talks DB
Xiaolei Talks DB
Aug 6, 2021 · Databases

Why Your TiDB INSERT Takes Minutes: Understanding SQL Retry Strategies

This article walks through a real‑world case where a simple INSERT in TiDB runs for tens of seconds, explains how transaction modes and write conflicts trigger SQL retries, and outlines how to diagnose and configure retry behavior to avoid slow writes.

SQL RetryTiDBTransaction Model
0 likes · 8 min read
Why Your TiDB INSERT Takes Minutes: Understanding SQL Retry Strategies