article thumbnail

Service Workers can save the environment!

Dean Hume

Without effective caching on the client, the server will see an increase in workload, more CPU usage and ultimately increased latency for the end user. CPU Utilization and Power Consumption (Source: Blackburn 2008). Server Power Consumption (Source: Intel Labs 2008). This is where service workers can make a difference.

Energy 40
article thumbnail

Service Workers can save the environment!

Dean Hume

Without effective caching on the client, the server will see an increase in workload, more CPU usage and ultimately increased latency for the end user. CPU Utilization and Power Consumption (Source: Blackburn 2008). Server Power Consumption (Source: Intel Labs 2008). This is where service workers can make a difference.

Energy 40
Insiders

Sign Up for our Newsletter

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

Trending Sources

article thumbnail

Service Workers can save the environment!

Dean Hume

Without effective caching on the client, the server will see an increase in workload, more CPU usage and ultimately increased latency for the end user. CPU Utilization and Power Consumption (Source: Blackburn 2008). Server Power Consumption (Source: Intel Labs 2008). This is where service workers can make a difference.

Energy 40
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

SQL 2016 – It Just Runs Faster Announcement

SQL Server According to Bob

“SQL Server 2016 running on the same hardware as SQL Server 2014, 2012, 2008, 2008 R2 or 2005 uses fewer resources and executes a wide range of workloads faster. The following table is taken from an ASP.NET, session state cache, stress test. ” – Bob Dorr, Principle Engineer SQL Server Support. .”

article thumbnail

The Lock Escalation Threshold – Part 1

SQL Performance

I happen to be using SQL Server 2019 CU16 but the details I’ll describe haven’t materially changed since partition level lock escalation was added to SQL Server 2008. SET NOCOUNT , XACT_ABORT ON ; -- Prevent plan caching for this procedure. -- See [link]. Notice the lack of a check at 1250 due to the code quirk I mentioned.

article thumbnail

Tuning SQL Server Reporting Services

SQL Performance

SSRS 2008 brought that component into the reporting service module. Caches of report results are stored in the ReportServerTempDB database and I/O performance can become an issue here. To tune for a slow report, that usually means you need to create indexes for that specific report or tune the code within the report.

Tuning 67