google-nomulus/java/google/registry/reporting/sql
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
..
activity_report_aggregation.sql Add activity report generation code 2017-08-29 15:53:33 -04:00
dns_counts.sql Add activity report generation code 2017-08-29 15:53:33 -04:00
epp_metrics.sql Optimize activity report SQL 2017-08-29 16:22:27 -04:00
monthly_logs.sql Add activity report generation code 2017-08-29 15:53:33 -04:00
registrar_operating_status.sql Add activity report generation code 2017-08-29 15:53:33 -04:00
whois_counts.sql Add activity report generation code 2017-08-29 15:53:33 -04:00