• 0 Posts
  • 2 Comments
Joined 3 years ago
cake
Cake day: June 9th, 2023

help-circle
  • Totally true, but I’m talking an order of magnitude or two difference…

    A query returning ~100 jira tickets would take about 250-300ms on our old beater running Postgres on busted old SAS drives shared with a bunch of other crap. Seek times were atrocious but not catastrophic. It usually didn’t timeout, and only crashed once in a while.

    Sunning the same search on jira cloud now takes 2-3 seconds, often even more because the page first has to load 20 MB of JavaScript bullshit. Time from clicking a link to seeing information is so long you’ve got enough time to take a sip and put the coffee down.

    Like I get it, distributed systems are hard. And having a multi tenant system as big as they run is probably crazy complicated. But come on, there’s no excuse for that level of consistently bad performance!!