Andrew Werner's Avatar

Andrew Werner

@ajwerner.net

Building https://side-eye.io, previously worked on CockroachDB.

66
Followers
56
Following
6
Posts
20.11.2024
Joined
Posts Following

Latest posts by Andrew Werner @ajwerner.net

๐Ÿดโ€โ˜ ๏ธ

30.07.2025 21:02 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Preview
db: WAL failover to deal with transient unavailability ยท Issue #3230 ยท cockroachdb/pebble We see transient write unavailability of block devices in the cloud (< 60s) that are sometimes detected as disk stalls resulting in node crashes. Whether the node crashes or not, this negatively im...

@alexmillerdb.bsky.social have you seen this software adaptation: github.com/cockroachdb/...? Cockroach was seeing ebs volumes that become transiently write unavailable. Folks regularly run many ebs volumes with one vm (apparently it gives a better iop/$ tradeoff with gp)

19.03.2025 12:15 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

The other day I confidently asserted the debugger I work on hits better for more mature software than small, new projects -- thought being code changes are more painful. This morning a user from a tiny startup hit me up to say how helpful it was to debug a 3rd party lib. Feels good to be wrong!

04.01.2025 21:12 ๐Ÿ‘ 3 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

FWIW, the intuition I was missing in that problem was the need to massively tighten the feedback loop by making smaller decisions faster to eliminate such delays, but neither book drilled that thought into me

04.01.2025 17:24 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Feedback Control of Computing Systems This is the first practical treatment of the design and application of feedback control of computing systems. MATLAB files for the solution of problems and case studies accompany the text throughout. ...

IIRC I preferred www.amazon.com/Feedback-Con... due to the treatment of systems with delays (which are common...)

Janert is like Z-transform is hard and out of scope, whereas
Hellerstein is like Z-transform is hard but 1st order approximation isn't and usually works sufficiently, here's an example

04.01.2025 17:22 ๐Ÿ‘ 4 ๐Ÿ” 0 ๐Ÿ’ฌ 2 ๐Ÿ“Œ 0
DocDB storage layer Learn about the persistent storage layer of DocDB.

Yugabyte uses docdb, a rocksdb fork. docs.yugabyte.com/preview/arch...

Facebook, iiuc, uses MyRocks, a rocksdb based storage engine for MySQL. engineering.fb.com/2016/08/31/c...

16.12.2024 13:42 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0