mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-30 05:08:57 +00:00
update queries to use pool, new indices, and materialized views for performance gain
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ all_conus_landfalls <- get_all_conus_landfalls()
|
||||
all_lf_type_storms <- get_all_lf_type_landfalls()
|
||||
|
||||
onStop(function() {
|
||||
disconnect_db()
|
||||
poolClose(con)
|
||||
})
|
||||
|
||||
storm_selection <- reactiveValues(
|
||||
|
||||
Reference in New Issue
Block a user