MongoDB 3.0.9 發布
MongoDB 3.0.9 發布,更新如下:
Fixed issue where queries which specify sort and batch size can return results out of order if documents are concurrently updated.SERVER-19996
Fixed performance issue where large amounts of create and drop collections can cause listDatabases to be slow under WiredTiger.SERVER-20961
Modified the authentication failure message to include the client IP address. SERVER-22054
下載地址:
https://www.mongodb.org/dl/win32/x86_64-2008plus-ssl
MongoDB是一個介于關系數據庫和非關系數據庫之間的產品,是非關系數據庫當中功能最豐富,最像關系數據庫的。他支持的數據結構非常松散,是類 似json的bjson格式,因此可以存儲比較復雜的數據類型。Mongo最大的特點是他支持的查詢語言非常強大,其語法有點類似于面向對象的查詢語言, 幾乎可以實現類似關系數據庫單表查詢的絕大部分功能,而且還支持對數據建立索引。
來自: http://www.oschina.net//news/70231/mongodb-3-0-9
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!