You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SlamData-User
Hi,
I'm trying to improve query performance in slamdata (which many times can take several minutes in our case) by creating indexes but I find it a bit difficult to know which indexes to create. I recon it would be easier if I could see the generated aggregation query that Slamdata generates. Is it possible to show the generated MongoDB query in Slamdata like you could in version 2?
Regards,
/Johan
do...@slamdata.com
unread,
Oct 18, 2017, 5:56:22 PM10/18/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SlamData-User
Hi Johan, unfortunately there is not a way to see the generated Mongo query in the SlamData interface. You can connect to your MongoDB server and run db.currentOp() while a long running query in SlamData is running and you should see the query that's running at that time. Granted this is not as easy, but might provide you the information you're looking for.