IGNF / route-graph-generator

Script collection used to generate routing data for Road2 (https://github.com/IGNF/road2)
https://ignf.github.io/route-graph-generator/
GNU General Public License v3.0
7 stars 3 forks source link

Feat/apply vacuum to schema only #69

Closed jmkerloch closed 8 months ago

jmkerloch commented 8 months ago

If the database used for pivot or pgr is also used for other services, a VACUUM ANALYSE command can be quite long.

This PR limit VACUUM ANALYSE command only to the created tables.

github-actions[bot] commented 8 months ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
1027 377 37% 0% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
r2gg/_pivot_to_pgr.py 4% 🟢
TOTAL 4% 🟢

updated for commit: 119f1da by action🐍