Cold Start Delay – If your data source is a cloud-based database, it may experience a cold start delay when not actively in use, causing a temporary slowdown before functioning normally again. This is common with services like Supabase and Azure SQL, which may enter a paused state when idle, leading to an initial response delay. Once the database is active, performance should return to normal. To mitigate this, consider keeping the database warm by running periodic queries, utilizing connection pooling to optimize response times, or adjusting auto-pause settings if available.
Natural language error handling – Occasionally, the system may throw an error when generating queries or scripts using natural language. To troubleshoot this, first, try copying and pasting the error message as it is, as this might help identify or resolve the issue. Additionally, refining your approach to natural language input can improve results. Keeping the conversation going and gradually increasing complexity in your prompts often leads to better and more accurate outputs.