Share your ideas with us
712 results found
-
PostgresSQL Array Export
Will you be adding the ability to export mongo arrays to postgreSQL arrays or columns with JSON data?
1 vote -
Add a report generating feature to the "Show DB statistics" menu item
Currently, we can view some statistics of the DB and the Collections, but it would be great if we could export what is shown as a report.
Also, it would be nice to be able to select multiple databases and collections to generate the report off of them.1 vote -
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 -
Add Support for Other NoSQL Products
Would like to it support other NoSQL vendors, such as, MarkLogic, Couchbase, and Neo4j
1 vote -
Confirmation when closing MongoChef
When you have an Intellishell window open or multiple windows open, please ask the user if they are sure they want to close the application without saving or closing an Intellishell tab without saving. it's too easy accidentally close a tab.
1 vote -
Native Windows Desktop App
The JVM consumes a lot of CPU and RAM please do compile for a native app.
1 vote -
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 -
Change the default Sort Order on Exporting to Natural instead of Alphabetical
As far as I know most uses for exporting would require the id as the first column, currently with the default sort as alphabetical it is always last.
Using Natural as the default Sort Order would also feel more intuitive as the export would match what you see in the client.
1 vote -
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 -
SQL Editor - Parse Pointers
We are using (and I suspect several of your users are too) a self-hosted Parse server and Mongodb instance. The pointer columns are currently not being handled in 3T. Is there a way to join when working with Pointer columns?
1 vote -
Result window font
It will be useful to change font parameters for the Results Window.
10 votes -
Add option to specify write concern
Imagine you have a geographically distributed replica set with possibly bad connection between nodes. You want to import huge amount of data (around hundred of GBs), which is significantly larger than oplog size. If secondary members can't keep up replicating, they eventually become too stale and transit to RECOVERY mode, requiring manual intervention (initial sync or copying all the data).
If there was an option to specify write concern in the connection wizard (or, alternatively in the import wizard), I would specify it to the number of members of my replica set. That would ensure that the import goes at…
1 vote -
Ability to group databases into folders like dev/uat/prod/private
Provide ability to group databases into folders. similar way as tortoiseHG workbench does. I can create folders like DEV, UAT, PROD or PRIVATE and drag and drop my database there.
9 votes -
High-DPI for Linux
I have a 4K monitor and develop in Linux, so all of the text is very small. It would be nice to have High-DPI support for Linux, thanks!
2 votesHi Luis, apologies for this, however we can’t fix this because of platform limitations.
-
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 -
Query Based Export to SQL
Update the Export Collection function to allow an export based on a query instead of the entire collection. In our case, exporting a large collection to SQL can take many hours when we are only interested in a small subset of data.
1 vote -
bulk export from bookmarks
I often have to export specific data from a number of different collections.
It would be really helpful if i could just select a number of bookmarks and export from the queries all at onceIt would also be much more useful if the sort order was based off the query(Natural) instead of defaulting to alphabetical
1 vote -
3T SQL: Query on UUID
Our collections are keyed by _id(Binary - .NET UUID)
Ability to filter on this field via SQL WHERE clause.
1 vote -
Add support for basic SQL group by operations and joins in the SQL Console
I know that you are currently working on expanding the SQL support but if it had the ability to support count(*) and GROUP BY being translated into Aggregation Framework commands and support for joins via $lookup in the new SQL console support in 5.3 it would totally rule.
4 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
- Don't see your idea?