Share your ideas with us
712 results found
-
Migrate Empty table structure to mongodb
Migrate Empty table structure to MongoDB:
I have a table without data On the SQL server.
I am doing SQL to MongoDB migration using SQL to MongoDB Migration.
But the tables without data is not creating collections in MongoDB.Please assist in how to migrate those types of tables.
1 vote -
Allow the same two collections to be used multiple times in a Compare/Sync task
I have two compare different sets of documents in the same collections based on different match and filtering criteria. Currently I cannot add the same collection pair multiple times to Compare Sync and apply differetn criteria to each.
1 vote -
Automatic threading of _id to collection
In locally stored collection metadata, a field could be configured to be interpreted as an _id of a document in another collection. That way, when a field with such metadata was selected, the resulting pulldown could contain a 'Jump' entry. Selecting jump would open the target collection in a new tab and find that element. It would make referenced documents much quicker to access.
1 vote -
Allow to choose the Protobuf Deserialization
When data is serialized using Protobuf, then Studio 3T may not be useful to get the values which will be in Binary format. If Protobuf serialization is supported, then it would be great to have one tool supporting multiple serialization techiniques.
1 vote -
why should I use delete and shift delete to remove document and element??
Why not just press delete? how should I know?
1 vote -
Set column width according to data AND title
Currently, double clicking a column border sets the column width to the widest data. If the column title is longer than the data, the text title is clipped.
When double clicking the column border, the width should be set to the widest content, the data OR the column title.
1 vote -
add autosort for collections
90% of the time I want to see what documents were created most recently. I have a "date_created" attribute that I'd like to be able to sort on by default.
Clicking the header in the collection only sorts the documents shown, not all the documents in the collection.
1 vote -
Extended task scheduling
If I want a task to run more than once per day, I have to clone a separate instance of the task for each scheduled run. This is particularly tedious if I want something to run every 10 minutes, 24/7/365.
Would be MUCH better if I had full cron-like control over the task schedules.
1 vote -
Debugging of scripts
Possibility to set breakpoints and debug more complex database scripts in the script editor.
1 vote -
When importing large json files, the error reporting provides a position value for the error which really does not help.
I suggest that at the very least the document number for which the error occurred be provided. Line number or position within document would be very helpful.
1 vote -
Improve editors (aggregation) to mimic most popular code editors in terms of features
Indenting blocks of code at once would be useful.
Special whitespace characters that sneak in via clipboard result in phantom errors. Having a toggle to show markers in place of all whitespace characters would be good. Lots of editors have this feature.
Maybe swapping your editor with a complete third-party (e.g. as in vscode) would be a good idea - if that sounds doable (less maintenance on your part, and you stay up to date in trends).
1 vote -
1 vote
-
parse time when index is created with "Expire After" field
Please, parse "Expire After" field in months, days, hours, minutes and seconds when user being set "Expire After" field.
1 vote -
Compare schema against a "typical" version stored in a file
I have multiple Mongo instances on different hosts that cannot, for security reasons, connect to each other to enable schema compare. Ideally, I'd like to save a "typical" schema description (collection names, indexes, etc) to a file that I could then use to compare against actual Mongo instances.
It would be good to be able to synchronise any changes from the schema / file automatically.
1 vote -
Add a feature to pause long running Operations
When I'm running a long running operation sometimes I have to go home, so I have to abort and start over in the morning. It would be nice to pause, and continue later.
1 vote -
Add unique many<->many support in Mongo->SQL Migration
Can you please add an option to fully normalize a mongodb collection into several SQL tables without PK value repetition?
meaning for example movies collection:
title, country
James Bond 19 [USA,UK,Spain]
Avatar2 [USA]into:
movies:
id, title
0 James Bond 19
1 Avatar 2countries:
id country
0 USA
1 UK
2 Spainmoviecounries
movieid country_id
0 0
0 1
0 , 2
1 , 0- currently migration will create two "USA" values with different country id which is redundant.
1 vote -
Allow to select a primary key in SQL migration -> Mongo
Currently the SQL migration feature populates a default "_id" PK.
I would like to be able to choose my own PK from the migrated columns.1 vote -
Visual Data Modeling Like Hackolade
Would love to see a visual data modeling tool similar to Hackolade with both forward and reverse-engineering capabilities.
1 vote -
Maintain Order of Fields in Table view as per Projection
Hi -
I think it would be good if the ORDER of fields selected in Projection (esp with Query Builder, which allows the order to be changed by dragging) would be reflected in the query results. I see there are open requests to also support this for export. It is very tedious to analyze large documents without this feature.
Thanks
1 vote -
Add ability to just connect with shell
We have a BUNCH of DBs - probably way more than we should if I'm honest - but it causes MongoDB to hang for approximately 3 minutes each time we connect. Usually, I just want to go to a single collection and perform a quick query, but I can't just connect through Studio3T without having the full DB list pulled.
If you guys would allow me to click intellishell though and just prompt me for the cluster right then, that would be amazing.1 vote
- Don't see your idea?