mirror of
https://github.com/google/nomulus.git
synced 2025-07-09 04:33:28 +02:00
Add 3 more SQL indexes to the Host table (#1559)
* Add 3 more SQL indexes to the Host table These indexes on creationTime, deletionTime, and currentSponsorRegistrarId are present on the other two EPP resource tables (Domain and Contact), and are useful for a wide variety of operations/analytics queries.
This commit is contained in:
parent
df7c60aec5
commit
a3ca052115
7 changed files with 815 additions and 705 deletions
|
@ -817,6 +817,9 @@ create index IDXbgssjudpm428mrv0xfpvgifps on "GracePeriod" (billing_event_id);
|
|||
create index IDX5u5m6clpk3nktrvtyy5umacb6 on "GracePeriod" (billing_recurrence_id);
|
||||
create index IDXd01j17vrpjxaerxdmn8bwxs7s on "GracePeriodHistory" (domain_repo_id);
|
||||
create index IDXkpkh68n6dy5v51047yr6b0e9l on "Host" (host_name);
|
||||
create index IDXy98mebut8ix1v07fjxxdkqcx on "Host" (creation_time);
|
||||
create index IDXovmntef6l45tw2bsfl56tcugx on "Host" (deletion_time);
|
||||
create index IDXl49vydnq0h5j1piefwjy4i8er on "Host" (current_sponsor_registrar_id);
|
||||
create index IDXfg2nnjlujxo6cb9fha971bq2n on "HostHistory" (creation_time);
|
||||
create index IDX1iy7njgb7wjmj9piml4l2g0qi on "HostHistory" (history_registrar_id);
|
||||
create index IDXkkwbwcwvrdkkqothkiye4jiff on "HostHistory" (host_name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue