-
Story
-
Resolution: Done
-
Major
-
AMQ 7.4.0.GA
-
None
An index is only created on ID column not on txid, due to which full table scan is happening while executing DELETE FROM MESSAGE_TABLE WHERE txId=:1 query.
create-journal-index=CREATE INDEX %1$s_IDX ON %1$s (id)
- is cloned by
-
ENTMQBR-3951 [LTS] [JDBC-STORE] Adding index on txId
- Closed