- SQL Server 2017 Administrator's Guide
- Marek Chmel Vladimír Mu?n?
- 269字
- 2021-07-02 21:51:32
Planning memory
Every edition of SQL Server has its limit of maximum consumable memory. It's needed to give SQL Server correctly because SQL Server consumes as much memory as possible. Every request to SQL Server needs memory. When preparing the server for SQL Server installation, we must consider two main memory usages:
- Interpreted queries: This is the traditional approach where SQL Server processes user requests. Data is stored on disk and, when some portion of data is needed by any query, it's cached to a memory area called buffer cache. Buffer cache with many other memory areas like procedure cache, user connections ,and others is a matter of memory limit given by the edition of SQL Server.
- In memory OLTP: In memory OLTP is relatively new SQL Server DE technology that was introduced with SQL Server 2014 Enterprise edition. Later in SQL Server 2016 SP 1, in memory OLTP has ceased to be an enterprise feature and now its memory capacity depends on memory limit determined by certain editions. For example, SQL Server standard edition has maximum memory set to 128 GB and in memory capacity is set to 1/4 of maximum SQL Server memory, which means 32 GB of memory up to the regular limit. In memory area is used for in memory tables--tabular structures for extremely fast access, especially in conjunction with native compiled stored procedures. If any application supposes to use in memory technology, be aware of this extra memory need.
When planning the amount of memory, we must keep in mind any concurrent service or application that will be present on the same server.
推薦閱讀
- 人工智能超越人類
- 網絡服務器架設(Windows Server+Linux Server)
- Google App Inventor
- STM32G4入門與電機控制實戰:基于X-CUBE-MCSDK的無刷直流電機與永磁同步電機控制實現
- STM32嵌入式微控制器快速上手
- Android游戲開發案例與關鍵技術
- 我也能做CTO之程序員職業規劃
- 西門子變頻器技術入門及實踐
- Grome Terrain Modeling with Ogre3D,UDK,and Unity3D
- 突破,Objective-C開發速學手冊
- 在實戰中成長:Windows Forms開發之路
- 從零開始學PHP
- Citrix? XenDesktop? 7 Cookbook
- 智能制造系統及關鍵使能技術
- 伺服與運動控制系統設計