Questions tagged [rockmongo]
4 questions
2
votes
2 answers
How to display query result in rockmongo by using execute method
I executed a command in mongo.exe
> db.tablebusiness.find({"_id": "the-simmons-paradise__41.85_-87.88"});
I got results:
Now I try similar command in rockmongo.
If I execute
db.tablebusiness.find(
{"_id": "the-simmons-paradise__41.85_-87.88"}
…
user4951
- 1,355
- 5
- 20
- 39
2
votes
1 answer
How to add spatial indexes through rockmongo
In rockmongo we got fields for the field name and whether we should sort by ascending or descending.
How to add spatial indexes then?
user4951
- 1,355
- 5
- 20
- 39
2
votes
1 answer
Mongo Storage Engine from mmap to wiredTiger
We have a mongo(v3.0.3) database->collections which is in mmap storage engine.
We are trying to change it to wiredtiger
we tried the process below.But we still see the same old storage…
user3392695
- 21
- 2
1
vote
3 answers
Where can I get this nice phpMyadmin features for mongodb
In phpmyadmin
Say I browse a table, or do anything.
I will be told the actual sql command that I should run to execute the query.
Say I want to do a query and then I want to do something else similar. I can just run some query. Copy the SQL command,…
user4951
- 1,355
- 5
- 20
- 39