Master-Slave |
|
This application support to manage a Master-Slave server.
Start a master server. Master can be startup by Dos console like:
cd C:\runmongo\bin
Start a slave server. Slave can be startup by Dos console like:
cd C:\runmongo\bin
You must select the ReadPerference and WriteConcern if the server is a slave server. |
|
Replset |
|
This application support to manage a Replset server. If you have a replset consist of 2 server:
cd C:\runmongo\bin
cd C:\runmongo\bin
Create a connnection for shard1 Select the shard1 connection,right click,Init Replset ![]() Now you get a replset with one server. ![]() Select the connection,right click,Replset Manager,and add other server to replset ![]() The connection information of shard1 is modified by system(replset server list is added by system) if every thing is ok,the main gui will look like this. |
|
Disconnect | |
You can disconnect the connection by:
|
Object View |
|
At the left side,there is a treeview to show you the connection(server)
structure.The root node
![]() In most of case, the connection is server Instance. When you click the server treenode,the database ![]() Click the database treenode,the collections ![]() ![]() ![]() You can check the index information by clicking the index information ![]() ![]() If there is some exceptions happen when list the object,Error icon |
|
Data navigation |
|
Your can navigate data by:
|
Server properties |
|
This function will show the propery of selected server.
Some properties will not be shown at some type of connection. |
|
Status | |
This function can help you monitor the status of server.You can sort the data by click the columnheader.
|
|
Shut Down | |
This function will shut down the server.
|
|
Profilling Lever | |
You can set profilling Level for database
This function will create system.profile collection automaticlly! |
|
New Database | |
Create a new database.
|
|
New Collection | |
Create a new Collection.You can create collection with advanced options.
Pay attention to the Usage and Restrictions of Capped Collection |
GEONEAR |
|
When you add a "2d Geospatial Indexes" for a collection,then you can use geoNear function to query the near point to a special location.
![]() |
|
Index Manager |
|
You can watch the all index status of current collection,and delete a index.
You can add a new index. |