Share your ideas with us
712 results found
-
display equal documents in comparison of collections
To be complete when displaying a comparison of collections, it would be helpful to actually see the EQUAL documents, in addition to source-only, target-only and different documents
2 votes -
AutoSave or continue from last work
Hi,
This is the 3rd time that i work on Aggragation query in mongo, and from some reason my computer resets, next time i open mongo all aggragtion i worked on was deleted.
Is it possible to add auto save or something like this,
I think it's really important.
Thanks
Daniel1 vote -
Image URL rendering in UI
Our company often works with visual data, so when an image URL is stored in a MongoDB, it would be great if we could choose to view that image URL in 3T as a rendered image.
3 votes -
UI Index Statistics
with a query like this
db.Collection.aggregate([ { $indexStats: { } } ])
we can get index statistics. it would be great to have ui with nice display for it .e.g. "last used"
2 votes -
Save Import\Export Mappings
Would be great to save the import\Export layout and re-use for batch import/export. also if the command could be executed in shell so when working remote on the server to execute it in a screen session.
2 votes -
Comparison and Schema Analyzer should ignore order within array
what the title says :) would be costly yet useful when trying to compare collections. We would like to see 'green across the board' instead of yellows due to different array order
2 votes -
maxTimeMS() for every find query
Enable a preference option to concatenate .maxTimeMS("your value") on each find query. To avoid misspelled queries to bring down the database.
18 votes -
The ability to merge a csv file into an existing collection
Here's the use case:
I have a collection that has an _id column.
I populate a csv file with those _id's.
I add columns (or change existing column values) inside the spreadsheet.
I can then 'merge' that csv into an existing collection using the _id as the key - appending (or changing) data to that record - essentially a db.collection.update command.2 votes -
Replicaset and Shard Management
Would be cool to have ability to manage completely RS, creation,add members, remove members, stepDown Primary, change priorities etc. Similar for Sharding...creation, shard key management, members removing, chunk overview, chunk managements.etc etc
10 votes -
Don't block Query field while previous query is running
When you just opening collection view - automatically shows few documents. If this collection sharded (sharding key is not _id) and documents are quite large - this operation may take some time. Meanwhile you could spend time writing your actual query, but now you just wait and then writing your query which may took another half minute or so.
2 votes -
Ability to hide databases
I have a lot of databases in my local server, many of which I need but don't use it regularly.
Can you please provide a way to hide and un-hide databases from the sidebar so that it does not look so crowded all the time?
13 votes -
Allow to edit multiple documents as JSON
When editing a document as JSON (ctrl+J), it is a modal window, and we can't do anything else on mongo while this window is open.
Moving to an another document to make some copy/paste, or view data on other documents while editing the first one will be great.6 votes -
Improve text selection in query input text fields
Currently double clicking a value in the query input field will select not only the value but also any qoutes around it, and the trailing accolade or comma (and - if there - space). This selection issue is also noticable when using CTRL-left / right and such.
You've got it right in the intelliShell, so if that kind of selection could also be applied to these input fields it'd be of great help.
6 votes -
Edit JSON of the nested document
It would helpful for edit JSON only of the selected nested object, not entire document.
I think it may be implemented в by pressing the existing shortcut Ctrl + E — edit Value of the selected field.12 votes -
Add / Update / Remove dialog as Tab instead of Popup
Provide a tab similar to the query, aggregate and map-reduce tab for the Add, Update and Remove dialog. Currently this is only a popup making it harder to rerun or test
15 votes -
Datetime picker for the Date datatype
Finding Date datatype is hard to choose correct value, You should make datetime picker for this datatype. It should be more friendly
17 votes -
Customize fonts in any input and output views
, now it's terrible in high resolution and multiple bytes language.
13 votes -
Charts from data
Integrate into MongoChef or make a new utility for render charts, from the selected data.
41 votes -
Add a menu item to generate an update script in intellishell
When right clicking a collection, would be great to have an option to generate an update script which opens in intellishell or which can be copied to clipboard. This is different to the update dialog and is similar to opening intellishell already.
3 votes -
Ability to add alias to database name
We have a lot of different databases on a cluster.
For security reason and as part of our naming convention databases are a combination of prefix and ID string.
We would like to be able to add an alias to those databases so that the right database can be quickly identified.21 votes
- Don't see your idea?