Remove 2010 Remove Cache Remove Database Remove Performance
article thumbnail

The Amazon.com 2010 Shareholder Letter Focusses on Technology.

All Things Distributed

The Amazon.com 2010 Shareholder Letter Focusses on Technology. In the 2010 Shareholder Letter Jeff Bezos writes about the unique technologies developed at Amazon.com over the years. To do so, weve leaned heavily on the core principles from the distributed systems and database research communities and invented from there.

article thumbnail

Simple Parameterization and Trivial Plans — Part 2

SQL Performance

Simple parameterization has a number of quirks in this area, which can result in more parameterized plans being cached than expected, or finding different results compared with the unparameterized version. For the time being, let’s look at some examples using the Stack Overflow 2010 database on SQL Server 2019 CU 14. Users AS U.

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

The Performance Inequality Gap, 2021

Alex Russell

Back in 2016, I gave a talk outlining the causes and effects of the terrible performance of web apps built using popular tools on the fastest-growing device segment: low-end to mid-range Android phones. Poor performance has a compound effect on user expectations at an ecosystem level. Live by the link, die by the link.

article thumbnail

Simple Parameterization and Trivial Plans — Part 1

SQL Performance

Both target performance and efficiency for workloads frequently submitting simple statements. This series doesn’t dwell too long on the basics but concentrates on less well-known aspects likely to trip up even the most experienced database professionals. The aim is to reduce compilations by increasing cached plan reuse.

Cache 61
article thumbnail

Simple Parameterization and Trivial Plans — Part 5

SQL Performance

As in previous parts, code examples use the Stack Overflow 2010 database on SQL Server 2019 CU 16 with the following additional nonclustered index: CREATE INDEX [ IX dbo. This could be unsafe in case-sensitive databases. Let’s look at the plan cache: SELECT. Users Reputation ( DisplayName ) ] ON dbo.

Cache 54
article thumbnail

Simple Parameterization and Trivial Plans — Part 3

SQL Performance

Let’s look at some examples using the Stack Overflow 2010 database on SQL Server 2019 CU 14, with database compatibility set to 150. It’s important to remember the plan must be cached. Requesting an estimated plan from SSMS does not cache the plan produced (since SQL Server 2012). Dynamic Management Objects.

Cache 58
article thumbnail

Simple Parameterization and Trivial Plans — Part 4

SQL Performance

Each component is active at a different time during compilation and performs its own parameterization-related tasks using the information available at that time. As in previous parts, most code examples use the Stack Overflow 2010 database on SQL Server 2019 CU 16 with the following additional nonclustered index: CREATE INDEX [ IX dbo.

Cache 55