SQL Server Internals: In-Memory Oltp
            
暫譯: SQL Server 內部原理:記憶體內聯交易處理
        
        Kalen Delaney
- 出版商: Red gate books
- 出版日期: 2014-10-10
- 售價: $1,270
- 貴賓價: 9.5 折 $1,207
- 語言: 英文
- 頁數: 218
- 裝訂: Paperback
- ISBN: 1910035033
- ISBN-13: 9781910035030
- 
    相關分類:
    
      SQL
 
海外代購書籍(需單獨結帳)
買這商品的人也買了...
- 
                
                   深入淺出 Java 程式設計, 2/e (Head First Java, 2/e) 深入淺出 Java 程式設計, 2/e (Head First Java, 2/e)$880$695
- 
                
                   C++ Primer, 4/e (中文版) C++ Primer, 4/e (中文版)$990$891
- 
                
                   電子學實習 (下) 電子學實習 (下)$390$382
- 
                
                   $534利用 Python 進行數據分析 (Python for Data Analysis) $534利用 Python 進行數據分析 (Python for Data Analysis)
- 
                
                   It's Django -- 用 Python 迅速打造 Web 應用 It's Django -- 用 Python 迅速打造 Web 應用$400$340
- 
                
                   Creo 超強電腦繪圖與絕佳設計表現 (適用Creo 3.0/2.0/1.0) Creo 超強電腦繪圖與絕佳設計表現 (適用Creo 3.0/2.0/1.0)$450$356
- 
                
                   精通 Python|運用簡單的套件進行現代運算 (Introducing Python: Modern Computing in Simple Packages) 精通 Python|運用簡單的套件進行現代運算 (Introducing Python: Modern Computing in Simple Packages)$780$616
- 
                
                   科學運算 : Python程式理論與應用 科學運算 : Python程式理論與應用$860$731
- 
                
                   $202深度學習:方法及應用 $202深度學習:方法及應用
- 
                
                   VMware vSphere 最佳化效能調校 (vSphere High Performance Cookbook) VMware vSphere 最佳化效能調校 (vSphere High Performance Cookbook)$350$273
- 
                
                   使用者故事對照 (User Story Mapping: Discover the Whole Story, Build the Right Product) 使用者故事對照 (User Story Mapping: Discover the Whole Story, Build the Right Product)$580$458
- 
                
                   快快樂樂學威力導演14 - 影片/MV剪輯活用情報特蒐 快快樂樂學威力導演14 - 影片/MV剪輯活用情報特蒐$360$284
- 
                
                   Python 程式設計實務-從初學到活用 Python 開發技巧的16堂課 Python 程式設計實務-從初學到活用 Python 開發技巧的16堂課$560$437
- 
                
                   百億次的使用經驗 : 網路運維管理極精華250篇--終極版 百億次的使用經驗 : 網路運維管理極精華250篇--終極版$720$612
- 
                
                   Linux Shell 程式設計實力養成:225個實務關鍵技巧徹底詳解, 2/e Linux Shell 程式設計實力養成:225個實務關鍵技巧徹底詳解, 2/e$490$382
- 
                
                   改變未來 20年最重要的 20個視覺機器學習理論深讀 改變未來 20年最重要的 20個視覺機器學習理論深讀$490$417
- 
                
                   $354寫給大家看的算法書 $354寫給大家看的算法書
- 
                
                   網路鑑證學習手冊:封包分析x日誌調查x惡意程式檢測 網路鑑證學習手冊:封包分析x日誌調查x惡意程式檢測$380$300
- 
                
                   最新 Java 8 程式語言, 4/e 最新 Java 8 程式語言, 4/e$650$553
- 
                
                   CSS: The Missing Manual, 4/e (國際中文版) CSS: The Missing Manual, 4/e (國際中文版)$680$537
- 
                
                   Python 科學計算, 2/e Python 科學計算, 2/e$708$673
- 
                
                   打下好基礎-程式設計必修的數學思維與邏輯訓練 打下好基礎-程式設計必修的數學思維與邏輯訓練$450$383
- 
                
                   UX策略|設計讓人夢寐以求的創新數位產品 (UX Strategy: How to Devise Innovative Digital Products that People Want) UX策略|設計讓人夢寐以求的創新數位產品 (UX Strategy: How to Devise Innovative Digital Products that People Want)$480$379
- 
                
                   打動人心的產品設計|頂尖設計師打造成功產品的黃金法則 (Designing Products People Love: How Great Designers Create Successful Products) 打動人心的產品設計|頂尖設計師打造成功產品的黃金法則 (Designing Products People Love: How Great Designers Create Successful Products)$580$458
- 
                
                   寫給 PM、RD 與設計師看的設計需求分析─使用者想要的應用程式都是這樣打造出來的 (Designing the Requirements: Building Applications that the User Wants and Needs) 寫給 PM、RD 與設計師看的設計需求分析─使用者想要的應用程式都是這樣打造出來的 (Designing the Requirements: Building Applications that the User Wants and Needs)$580$458
商品描述
      The SQL Server 2014 In-Memory OLTP engine (a.k.a. Hekaton) is designed from the ground up to exploit terabytes of available memory and high numbers of processing cores. It allows us to work with memory-optimized tables and indexes, and natively compiled stored procedures, in addition to the disk-based tables and indexes, and T-SQL stored procedures, that SQL Server has always provided.  Hekaton in-memory data is accessible, transparently, using familiar interfaces such as T-SQL and SSMS, but Hekaton's internal behavior and capabilities are very different than those of the standard relational engine. Everything you knew about how your SQL Server stores and accesses data is different in Hekaton. Everything you understood about how multiple concurrent processes are handled needs to be reconsidered.  In this book, Kalen Delaney explains how the new In-Memory OLTP engine works, how it stores and manipulates data, and how, even with all data stored in memory and no locking or latching, it can still guarantee the ACID properties of all transactions. Kalen has been working with SQL Server since 1987, specializing in query performance tuning and SQL Server internals. The Hekaton internals knowledge she provides in this book will help you migrate existing tables or databases to Hekaton, and get faster performance from your SQL Server applications than you ever thought possible.
    
      商品描述(中文翻譯)
SQL Server 2014 的內存 OLTP 引擎(又稱 Hekaton)是從零開始設計的,旨在利用可用的數TB內存和大量的處理核心。它允許我們使用內存優化的表和索引,以及原生編譯的存儲過程,除了 SQL Server 一直提供的基於磁碟的表和索引,以及 T-SQL 存儲過程之外。Hekaton 的內存數據可以通過熟悉的介面,如 T-SQL 和 SSMS,透明地訪問,但 Hekaton 的內部行為和能力與標準關聯引擎非常不同。你對 SQL Server 如何存儲和訪問數據的所有認知在 Hekaton 中都是不同的。你對多個並發過程如何處理的理解需要重新考慮。在這本書中,Kalen Delaney 解釋了新的內存 OLTP 引擎是如何工作的,它如何存儲和操作數據,以及即使所有數據都存儲在內存中且沒有鎖定或鎖存,它仍然如何保證所有事務的 ACID 屬性。Kalen 自 1987 年以來一直在使用 SQL Server,專注於查詢性能調優和 SQL Server 內部結構。她在這本書中提供的 Hekaton 內部知識將幫助你將現有的表或數據庫遷移到 Hekaton,並從你的 SQL Server 應用程序中獲得比你想像中更快的性能。

 
     
     
     
     
     
     
     
     
    
 
     
     
    