In the JetServices database, the ReportRuns table has become very large. That table keeps the run history of reports that are published to the Jet Hub. Given the size of the table, it also appears to keep the report itself in a BLOB.
Is it safe to delete old records in this table? Is there a function within Jet to clear this table, or not keep them in the first place? The data is very dynamic, so the old reports are pretty much useless.