I just want to knit is how we all feel. Probably very unlikely that you think, oh, I want to figure out the shaping, or solve to issues.| Jill Wolcott Knits
PostgreSQL “extensions” are a big part of what makes this database special. The developers building the core Postgres database are amazing. But many people don’t realize just how much of a “data platform” Postgres is (borrowing this phrase from something Craig Kerstiens recently posted online) and just how decentralized the development is for PostgreSQL’s capabilities. … Continue reading →| Ardent Performance Computing
Russell published an interesting post about his first experience with Firebuild accelerating refpolicy‘s and the Linux kernel‘s build. It turned out a few small tweaks could accelerate the builds even more, crossing the 10 second barrier with Linux’s build. Build performance with 18 cores The Linux kernel’s build time is a widely used benchmark for […]| Obsessed with reality
TL;DR: Just prefix your build command (or any command) with firebuild: firebuild <build command> OK, but how does it work? Firebuild intercepts all processes started by the command to cache their outputs. Next time when the command or any of its descendant commands is executed with the same parameters, inputs and environment, the outputs are […]| Obsessed with reality
Personal website and blog of Felix Krause| Felix Krause
Personal website and blog of Felix Krause| Felix Krause
You can cut-and-paste the following commands to quickly get a new & clean dev environment for working with PostgreSQL source code. This includes Michael Paquier’s powerful script kit for …| Ardent Performance Computing