Changes between Version 3 and Version 4 of ApplicationDevelopment
- Timestamp:
- 09/29/25 14:26:49 (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApplicationDevelopment
v3 v4 43 43 44 44 45 3. Filtering by trip status (e.g., 'COMPLETED', 'NOT_STARTED') is common in **ticket statistics**and reporting queries. This index ensures that the database can filter relevant trips quickly instead of scanning the full trip table. It's especially important in analytical use cases and dashboards.45 3. Filtering by trip status (e.g., 'COMPLETED', 'NOT_STARTED') is common in ticket statistics and reporting queries. This index ensures that the database can filter relevant trips quickly instead of scanning the full trip table. It's especially important in analytical use cases and dashboards. 46 46 47 47