-
41 votes
-
Premature optimization: Universally misunderstood
14 votes -
Sidecars on the central lane: impact of network proxies on microservices
5 votes -
POOP - Performance Optimizer Observation Platform
4 votes -
Noticing when an app has servers in different regions
4 votes -
How I made my web pages load 10x faster
16 votes -
Tell me your worst experience with database performance (as a developer)
I’d like your help – and your stories! I’m working on an article with a tentative title of “Tales of the Crypt: Horror stories (about your past) where database performance caused a real problem.”...
I’d like your help – and your stories!
I’m working on an article with a tentative title of “Tales of the Crypt: Horror stories (about your past) where database performance caused a real problem.” It’s meant to be schadenfreude nostalgia, about your late nights coping with a performance issue (with, hopefully, a happy ending of “…and this is what we did to fix it”).
So, what happened? Tell me about it.
I do want to quote you, but we can be oblique about the attribution – especially because sometimes these stories are from a previous employer and do not represent any current affiliation. But I do want the verisimilitude that demonstrates that these tales-of-woe come from real people. As a result, I’m fine with writing, “Kim’s first job was as a mainframe programmer at a hotel chain, where database transactions required tape changes. ‘Yada yada story,’ says Kim, who now is CIO of a Midwest insurance firm.” Real person, but you don’t need to worry about getting anyone to approve your words. (Though if you’re happy with full name, company, and role, I’m even happier; send in a private message if you prefer.)
I used an ancient example above, but I’m hoping for more recent database performance stories. Ideally some of the “here’s how we fixed it” become practical suggestions for developers who are enduring such a situation today.
8 votes -
"Redis and Intel teamed up to find out whether applying more aggressive optimization options would improve overall Redis baseline performance. Our conclusion: Yes! "
3 votes -
Faster hash table probing
4 votes -
How to reduce latency and minimize outages (in web systems)
1 vote -
Fixing stutters in Papers Please on Linux
8 votes -
A practical guide to applying data-oriented design
5 votes -
100% CPU: my fault?
9 votes -
Your CPU may have slowed down on Wednesday
10 votes -
Surprisingly Slow
10 votes -
Linux Syscall User Dispatch close to mainline for better handling of Windows games
5 votes -
New RISC-V CPU claims recordbreaking performance per watt
13 votes -
Google using Core Web Vitals in their search rankings will be a positive change, but developers should be careful not to fixate solely on those three metrics
6 votes -
An introduction to Data Oriented Design with Rust
5 votes -
Hoare’s Rebuttal and Bubble Sort’s Comeback
6 votes -
The cost of JavaScript frameworks
5 votes -
“C is not how the computer works” can lead to inefficient code
11 votes -
How much faster is Redis at storing a blob of JSON compared to PostgreSQL?
6 votes -
Lezer (the parser used in CodeMirror 6)
3 votes -
The Fallacy of Premature Optimization
4 votes -
What are the main considerations/downsides to make before adding an index to a column
I was asked this question in an interview and I said the downsides would be extra disk space used to store it and more disk writes from the database to maintain the index on updates. I asked a...
I was asked this question in an interview and I said the downsides would be extra disk space used to store it and more disk writes from the database to maintain the index on updates. I asked a friend and he said the downsides are space used in memory to store the index as well as the fact that an index could take days to build on a large dataset.
What does everyone here think about this question?
8 votes -
When setting an environment variable gives you a 40x speedup
15 votes -
Clever JavaScript does not mean simple or readable
8 votes -
Accurately measuring layout performance on the web
4 votes -
Intel Publishes Microcode Security Patches, No Benchmarking Or Comparison Allowed!
12 votes -
The Cost of JavaScript in 2018
30 votes -
24-core CPU and I can’t type an email (part one)
13 votes -
Lobotomizing GNOME
9 votes -
A collection of Linux profiling tools and guides
9 votes