RavenDB 2.5 新特性簡介
RavenDB是一個在.NET下的文檔型數據庫,它具有高擴展性,支持MapReduce,提供RESTful的接口。同時它又支持ACID的事務。
RavenDB允許你快速而高效地構建高性能、低延遲的應用程序。
以下是RavenDB 2.5 新特性:
- Dynamic Reporting
- Result Transformers
- Scripted Index Results
- Create new document from existing ones using the Patch API
- Spatial Enhancements
- Unbounded Streams support
- Excel integration CSV endpoint
- MSI Installer
- Use Northwind for sample data
Indexing:
- Index directly to memory
- Query optimizer can expand indexes
- Idle indexes & index priorities
- Allow to lock indexes
Improvements:
- Better pre fetching algorithms for reducing IO times
- SQL Replication is more robust, and performs significantly faster
- DTC performance improvement
- Better adherence to the DTC protocol
- Will refresh the index writer every now and then, avoiding high memory costs for active indexes
- An error in bulk insert would report immediately, instead of waiting for the process to complete
- Removed db write lock and enabled completely concurrent writes
Studio:
- Consolidated Documents & Collections screen
- Easier settings management
- Streamlined the UI
- Validate replication information from the studio
- Can now look at a sample document while editing an index
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!