AI Chat
The dba.ai chat interface allows you to interact with your PostgreSQL database using natural language, making database operations more accessible and efficient.
Overview
The AI Chat feature enables you to:
- Query your database using natural language instead of SQL
- Get insights and explanations about your database structure and performance
- Diagnose issues through conversational troubleshooting
- Generate and execute SQL based on natural language descriptions
- Receive recommendations for database optimizations
Getting Started
Accessing the Chat Interface
- Log in to your dba.ai account
- Navigate to the Chat section in the main navigation
- Select the database connection you want to interact with
- Start asking questions in natural language
Sample Questions
Here are examples of what you can ask:
Database Structure Queries
Performance Queries
Data Analysis Queries
Troubleshooting Queries
How It Works
The AI Chat interface:
- Processes your natural language query
- Determines the appropriate SQL to answer your question
- Safely executes the SQL against your database
- Formats and explains the results in an easy-to-understand way
- Provides context and insights beyond the raw data
SQL Visibility and Safety
For transparency and learning:
- The AI shows you the SQL it generates before executing it
- You can review and approve SQL before execution
- You can edit the generated SQL if needed
- All queries are run with read-only permissions by default
Advanced Features
Conversation Memory
The chat maintains context throughout your conversation, allowing for follow-up questions:
Data Visualization
For appropriate queries, the AI can generate visualizations:
- Ask a question that would benefit from a chart
- The AI will generate SQL and execute it
- Results will be displayed as both a table and a relevant chart
- You can download data or export charts
SQL Explanation
When you ask about complex SQL queries:
The AI will break down the query step by step, explaining each component in plain language.
Best Practices
Optimizing Your Questions
For best results:
- Be specific about the time period for performance questions
- Mention table names when asking about specific data
- Specify columns of interest for more focused responses
- Use precise terms for technical issues
Handling Large Results
When working with large datasets:
- Specify limits: “Show me the top 10 customers by revenue”
- Ask for aggregations: “What’s the average order value by month?” instead of “Show me all orders”
- Request specific filtering: “Show active users who haven’t logged in for 30 days”
Security Considerations
The AI Chat feature is designed with security in mind:
- All database connections use TLS encryption
- Chat sessions use read-only database users by default
- SQL injection protection is built into the query processor
- Query history is stored securely and accessible only to authorized users
- No sensitive data is shared outside your organization
Limitations
Current limitations to be aware of:
- Complex statistical analysis may require traditional SQL
- Visualization options are currently limited to basic chart types
- Some advanced PostgreSQL features may not be fully supported
- Very large result sets may be truncated for performance reasons
Feedback and Improvement
The AI Chat system learns from interactions:
- Use the thumbs up/down buttons to rate responses
- Provide specific feedback when a response isn’t helpful
- Suggest improvements in the feedback form
Next Steps
- Learn about custom SQL snippets
- Set up saved questions for regular insights
- Configure export options for reporting
Was this page helpful?