Explore >> Select a destination


You are here

boringsql.com
| | drew.silcock.dev
5.6 parsecs away

Travel
| | A high-level overview of how PostgreSQL stores data on disk, covering segments, pages and more.
| | andyatkinson.com
4.5 parsecs away

Travel
| | This month's PGSQL Phriday topic prompts writers to discuss how their team manages PostgreSQL database schema changes.
| | www.cs.cmu.edu
4.1 parsecs away

Travel
| | Yes, PostgreSQL Has Problems. But We're Sticking With It!, Andy Pavlo - Carnegie Mellon University,
| | timilearning.com
16.6 parsecs away

Travel
| Distributed databases typically divide their tables into partitions spread across different servers which get accessed by many clients. In these databases, client transactions often span the different servers, as the transactions may need to read from various partitions. A distributed transaction is a database transaction which spans multiple servers. This post will detail how databases guarantee some ACID properties when executing distributed transactions.