From: Ivan Kohler Date: Thu, 26 Jan 2017 03:53:31 +0000 (-0800) Subject: improve performance of self-service usage overview with lots of CDRs, RT#73889 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=166ebcd9abf5f95c18a4ce87e1a590a8510d7abc improve performance of self-service usage overview with lots of CDRs, RT#73889 --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 26fa08dd0..a158f39c2 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -3911,6 +3911,7 @@ sub tables_hashref { 'unique' => [], 'index' => [ [ 'calldate' ], [ 'src' ], [ 'dst' ], [ 'dcontext' ], [ 'charged_party' ], + [ 'startdate' ], [ 'lastapp' ], ['accountcode'], ['uniqueid'], ['carrierid'], ['cdrid'], [ 'sessionnum' ], [ 'subscriber' ],