Share your ideas with us
720 results found
-
Result window font
It will be useful to change font parameters for the Results Window.
10 votes -
Option to disable the Save dialog
I would be nice if users can disable the Save changes dialog for IntelliShell. I mainly use it for customize filtering and count checking, and rarely do I save the contents to a file.
4 votes -
Add a possibility to copy "schema" only (without data)
I often have the following scenario where I need a copy of a database (all collections, indices, etc) but without any data.
Is it possible to add a feature where only schema is copied rather than schema + data?
2 votes -
Size of current results
At the bottom right, it shows the number of documents returned by the current query. It would be nice to also see how many kilobytes/megabytes of space the documents from the current query use.
1 vote -
Add support for SQL Server Windows authentication
The app currently only allows SQL Server authentication with a dedicated user. Please allow Windows authentication too (Windows only feature).
Also, please consider auto-discovery of SQL Server instances. A localhost instance running on "dynamic ports" cannot be connected to.
1 vote -
Add Line:Column indicator in IntelliShell
This way when you get "Error at line 1, position 69: <missing ')'>."
then you know where to go.2 votes -
Shift tab in script editor should shift line left
When editing scripts in intellishell, formatting is tricky,
so iy will be usefull of you can "shift-tab" on a line which should move the whole line one tab left, and "shift-tab" on a selected block should move the whole block one tab to the left.
At the moment, shift-tab acts as a tab.First price, if you can bring the formatting style of Visual code to the editor it would be even better.
It is afterall, just javascript.4 votes -
Collection-specific view
Currently there's an option to bookmark specific query, which when selected will re-fill Query, Projection, Sort, etc. fields with previously saved values.
It is a lot better than nothing, however it has several problems/limitations:
- When you have multiple bookmarks for multiple collections it can become visually cluttered very quickly;
- Same query can be applied to multiple collections, which isn't the use case most of the time;
- Upon selecting bookmarked query an extra click on "Run" button is required;Understanding that current functionality has its usage cases as-is, I'd like to suggest adding collection-specific views.
They would act…4 votes -
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
- Don't see your idea?