Weekly Issue 2023-04-16

Original link: https://zdyxry.github.io/2023/04/16/Weekly-Issue-2023-04-16/

Article link to title Technical link to title Database Architects: The Great CPU Stagnation
The rapid growth of [[CPU]] performance has disappeared. The author compared Cores/$, (Cores*GHz * IPC)/$ and B transistors/$ to verify that the development speed has been slow in the past 5 years.
Personal network disk experience Do you really have so many things to store? I feel that what I need daily is more for backup scenarios, and I don’t need a NAS that can read and write at any time.
CodePilot | Synchronization Patterns in Go
Some ways to implement synchronization mechanism in [[Golang]], Mutex, Semaphore, Channel.
David Klee – vNUMA and You – YouTube
Reasonable configuration [[vNUMA]] to ensure that the application can run better, the premise is that you clearly know how much computing resources your application needs.
Practical Web API Specification | Log4D
[[API]] design specification. I have seen the design specifications of some companies before, but it is difficult to actually implement them.
Programmers who don’t want to be writers can’t write Redis | Programmer’s Meow
[[redis]] Some stories by the author.
A complex system that works well often evolves from a simple design, while a complex system designed from the beginning often does not work, and usually cannot be solved by patching
Uptime Guarantees — A Pragmatic Perspective
What level of [[SLA]] should one aspire to? In theory, the higher the better, but in fact, considering the cost, it may be the best for the product. You need to evaluate the direct loss caused by the downtime to determine the time you can tolerate. 99.99% vs. 99.5% requires effort , The cost is much more. Sometimes failures may not be related to technical implementation, but may be related to operations.
Practical example: The number of failures in Github Action Q1 has reached 55, but it does not affect everyone’s continuous use of it. It may cause complaints, but the actual loss caused may not be accurately evaluated.

This article is transferred from: https://zdyxry.github.io/2023/04/16/Weekly-Issue-2023-04-16/
This site is only for collection, and the copyright belongs to the original author.