- Joined
- Feb 11, 2019
- Messages
- 5
- Reaction score
- 0
Hi, i would like to add some index to get better performance but i can not because we are not root of db system
CREATE INDEX cl_participants_idx_call_id_recording_url ON cl_participants (call_id,recording_url);
CREATE INDEX dn_idx_value ON dn (value);
CREATE INDEX extension_idx_fkiddn ON extension (fkiddn);
CREATE INDEX myphone_callhistor_idx_dnowner ON myphone_callhistory_v14 (dnowner);
CREATE INDEX users_idx_fkidextension ON users (fkidextension);
where to find root credential, i dont remember in wich file they are stored, thank you ? can you add those index ion your next update please ?
Thank you
CREATE INDEX cl_participants_idx_call_id_recording_url ON cl_participants (call_id,recording_url);
CREATE INDEX dn_idx_value ON dn (value);
CREATE INDEX extension_idx_fkiddn ON extension (fkiddn);
CREATE INDEX myphone_callhistor_idx_dnowner ON myphone_callhistory_v14 (dnowner);
CREATE INDEX users_idx_fkidextension ON users (fkidextension);
where to find root credential, i dont remember in wich file they are stored, thank you ? can you add those index ion your next update please ?
Thank you