Changes between Version 3 and Version 4 of ApplicationDevelopment


Ignore:
Timestamp:
09/29/25 14:26:49 (2 weeks ago)
Author:
221507
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApplicationDevelopment

    v3 v4  
    4343
    4444
    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.
     453. 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.
    4646
    4747