About 41,700 results
Open links in new tab
  1. Distributed caching in ASP.NET Core | Microsoft Learn

    Oct 4, 2024 · The Distributed SQL Server Cache implementation (AddDistributedSqlServerCache) allows the distributed cache to use a SQL Server database as its backing store. To create a SQL Server cached item table in a SQL Server instance, you can use the sql-cache tool.

  2. Distributed Caching and Scalability | Microsoft Learn

    Aug 16, 2015 · ASP.NET Cache has a SqlCacheDependency feature (see Figure 3) that allows you to synchronize the cache with a SQL Server 2005/2008 or Oracle 10g R2 or later version database—basically any database that has the .NET CLR built into it. Some of the commercial caches also provide this capability.

  3. Token cache serialization - Microsoft Authentication Library for .NET

    May 20, 2024 · Web apps and web APIs should use a distributed token cache (e.g., Redis, SQL Server, Azure Cosmos DB) in conjunction with a constrained memory cache. Encryption at rest can be optionally configured using ASP.NET Core Data Protection .

  4. Overview of caching in ASP.NET Core | Microsoft Learn

    Distributed Cache. Use a distributed cache to store data when the app is hosted in a cloud or server farm. The cache is shared across the servers that process requests. A client can submit a request that's handled by any server in the group if cached data for the client is available.

  5. AddDistributedSqlServerCache connection not working

    Jan 31, 2024 · Below code is not working with this connection string. Connection string "Server=AZURESQLSERVER.database.windows.net,1433;Database=AZURE_DB;Authentication=Active Directory MSI;" services.AddDistributedSqlServerCache(options => { …

  6. ASP.NET Core 中的分布式缓存 | Microsoft Learn

    Nov 6, 2024 · 分布式 SQL Server 缓存实现 (AddDistributedSqlServerCache) 允许分布式缓存使用 SQL Server 数据库作为其后备存储。 要在 SQL Server 实例中创建 SQL Server 缓存项表,可以使用 sql-cache 工具。

  7. DBCC FREESESSIONCACHE (Transact-SQL) - SQL Server | Microsoft …

    Sep 3, 2024 · DBCC FREESESSIONCACHE flushes the distributed query connection cache used by distributed queries against an instance of SQL Server.

  8. Caching, Refresh, & Replication Monitor performance - SQL Server

    Sep 27, 2024 · Caching reduces the number of queries and calculations required as you view different pages in Replication Monitor and allows monitoring to scale well for multiple users. Cache refresh is handled by a SQL Server Agent job, …

  9. ASP.NET Core 中的分散式快取 | Microsoft Learn

    Nov 6, 2024 · 分散式 SQL Server 快取實作 (AddDistributedSqlServerCache) 可讓分散式快取使用 SQL Server 資料庫作為其備份存放區。 若要在 SQL Server 執行個體中建立 SQL Server 快取項目資料表,您可以使用 sql-cache 工具。 此工具會使用您指定的名稱和架構來建立資料表。

  10. Query Processing Architecture Guide - SQL Server

    The following sections cover how SQL Server processes queries and optimizes query reuse through execution plan caching. Execution modes. The SQL Server Database Engine can process Transact-SQL statements using two distinct processing modes: Row mode execution; Batch mode execution; Row mode execution

Refresh