Are there any performance related issues by enabling the EMS server parameter track_message_ids ?

Are there any performance related issues by enabling the EMS server parameter track_message_ids ?

book

Article ID: KB0092306

calendar_today

Updated On:

Products Versions
TIBCO Enterprise Message Service -
Not Applicable -

Description

Resolution:
Generally the performance impact is not noticeable since this is simply a hash table of message ids and the insertion/lookup is inexpensive.
However,  if you are storing millions of messages, the size of the hash table grows so there will be a memory impact, which may cause the excessive paging, hence may cause the performance impact.

Issue/Introduction

Are there any performance related issues by enabling the EMS server parameter track_message_ids ?