<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[洲聚APaaS]]></title><description><![CDATA[洲聚APaaS]]></description><link>http://bbs.zhoujusoft.com/category/7</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 18:31:16 GMT</lastBuildDate><atom:link href="http://bbs.zhoujusoft.com/category/7.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 31 Mar 2026 08:03:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Mongoshell安装]]></title><description><![CDATA[<p dir="auto">mongoDB6没有mong.exe和mongdb.exe,要想通过命令行启动mongoDB需要自己下载一个Mongoshell,下载地址 <a href="https://www.mongodb.com/try/download/shell" rel="nofollow ugc">https://www.mongodb.com/try/download/shell</a></p>
<p dir="auto">下载速度慢<br />
当mongodb内文件过多以后，需要创建索引来增加下载速度</p>
<pre><code>
docker exec -it 容器id bash
show dbs
use S2Cloud00000000 
db.fs.chunks.createIndex( { files_id: 1, n: 1 }, { unique: true } );


</code></pre>
]]></description><link>http://bbs.zhoujusoft.com/topic/27/mongoshell安装</link><guid isPermaLink="true">http://bbs.zhoujusoft.com/topic/27/mongoshell安装</guid><dc:creator><![CDATA[admin]]></dc:creator><pubDate>Tue, 31 Mar 2026 08:03:18 GMT</pubDate></item></channel></rss>