| convvoicesentimentdetaildata_pkey |
CREATE UNIQUE INDEX convvoicesentimentdetaildata_pkey ON
public.convvoicesentimentdetaildata USING btree (keyid) |
| convvoicesentimentdetaildata_conversationid_idx |
CREATE INDEX convvoicesentimentdetaildata_conversationid_idx ON
public.convvoicesentimentdetaildata USING btree (conversationid) |
| convvoicesentimentdetaildata_updated_idx |
CREATE INDEX convvoicesentimentdetaildata_updated_idx ON
public.convvoicesentimentdetaildata USING btree (updated) |
| convvoicesentimentdetaildata_sentiment_idx |
CREATE INDEX convvoicesentimentdetaildata_sentiment_idx ON
public.convvoicesentimentdetaildata USING btree (sentiment) |
| convvoicesentimentdetaildata_participant_idx |
CREATE INDEX convvoicesentimentdetaildata_participant_idx ON
public.convvoicesentimentdetaildata USING btree (participant) |
| idx_convvoicesentimentdetaildata_conversation_time |
CREATE INDEX idx_convvoicesentimentdetaildata_conversation_time ON
public.convvoicesentimentdetaildata USING btree (conversationid,
starttime, sentiment) INCLUDE (participant, sentiment, queueid, userid)
WHERE (conversationid IS NOT NULL) |
| idx_convvoicesentimentdetaildata_sentiment_time |
CREATE INDEX idx_convvoicesentimentdetaildata_sentiment_time ON
public.convvoicesentimentdetaildata USING btree (sentiment, starttime
DESC) INCLUDE (conversationid, participant, queueid) WHERE (sentiment IS
NOT NULL) |