Remove 2017 Remove Programming Remove Servers Remove Software Engineering
article thumbnail

SQL Server On Linux: Forced Unit Access (Fua) Internals

SQL Server According to Bob

SQL Server relies on Forced-Unit-Access (Fua) I/O subsystem capabilities to provide data durability, detailed in the following documents: SQL Server 2000 I/O Basic and SQL Server I/O Basics, Chapter 2. Be sure to deploy SQL Server 2017 CU6 or newer for best data durability and performance results. “.

Servers 90
article thumbnail

SQL Server on Linux: An LLDB Debugging Tale

SQL Server According to Bob

When this marker is placed in the program and section header count members, it indicates that section_header[0] holds the actual count values. You can use readelf –l or –S to see the program/section header information as well as dump the PT_LOAD. FEB 1, 2017 UPDATE – CHANGE ACCEPTED.

Servers 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

World’s Top Web Performance Leaders To Watch

Rigor

Rick is a software engineer on the Google Chrome team, “leading an effort to make the web just work for developers.” His keynote address from O’Reilly Fluent 2017, Reflecting on 20 years on the web , is a must-see. The future of HTTP/2 server push. Rick Byers. Rick Byers. Vitaly Friedman. Billy Hoffman.

article thumbnail

Architectural Myopia

ACM Sigarch

Richard Thaler won the 2017 Nobel prize in Economics for his work on Behavioral Economics. It is much more difficult to publish truly risky, revolutionary research due to implicit filters in what gets funded and what makes it past a program committee. However, a similar near term bias exists in academia. Discounting the Past.

article thumbnail

Viewing and Sorting XEvents Efficiently (Code Samples) – XEProfiler

SQL Server According to Bob

How It Works: XEvent Output and Visualization SQL Server Management Studio Provides–“XE Profiler” Use the SSMS XEvent Profiler. Using SQL Server Management Studio (SSMS) and storing the events in a table requires reading the events, streaming to table storage followed by an order by event sequence query. TSQL Sample Session.