You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alter table CONNECTIONS_MSGS add index DEST_SEQNUM_IDX (destination, smsc_sequencenumber)
alter table CONNECTIONS_MSGS add index DEST_MSGID_IDX (destination, smsc_messageid)
alter table CONNECTIONS_MSGS add index TO_IDX (smsc_to)
alter table CONNECTIONS_MSGS add index STATUS_IDX (status)
alter table APPLICATIONS_MSGS add index DEST_SEQNUM_IDX (destination, smsc_sequencenumber)
alter table APPLICATIONS_MSGS add index DEST_MSGID_IDX (destination, smsc_messageid)
And also an index to creation_time
The text was updated successfully, but these errors were encountered:
alter table CONNECTIONS_MSGS add index DEST_SEQNUM_IDX (destination, smsc_sequencenumber)
alter table CONNECTIONS_MSGS add index DEST_MSGID_IDX (destination, smsc_messageid)
alter table CONNECTIONS_MSGS add index TO_IDX (smsc_to)
alter table CONNECTIONS_MSGS add index STATUS_IDX (status)
alter table APPLICATIONS_MSGS add index DEST_SEQNUM_IDX (destination, smsc_sequencenumber)
alter table APPLICATIONS_MSGS add index DEST_MSGID_IDX (destination, smsc_messageid)
And also an index to creation_time
The text was updated successfully, but these errors were encountered: