Sysadmin Tools πŸ‡ΊπŸ‡¦
3.99K subscribers
694 photos
28 videos
302 files
5.15K links
Sysadmin/DevOps tools, news and other interesting things from modern IT world.
Feed https://xn--r1a.website/s/sysadmin_tools
Download Telegram
Sysbench for MySQL 5.6 through 9.5 on a 2-socket, 24-core server

tl;dr
- old bad news - there were many large regressions from 5.6 to 5.7 to 8.0
- new bad news - there are some new regressions after MySQL 8.0


https://smalldatum.blogspot.com/2025/12/sysbench-for-mysql-56-through-95-on-2.html

#mysql #benchmark
AliSQL

AliSQL is Alibaba's MySQL branch, forked from the official MySQL and used extensively in Alibaba Group's production environment. It includes various performance optimizations, stability improvements, and features tailored for large-scale applications


https://github.com/alibaba/AliSQL

#mysql #duckdb #sql
Scaling PostgreSQL to power 800 million ChatGPT users

https://openai.com/index/scaling-postgresql

#postgres #databases #ai
Vind

vind (vCluster in Docker) is a revolutionary way to run Kubernetes clusters directly as Docker containers. Built on top of vCluster, vind combines the power of virtual Kubernetes clusters with the simplicity of Docker, creating isolated Kubernetes environments that are perfect for development, testing, and CI/CD pipelines.


https://github.com/loft-sh/vind

#docker #k8s #kubernetes