MongoDB

This section describes why MongoDB is required for HCL Sametime and the deployment options.

Why do I need MongoDB?

MongoDB is required for persistent chat, which holds the data. It is also required for mobile push notifications in Sametime 11.

What is Persistent Chat?

HCL Sametime 11 delivers a simple and intuitive persistent chat experience that works the way users expect it to work. Chats flow seamlessly across desktop, web, and mobile devices. Chat history is available from any device. When you're logged on to multiple devices, chats sync across them all.

Which clients support persistent chat?

Version 11 clients

Which clients require persistent chat?

All new version 11 Web and Mobile clients require MongoDB.

Which clients do not support persistent chat?

All clients previous to version 11, additionally, the classic web client used in iNotes, Verse and Connections do not support persistent chat.

What kinds of things are saved to the database?

Screenshots, emojis and text of chats are all saved. File transfers are not saved.

How long are things stored in MongoDB? Is that configurable?

Default time to live (TTL) is 90 days, configurable.

How much disk space is it expected to use? 

The amount of space used depends on what activity is logged for the users. User behaviors will affect the total size.

What are the system requirements?

Please see:https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB0074454

Can I install MongoDB on the Community server?

Yes it is supported, but in an enterprise deployment, HCL recommends installing MongoDB on a dedicated server.

What happens if MongoDB is not available to Sametime Community, or to Sametime Proxy?

  • If persistent chat is enabled, then no chats are able to take place.
  • If persistent chat is disabled, users are still able to chat.

Where is MongoDB chat information stored?

Chatlogging data is stored in data/db path as specified in the mongod.conf configuration file.

Can this persistent chat feature be used in place of a chat logging compliance chat history store?

MongoDB persistent chat logging is intended to give a user experience across different clients. It is not designed for a typical chat logging compliance. The data is stored inside of the database and not in text readable format.