MongoDB r3.3.6 发布

jopen 8年前
   <p style="text-align: center;"><img alt="" src="https://simg.open-open.com/show/1774016ff00f68e376cb342af349c25f.jpg" /></p>    <p>   MongoDB是一个介于关系数据库和非关系数据库之间的产品,是非关系数据库当中功能最丰富,最像关系数据库的。他支持的数据结构非常松散,是类 似json的bjson格式,因此可以存储比较复杂的数据类型。Mongo最大的特点是他支持的查询语言非常强大,其语法有点类似于面向对象的查询语言, 几乎可以实现类似关系数据库单表查询的绝大部分功能,而且还支持对数据建立索引。</p>    <p>它的特点是高性能、易部署、易使用,存储数据非常方便。主要功能特性有:</p>    <ul>     <li>面向集合存储,易存储对象类型的数据。</li>     <li>模式自由。</li>     <li>支持动态查询。</li>     <li>支持完全索引,包含内部对象。</li>     <li>支持查询。</li>     <li>支持复制和故障恢复。</li>     <li>使用高效的二进制数据存储,包括大型对象(如视频等)。</li>     <li>自动处理碎片,以支持云计算层次的扩展性</li>     <li>支持RUBY,PYTHON,JAVA,C++,PHP等多种语言。</li>     <li>文件存储格式为BSON(一种JSON的扩展)</li>     <li>可通过网络访问 </li>    </ul>    <h2>更新日志</h2>    <table>     <thead>      <tr>       <th>Key</th>       <th>Summary</th>       <th>Updated</th>      </tr>     </thead>     <tbody>      <tr>       <td><img alt="MongoDB r3.3.6 发布" src="https://simg.open-open.com/show/29943352654e60b69b39f7964a193a98.png" width="16" height="16" /> <a href="/misc/goto?guid=4958990387031022901">SERVER-24117</a></td>       <td>Mongo binaries ELF stack has become executable</td>       <td>16/May/16</td>      </tr>      <tr>       <td><img alt="MongoDB r3.3.6 发布" src="https://simg.open-open.com/show/29943352654e60b69b39f7964a193a98.png" width="16" height="16" /> <a href="/misc/goto?guid=4958990387124453675">SERVER-24098</a></td>       <td>killop.js should sleep between loop iterations</td>       <td>16/May/16</td>      </tr>      <tr>       <td><img alt="MongoDB r3.3.6 发布" src="https://simg.open-open.com/show/ff8cdef0d73a644661a752381e49ab58.png" width="16" height="16" /> <a href="/misc/goto?guid=4958990387220603559">SERVER-21841</a></td>       <td>Add mode to resmoke.py to list under what suites a test runs</td>       <td>16/May/16</td>      </tr>     </tbody>    </table>    <p> </p>    <h2>下载地址</h2>    <ul>     <li><a href="/misc/goto?guid=4958990387314223319" rel="nofollow"><strong>Source code</strong> (zip)</a></li>     <li><a href="/misc/goto?guid=4958990387405238336" rel="nofollow"><strong>Source code</strong> (tar.gz)</a></li>    </ul>    <p> </p>