- Add partial index on temperature column for weather stations - Add compound index on received_at + temperature for time-based queries - Add sender + temperature index for station-specific weather queries - Add individual indexes on humidity, pressure, and wind_speed - All indexes use WHERE clause to only include non-null values These indexes will significantly improve performance for: - Finding weather stations on the map - Weather history queries - Weather data filtering 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| migrations | ||
| seeds.exs | ||