article thumbnail

The Amazing Evolution of In-Memory Computing

ScaleOut Software

Software platforms for distributed caching, such as ScaleOut StateServer ®, which was introduced in 2005, hide internal mechanisms for cluster membership, throughput scaling, and high availability to take full advantage of the cluster’s scalable memory without adding complexity to applications.

article thumbnail

The Amazing Evolution of In-Memory Computing

ScaleOut Software

Software platforms for distributed caching, such as ScaleOut StateServer ®, which was introduced in 2005, hide internal mechanisms for cluster membership, throughput scaling, and high availability to take full advantage of the cluster’s scalable memory without adding complexity to applications.

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

Does SQL Server 2016 Require Trace Flag -T8048?

SQL Server According to Bob

Keep in mind that the vast majority of CMemThread objects (SQL 2005, 2008, 2008 R2, 2012, 2014, Azure DB and 2016) are not partitioned. The three types of CMemThread partitioning and associated details are described in my previous post: [link]. A few are partitioned by NUMA node and fewer by CPU during their creation.

Servers 40
article thumbnail

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

SQL Server According to Bob

This effort resulted in: · Changes to the SQL Server Engine · Changes to the SQL Server Linux Host Extension · Validation with the Windows Storage team · Validation with Windows Hyper-V team · Validation with Windows Azure Storage team · Conversations with Red Hat, HP, SUSE and Intel · Changes in the Linux file system. O_NONBLOCK.

Servers 90
article thumbnail

Fundamentals of table expressions, Part 5 – CTEs, logical considerations

SQL Performance

You can find it in the documentation of Microsoft SQL Server and Azure SQL Database. T-SQL supports it starting with SQL Server 2005. So it could be that the term originated in one of the database products and later adopted by some of the other database vendors. It uses the term with list element to represent what T-SQL calls a CTE.

C++ 140