Remove 2008 Remove Cache Remove Latency
article thumbnail

Performance Hero: Annie Sullivan

Speed Curve

Of course writes were much less common than reads, so I added a caching layer for reads, and that did the trick. Then in 2008, Google issued a code yellow for application speed, and I was the code yellow lead for Google Docs. But my original version was slow, because I queried the database for every page load.

article thumbnail

Expanding the Cloud – An AWS Region is coming to Hong Kong

All Things Distributed

This enables customers to serve content to their end users with low latency, giving them the best application experience. In 2008, AWS opened a point of presence (PoP) in Hong Kong to enable customers to serve content to their end users with low latency. Since then, AWS has added two more PoPs in Hong Kong, the latest in 2016.

AWS 125
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

USENIX SREcon APAC 2022: Computing Performance: What's on the Horizon

Brendan Gregg

My personal opinion is that I don't see a widespread need for more capacity given horizontal scaling and servers that can already exceed 1 Tbyte of DRAM; bandwidth is also helpful, but I'd be concerned about the increased latency for adding a hop to more memory. Ford, et al., “TCP

article thumbnail

Jamstack CMS: The Past, The Present and The Future

Smashing Magazine

MovableType was one of the first static site generators on the market, although that term wouldn’t become popular until 2008. By the end of 2008, Tom Preston-Werner announces Jekyll — a simple, blog-aware, static site generator. Editing a blog post in MovableType 2.0 released 2002 ( Large preview ). Templates.

Ecommerce 142
article thumbnail

The Surprising Effectiveness of Non-Overlapping, Sensitivity-Based Performance Models

John McCalpin

The presentation discusses a family of simple performance models that I developed over the last 20 years — originally in support of processor and system design at SGI (1996-1999), IBM (1999-2005), and AMD (2006-2008), but more recently in support of system procurements at The Texas Advanced Computing Center (TACC) (2009-present).

article thumbnail

Tuning SQL Server Reporting Services

SQL Performance

SSRS 2008 brought that component into the reporting service module. Disk latency for ReportServer and ReportServerTempDB are very important. Caches of report results are stored in the ReportServerTempDB database and I/O performance can become an issue here. Reporting Services Infrastructure.

Tuning 67
article thumbnail

File systems unfit as distributed storage backends: lessons from ten years of Ceph evolution

The Morning Paper

In 2008, with the emergence of Btrfs, a new implementation was built taking advantage of Btrfs’ transactions, deduplication, checksums, and compression. To avoid any consistency overheads on object writes it writes data directly to raw disk , so there is only one cache flush fora data write. The first implementation (c.

Storage 64