article thumbnail

AWS EC2 Virtualization 2017: Introducing Nitro

Brendan Gregg

Xen AWS 2017 In 2015, AWS launched c4, which used hardware virtualization for EBS volumes. This finally came to storage-optimized instance types in 2017 with the [i3 instance type], which used SR-IOV and the nvme storage driver. With a solution in hand for network performance, the next target was storage. ## 6. 0% performance overhead.

article thumbnail

Transfer Stored Procedures between master databases on SQL Server instances using SSDT 2017

SQL Shack

This is the second article in the series of Migrating SQL Server Objects using SSDT 2017. In this article, we will learn how to copy user stored procedures created in the SQL Server master database. You can […].

Insiders

Sign Up for our Newsletter

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

article thumbnail

Fundamentals of table expressions, Part 7 – CTEs, optimization considerations

SQL Performance

I explained that when SQL Server optimizes a query involving derived tables, it applies transformation rules to the initial tree of logical operators produced by the parser, possibly shifting things around across what were originally table expression boundaries. Substitution/unnesting. Figure 4: Execution plan for Query 4.

C++ 140
article thumbnail

Life of a Netflix Partner Engineer?—?The case of extra 40 ms

The Netflix TechBlog

The mystery begins Towards the end of 2017, I was on a conference call to discuss an issue with the Netflix application on a new set top box. The role of a Partner Engineer at Netflix is to help device manufacturers launch the Netflix application on their devices. aka “Lollipop”.

article thumbnail

Experience SQL Server 2017: Start your journey here

SQL Server According to Bob

Please check out these new resources for SQL Server 2017 and SQL Server on Linux and Docker: Brk2045 upgrade sql server 2017 (on prem, iaa-s and paas) from Bob Ward. Brk2051 sql server on linux and docker from Bob Ward. SQL Server 2017 Release Notes. SQL Server on Linux Release Notes.

Servers 40
article thumbnail

Kubernetes And Kernel Panics

The Netflix TechBlog

When this happens, usually a k8s cloud-controller provided by the cloud vendor will detect that the actual server, in our case an EC2 Instance, has actually gone away, and will in turn delete the k8s node object. Where Do Lost Nodes Come From? Nodes can go away for any reason, especially in “the cloud”. UDP packet?

Hardware 239
article thumbnail

String Aggregation Over the Years in SQL Server

SQL Performance

Since SQL Server 2005, the trick of using FOR XML PATH to denormalize strings and combine them into a single (usually comma-separated) list has been very popular. In the SQL Server 2005 days, I would have offered this solution: SELECT DISTINCT UserID , Bands =. ( 1 Pink Floyd, New Order, The Hip 2 Zamfir, ABBA. FavoriteBands.

Servers 82