Skip to content

Instantly share code, notes, and snippets.

create index index_billsec on v_xml_cdr(billsec);
create index index_caller_id_name on v_xml_cdr(caller_id_name);
create index index_destination_number on v_xml_cdr(destination_number);
create index index_duration on v_xml_cdr(duration);
create index index_hangup_cause on v_xml_cdr(hangup_cause);
create index index_start_stamp on v_xml_cdr(start_stamp);