google-nomulus/java/google/registry/reporting
larryruili 38abe9fa48 Optimize activity report SQL
We only log FLOW-LOG-SIGNATURE-METADATA from one place- FlowRunner. As a
result, we can swap the generalized regex for a prefix-only regex, saving a
<strong>lot</strong> of processing for our epp query (which is the most
expensive of the bunch).

I've also changed the test dates from 2017-05 to 2017-06, allowing us to copy-paste
the test data into Bigquery to verify their function. The reason for 2017-06 in particular is because June was the first month that populated all the metadata necessary to generate these reports.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=165391715
2017-08-29 16:22:27 -04:00
..
sql Optimize activity report SQL 2017-08-29 16:22:27 -04:00
ActivityReportingQueryBuilder.java Optimize activity report SQL 2017-08-29 16:22:27 -04:00
BUILD Add activity report generation code 2017-08-29 15:53:33 -04:00
IcannHttpReporter.java Create ICANN report upload action 2017-07-10 11:27:58 -04:00
IcannReportingModule.java Add activity report generation code 2017-08-29 15:53:33 -04:00
IcannReportingStagingAction.java Add activity report generation code 2017-08-29 15:53:33 -04:00
IcannReportingUploadAction.java Add activity report generation code 2017-08-29 15:53:33 -04:00