SQL Server Feature – In Memory OLTP (Online Transaction Processing)
In Memory OLTP (Online Transaction Processing) is a feature in SQL Server that allows you to improve the performance of your transactional workloads by keeping the data and indexes in memory. This feature was introduced in SQL Server 2014 and is based on a new storage engine called the Hekaton engine. There are several benefits […]