You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SERVICE (Direction, Line, DestinationDisplay, ScheduledStopPoint, DefaultConnection)
TIMETABLE (ServiceJourney)
COMMON (ServiceFacilitySet, TypeOfService, JourneyMeeting, InterchangeRule)
When inserted in this order it can be guaranteed that the most possible resolved entities are present upon the moment of insertion.
As potential optimisation the insertion of TIMETABLE may occur in parallel.
COMMON must follow as last file, due to its excessive number of JourneyMeeting.
It would have been a better situation if COMMON would be split between COMMON and JOURNEYMEETING, or the ServiceFacilitySets and TypesOfService being added to the RESOURCE file.