Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collecting situations in which routing is slow #471

Open
jbruechert opened this issue Mar 8, 2024 · 5 comments
Open

Collecting situations in which routing is slow #471

jbruechert opened this issue Mar 8, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@jbruechert
Copy link
Contributor

I'll use this issue to collect examples of places with performance issues, in case someone has time to look at them / debug them.

  • There is some bottleneck in the middle of the journey, were very little connections are available (Routing in areas with little data is very slow #443).
    Routing takes long because the time interval needs to be increased very much to find a connection.
  • Lots of data is available. The actual routing step already takes long, before increasing the interval is even considered.
    This can be found for example in Paris.
    Example:
    • Paris Gare de Lyon -> Vincennes
@felixguendling
Copy link
Member

Thank you! @mority is currently looking into this 🚀

@mlundblad
Copy link

Another example:

  • Basel SBB → Milan C.Le

@vkrause
Copy link
Member

vkrause commented Mar 12, 2024

Another example:

* Basel SBB → Milan C.Le

More observations on this one:

  • Seems to affect anything on the south-bound Gotthard route, also shorter ones like e.g. Zürich -> Lugano.
  • The opposite direction works.
  • europe.motis-project.de is not affected despite having the same CH dataset, so this is possibly caused by some of the additional datasets in Transitous also covering that area?

@PureTryOut
Copy link

PureTryOut commented Mar 13, 2024

At which point is a route considered too long to care about? I've tried planning a route from Arnhem Centraal (the Netherlands) to Nürnberg Hbf (Germany) and it 504's.

@vkrause
Copy link
Member

vkrause commented Mar 13, 2024

Lots of data is available. The actual routing step already takes long, before increasing the interval is even considered.
This can be found for example in Paris.
Example:

* Paris Gare de Lyon -> Vincennes

This also seems to be directional, e.g. Paris Montparnasse -> Toulouse Matabiau (direct TGV connection) fails outbound but works perfectly fine for the return trip.

@felixguendling felixguendling added the enhancement New feature or request label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants