Remove Cache Remove Code Remove Course Remove Efficiency
article thumbnail

Sustainable IT: Optimize your hybrid-cloud carbon footprint

Dynatrace

Evaluating these on three levels—data center, host, and application architecture (plus code)—is helpful. Most approaches focus on improving Power Usage Effectiveness (PUE), a data center energy-efficiency measure. energy-efficient data centers—cloud providers—achieve values closer to 1.2. A PUE of 1.0

Cloud 205
article thumbnail

Managing the Dynatrace API across multiple thousand environments

Dynatrace

To do that, we need an easy and efficient API access to all of our Dynatrace Environments, without having to create and maintain API access tokens of individual tenants. TenantCache: a cache to store tenant information and API token information and semi-permanent data to avoid unnecessary roundtrips. ? Consolidating the APIs.

Cache 234
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

Fundamentals of Table Expressions, Part 12 – Inline Table-Valued Functions

SQL Performance

I also compare them with stored procedures, mainly focusing on differences in terms of default optimization strategy, and plan caching and reuse behavior. Before implementing the function itself, here’s code to create a supporting index on the Sales.Orders table: USE TSQLV5 ; GO. CREATE INDEX idx_nc_cid_odD_oidD_i_eid ON Sales.

Cache 144
article thumbnail

Seamlessly Swapping the API backend of the Netflix Android app

The Netflix TechBlog

On the Android team, while most of our time is spent working on the app, we are also responsible for maintaining this backend that our app communicates with, and its orchestration code. Over the course of this post, we will talk about our approach to this migration, the strategies that we employed, and the tools we built to support this.

Latency 233
article thumbnail

A MyRocks Use Case

Percona

Although MyRocks is very efficient for writes, I chose a more generic workload that will provide a different MyRocks use case. If you wonder what is the difference between MyRocks and RocksDB, consider MyRocks as the piece of code, or the glue, that allows MySQL to store data in RocksDB. InnoDB and MyRocks dataset sizes.

Storage 56
article thumbnail

A New Pattern For The Jamstack: Segmented Rendering

Smashing Magazine

If anything makes the JavaScript code fail, the paid user won’t have their dose of fun and might get angry. However, it’s not energy-efficient to render the article for each and every request. The “stale-while-revalidate” cache control strategy can reduce the TTFB issue by serving a cached version of the page until it’s updated.

Cache 114
article thumbnail

From AVIF to WebP: A New Smashing Book By Addy Osmani

Smashing Magazine

To be effective, all these images need to be carefully orchestrated to appear on the screen fast — but as it turns out, loading images efficiently at scale isn’t a project for a quiet afternoon. DRM-free, of course. Keeping this efficient helps ensure a good user experience. DRM-free, of course. Let’s figure it all out.

Media 105