Query History
Access and re-run previously executed queries.
Open: Cmd+Y (Mac) / Ctrl+Y (Windows/Linux)
History Panel
Each entry shows:
- SQL preview (first 100 chars)
- Timestamp, duration, bytes processed
- Status: Success / Failed / Canceled
Actions
| Action | How |
|---|---|
| View full SQL | Click entry to expand |
| Re-run query | Click Run icon |
| Copy to editor | Double-click entry |
| Copy SQL | Right-click → Copy SQL |
| Delete | Right-click → Delete |
Search & Filter
- Search: Type in search bar (matches SQL text, table names)
- By status: Success only, Failed only, All
- By date: Today, Last 7 days, Last 30 days
- By cost: Filter by bytes processed
Storage
- Stored locally in browser
- Retention: 30 days (auto-cleanup)
- Clearing browser data removes all history
- Result data is NOT stored (re-run fetches fresh data)