Share your ideas with us
712 results found
-
Support for Apple TouchBar
Support for Apple TouchBar
2 votes -
intellishell - javascript logs
javascript intermediary logs do not get printed until the entire script complete execution. its hard to keep track how far the script got when running long running scripts.
print intermediary logs immediately during execution.
2 votes -
Applicatioin sucks..............
Hangs every time and I don't have any option to get back my codes...
Always restart required :( :(
2 votes -
call a script from another script
allow to query multiple servers and joing results. without mongos configure.
2 votes -
Use fixed width fonts when showing aggregate pipeline and stages
When we are using the aggregate editor, we are shown a tabbed area (Pipline, Stage 1, Stage 2 ...). In each tab, we are shown a 3 column table with headings of "Stage #", "Operator" and "Specification".
In the Specification column, we are shown the JSON that describes our query / aggregation. However ... that specification entry is in a default font that is not fixed width. This makes it difficult to determine relationships if I am using indenting. This suggestions asks for the consideration of using a fixed width font for those "code" areas.
2 votes -
Variables in aggregation pipelines
I have a few aggregations saved that I use for reporting. Sometimes multiple stages use the same dates (in my case, but could be anything) and it would be nice to be able to set a variable so I could save my pipeline with variable placeholders and then when I run the aggregation I don't have to update each instance of a date, I would only need to update the variable declaration.
I could do this with nodeJS but I don't want to have to boot up a server to run a report when Studio3T makes everything else so easy
2 votes -
Improve IntelliShell: Add "Duplicate Line"
⌘ + D Duplicate the current line
(Below the existing one. Many development environments have this feature. It would be nice to have it in 3T)
2 votes -
Changing the IntelliShell Default
I generally use the IntelliShell (as opposed to the Collection view); and I've always wondered why the default just:
db.COLLECTION.find({})
I almost alway end up typing db.COLLECTION.find({}).sort({'_id':-1}). I wish I could have this as a default instead!
2 votes -
Import/Export configure --batchSize
Set batchsize on export form from server to server, or import from json.
The problem is that when you have big documents (over 1MB), default export reaches the 16MB limit and stops.To be more specific, you should set the limit on how many documents should import/export.
Lets say that you have 1000 documents export of 5MB each. You should be able to export 3 documents to another server in order not to reach the 16MB limit.
So the progress should show some like: 3/1000, 6/1000, 9/1000 .... ....
2 votes -
I upgraded from 5.5 to 5.7, but it cannot open the TokuMX v1.5.0-mondodb-2.4.10
Database error (MongoIncompatibleDriverException): Server at 166.111.7.173:30019 reports wire version 0, but this version of the driver requires at least 1 (MongoDB 2.6)
2 votes -
2 votes
-
Support for networkMessageCompressors in connections
Mongo / mongos / mongod support "networkMessageCompressors" since 3.4 and it would be nice to enable support of this option for connections
https://docs.mongodb.com/master/reference/program/mongo/#cmdoption-networkmessagecompressors
Thanks !
2 votes -
Add F2 keyboard shortcut to rename selected collection
Pressing F2 should bring up the rename collection dialog
2 votes -
[Bug] - querying by date in the normal view.
in the query builder view i have this in my query:
{CreatedDate: {$gte: new Date(2017,11,1)}}
No data gets returned, I couldn't figure it out, until I went to the Query Code tab, and this is the raw query:
use qe-metrics;
db.remedyforce_incident.find({
"CreatedDate" : {
"$gte" : ISODate("2017-11-01T05:00:00.000+0000")
}
});you changed month 10 to 11... and seeing that it is not November yet, well, not records. Not sure why you are changing the month.
Thanks
2 votes -
2 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 -
Auto-save IntelliShell Content
I see that there is the ability to save and open a .js file to view in IntelliShell. It would be nice to have S3T automatically save that shell's content for a given database. DataGrip, the IDE for RDBMS, has a similar functionality. As someone recently moving to NoSQL DBs, it's a feature I miss a lot.
Being able to write queries that I might run often and not have to worry about saving/loading a file whenever I connect to that database is great.2 votes -
Auto Export
It would be great to be able to automatically export database queries to various file formats, for example set up a way to export the results of a query weekly (even have a way to generate the file name automatically, such as ddMMyyyy.csv).
2 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 -
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
- Don't see your idea?