NHLIB Integration: Add 'intermediate data' DB shard

Bug #1017465 reported by Lars Butler
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenQuake (deprecated)
Fix Released
Medium
Lars Butler

Bug Description

'intermediate data` (idata) -- for storing intermediate calculation results

When a calculation completes, this data can be purged. While a calculation is in progress, workers will fetch and update this data.

idata.lt_realization:
  - hazard_calculation_id
  - ordinal (aka, the logic tree sample number)
  - sm_lt_path
  - gsim_lt_path
  - seed
  - is_complete
  - total_sources
  - completed_sources (note: when completed_sources == total_sources, is_finished = true)

idata.source_progress:
  - lt_realization_id
  - parsed_source_id
  - is_complete

idata.hazard_curve_progress
  - lt_realization_id
  - result_matrix

idata.site_data
  - lons
  - lats
  - vs30
  - vs30_type
  - z1pt0
  - z2pt5

Changed in openquake:
assignee: nobody → Lars Butler (lars-butler)
milestone: none → 0.8.1
importance: Undecided → Medium
status: New → Confirmed
Changed in openquake:
status: Confirmed → In Progress
Changed in openquake:
status: In Progress → Fix Committed
Changed in openquake:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.