You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will be necessary to handle the additional data load from DSEW-CPR and several other planned indicator additions. These changes complete the scalability requirements of the data scaling PRD, but not the expressiveness requirements -- we’ll layer on expressiveness later. This release will include only the following changes:
split off signal and geo dimension tables
split off a latest-only table
create views which query like the existing table (minimizing necessary API server changes)
convert csv_import and database.py to do initial import into a load table instead of the main fact tables
add a new acquisition phase "loader" which does the dimension table updates, puts new rows from the load table into the latest and history fact tables, and records some stats in a job log and meta data etc
This will be necessary to handle the additional data load from DSEW-CPR and several other planned indicator additions. These changes complete the scalability requirements of the data scaling PRD, but not the expressiveness requirements -- we’ll layer on expressiveness later. This release will include only the following changes:
Four parts:
1: ddl - @jgreene1959
2: acquisition - @jgreene1959 + @melange396 to pair
3: api server - @melange396
USE INDEX
4: stress test in qa environment with replication
The text was updated successfully, but these errors were encountered: