This PR propose merging an old change to optionally import RIPE routes, used in case of Tuency support. In addition, the query was updated to use bulk execution[1] to improve the overall performance.
It requires psycopg2 >= 2.7, which is already available even in distro packages [2].
This PR propose merging an old change to optionally import RIPE routes, used in case of Tuency support. In addition, the query was updated to use bulk execution[1] to improve the overall performance.
It requires
psycopg2
>= 2.7, which is already available even in distro packages [2].[1] https://www.psycopg.org/docs/extras.html#psycopg2.extras.execute_values [2] https://pkgs.org/search/?q=psycopg2