Mario Basa

Results 7 comments of Mario Basa

Nils, Will try using the Austria data tomorrow. Like I mentioned before, I was able to use the entire road network of Japan with 9 million edges, and I was...

Tokyo to Nagasaki city. On Sun, Jan 31, 2021 at 0:04 Mario Basa wrote: > Nils, > > Will try using the Austria data tomorrow. Like I mentioned before, I...

Can you ensure that there is an index on the geometry field. My indexes look like this: ``` Indexes: "pkey_austria_2po_4pgr" PRIMARY KEY, btree (id) "austria_geom_ndx" gist (geom_way) "idx_austria_2po_4pgr_source" btree (source)...

and I did this just to be sure that all the proper statistics of the table are updated: `vacuum full austria_2po_4pgr;`

![Screen Shot 2021-01-31 at 1 59 18](https://user-images.githubusercontent.com/462884/106362780-05ccf980-6368-11eb-88b4-6e6e81e6d270.png)

![Screen Shot 2021-01-31 at 22 46 02](https://user-images.githubusercontent.com/462884/106386010-4b480000-6416-11eb-890b-4dc6de7bbf49.png) Having fun playing around with the Austrian data. This 342 km route from somewhere around Salzburg to Wien took 0.3 sec.

`osm2po` creates very small cost values which confuses some of the search algorithms, especially the chbDijkstra. I suggest creating the pgrserver view this way: ``` create view pgrserver as select...