Changes between Initial Version and Version 3 of Ticket #97


Ignore:
Timestamp:
10/01/12 13:44:37 (12 years ago)
Author:
chaos@bbn.com
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #97

    • Property Summary changed from every time an aggregate reports data, a new entry is added to aggregate_instantiation to every time data is reported, new entries are added to *_instantiation tables
    • Property Milestone changed from to gmoc.py data submission debugging
  • Ticket #97 – Description

    initial v3  
    11The `aggregate_instantiation` table contains one entry for every aggregate report which has ever been received, meaning that it gains one line every five minutes for every reporting aggregate.  I believe this is unnecessary: the purpose of the table is just to store aggregate metadata, and this will bog down the database eventually.
     2
     3This issue affects other `*_instantiation` tables, including:
     4{{{
     5interface_instantiation
     6}}}