Troubleshooting
Common Issues
Autocomplete not working?
Check your database connection
Refresh schema with
F5
Ensure you're in the correct database context
Query running slowly?
Check the execution plan
Consider adding indexes
Use LIMIT for testing large result sets
SQL not working on MongoDB?
Ensure the zero-SQL bridge is enabled
Some complex MongoDB operations may need native Mongosh syntax
Check the query logs for translation details
Need Help?
The Query Editor includes built-in help:
Hover over any function for documentation
Right-click for context menus
Use the AI assistant for query suggestions
Last updated