issues
search
smnorris
/
bcfishobs
Reference BC Known Fish Observations to the Freshwater Atlas stream network
Apache License 2.0
6
stars
2
forks
source link
reconfigure for easier refresh
#47
Closed
smnorris
closed
8 months ago
smnorris
commented
10 months ago
To avoid having to CASCADE if any views etc depend on the data:
use views instead of temp tables where practical
create tables once, truncate/reload/refresh when re-processing
To avoid having to CASCADE if any views etc depend on the data: