内容简介:ArangoDB 3.2.6 发布了,此前一周还发布了 3.3 的第二个里程碑版本。ArangoDB 是一个开源的分布式原生多模型数据库。 ArangoDB 3.3 的第二个里程碑版本最值得关注的是全新设计的复制引擎以及热备功能,详细介绍请...
ArangoDB 3.2.6 发布了,此前一周还发布了 3.3 的第二个里程碑版本。ArangoDB 是一个开源的分布式原生多模型数据库。
ArangoDB 3.3 的第二个里程碑版本最值得关注的是全新设计的复制引擎以及热备功能,详细介绍请看发行说明。
ArangoDB 3.2.6 版本主要是 bug 修复,修复如下问题:
* UI: fixed event cleanup in cluster shards view * UI: reduced cluster dashboard api calls * fixed a permission problem that prevented collection contents to be displayed in the web interface * removed posix_fadvise call from RocksDB's PosixSequentialFile::Read(). This is consistent with Facebook PR 2573 (#3505) this fix should improve the performance of the replication with the RocksDB storage engine * allow changing of collection replication factor for existing collections * UI: replicationFactor of a collection is now changeable in a cluster environment * several fixes for the cluster agency * fixed undefined behavior in the RocksDB-based geo index * fixed Foxxmaster failover * purging or removing the Debian/Ubuntu arangodb3 packages now properly stops the arangod instance before actuallying purging or removing
下载地址:https://www.arangodb.com/download-major/
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《ArangoDB 3.2.6/3.3 M2 发布,多模 NoSQL 数据库》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
游戏编程中的人工智能技术
布克兰德 / 吴祖增 / 清华大学出版社 / 2006-5 / 39.0
《游戏编程中的人工智能技术》是人工智能游戏编程的一本指南性读物,介绍在游戏开发中怎样应用遗传算法和人工神经网络来创建电脑游戏中所需要的人工智能。书中包含了许多实用例子,所有例子的完整源码和可执行程序都能在随书附带的光盘上找到。光盘中还有不少其他方面的游戏开发资料和一个赛车游戏演示软件。 《游戏编程中的人工智能技术》适合遗传算法和人工神经网络等人工智能技术的各行业人员,特别是要实际动手做应用开......一起来看看 《游戏编程中的人工智能技术》 这本书的介绍吧!