JSON 文檔分布式數據庫,RethinkDB 2.1.3 發布
RethinkDB 設計用來存儲 JSON 文檔的分布式數據庫,可通過簡單操作實現多機分布式存儲。支持表的聯合和分組查詢。
更新內容如下:
兼容性
-
RethinkDB 2.1.3 servers cannot be mixed with servers running RethinkDB 2.1.1 or earlier in the same cluster
</li> </ul>Bug 修復
-
Fixed a data corruption bug in the b-tree implementation (#4769)
</li> -
Fixed the
</li>ssl
option in the JavaScript driver (#4786) -
Made the Ruby driver compatible with Ruby on Rails 3.2 (#4753)
</li> -
Added the
</li>backports.ssl_match_hostname
library to the Python driver package (#4683) -
Changed the update check to use an encrypted https connection (#3988, #4643)
</li> -
Fixed access to
</li>https
sources inr.http
on OS X (#3112) -
Fixed an
</li>Unexpected exception
error (#4758) -
Fixed a
</li>Guarantee failed: [pair.second]
crash that could occur during resharding (#4774) -
Fixed a bug that caused some queries to not report an error when interrupted (#4762)
</li> -
Added a new
</li>"_debug_recommit"
recovery option toemergency_repair
(#4720) -
Made error reporting in the Python driver compatible with
</li>celery
andnose
(#4764) -
Changed the handling of outdated indexes from RethinkDB 1.13 during an import to no longer terminate the server (#4766)
</li> </ul>性能提升
-
Improved the latency when reading from a system table in
</li>r.db('rethinkdb')
while the server is under load (#4773) -
Improved the parallelism of JSON encoding on the server to utilize multiple CPU cores
</li> -
Refactored JSON decoding in the Python driver to allow the use of custom JSON parsers and to speed up pseudo type conversion (#4585)
</li> -
Improved the prefetching logic in the Python driver to increase the throughput of cursors
</li> -
Changed the Python driver to use a more efficient data structure to store cursor results (#4782)
</li> </ul>下載:https://github.com/rethinkdb/rethinkdb/archive/v2.1.3.zip
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!
-
-