Urgent.News

What's breaking now, across thousands of outlets.

Tech

We spent thirteen weeks about to buy a bigger database

Our service dashboard had a panel called database time, and for thirteen weeks it showed a p99 of about nine hundred milliseconds at peak. We tuned queries, added two indexes, rewrote a join, and none of it moved the line. There was a quote on my desk for an instance upgrade at two thousand four hundred pounds a month and I was a day or two from approving it. What stopped me was a number that…

The article discusses a case of misattributed database performance issues at a company that spent thirteen weeks attempting to improve query times. Despite various optimizations, including adding indexes and rewriting joins, the p99 database time remained at nine hundred milliseconds. The issue stemmed from the instrumentation, which was incorrectly attributing connection wait times to database query duration.

The root cause was traced back to a single endpoint that opened a transaction, called an HTTP rendering service, and held onto the connection for up to eight seconds while waiting for a PDF. This accounted for forty calls per minute, significantly impacting the perceived performance of other queries. The solution involved refactoring the instrumentation to separate connection acquisition and query execution into distinct spans, providing a clearer picture of the system's performance.

Brief written by urgent.news from Dev.to's own syndicated text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Cross-Chain Bridge Risk Assessment: Gauntlet

Cross-Chain Bridge Risk Assessment: Gauntlet Target Protocol : Gauntlet (TVL: $1630.6M) Cross‑Chain Bridge Risk Assessment – Gauntlet TVL: ≈ $1.63 B (Ethereum + L2s) Date: 24 Sep 2026 Prepared by…

  • Gauntlet bridge moved $1.63B between Ethereum and Layer-2 networks
  • Three high-severity smart contract vulnerabilities found
  • Risk score of 7.4/10 indicates moderate-to-high systemic risk

Leaked GitHub app keys retain live access

Hundreds of GitHub App private keys exposed in public code remain valid, allowing authentication to GitHub and, in some cases, access to private repositories and organisation-level controls, security…

  • 474 GitHub App keys (10%) successfully authenticated against GitHub’s API.
  • Many keys remain usable until manually revoked, affecting major organizations like the CDC.

More from Thursday 24 September →