Caching Data in SQL Server with In-Memory and JSON
2022TL; DR
Please join me as I explain how to create NoSQL caching engine in SQL Server
Session Details
Caching data is an important concept of successful projects. If your data does not change that much, cache it! Do not try to select same data repeatedly. There are many products can help you with caching. Usually, these products are not free, and you may need to learn a new language or technology to use them.
You can easily create powerful cache system by using JSON and In-Memory tables of SQL Server. Please join me as we create a NoSQL Cache solution by using only SQL Server.
3 things you'll get out of this session
Speakers
Hasan Savran's other proposed sessions for 2026
Azure Cosmos DB for Developers: From Basics to AI - 2026
Azure Cosmos DB Live: C# Edition - 2026
Data modeling strategies in NoSQL databases - 2026
Hold my beer; I know how to fix this with AI! - 2026
How much SQL do you need to know as a developer? - 2026
Hasan Savran's previous sessions
SQL Server vs Azure Cosmos DB
Do you need to move your legacy application to the cloud? or maybe you need to select a database for a new cloud project. This session will help you by comparing the functionalities of Azure SQL and Azure Cosmos DB in detail.
Cost cutting strategies for Azure Cosmos DB
Your Azure Cosmos DB solution's performance and bill depends on partitioning and indexing. Please join me as I share how partitioning and indexing works in Azure Cosmos DB
New SQL Server Features for Developers
This session is for all developers who want to learn about the new Dev features and enhancements of SQL Server 2017 and 2019