Advertisement
psi_mmobile

Untitled

Jul 28th, 2021
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. V_FMX_PD_DAY view -> add POI status to be in (0,3) and person status = 0
  2.  
  3. VehicleViewEx2 is a HUGE (extended) view... -> 4 STR tables are joined, only 1 is used to display a value
  4.  
  5. Order by clause is programatically set -> performance impact?
  6.  
  7. no such outcome in faces-config.xml -> "poiTraffic"
  8.  
  9. PoiHistoryView -> has Order by clause, could be moved to V_ADF_OC_POI_HISTORY ? + possible index on GPS_FULL_DATE and/or VEHICLE_DATA_ID (if they don't exist) in the same view ?
  10. AND (vd1.remote_unit_id = ru.remote_unit_id OR Vehicle.remote_unit_id = ru.remote_unit_id) seems to be very heavy on performance / vd1.remote_unit_id is only displayed?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement