Skip to content

MQTT Data Tables Missing In Postgres #4062

Answered by badlop
syedzahidulla asked this question in Questions
Discussion options

You must be logged in to vote

Right, there are some tables that contain runtime information, only relevant while the server is running, and its content is irrelevant once the server stops. Such tables are not stored in SQL or in disk Mnesia.

Those tables are kept in ETS or in RAM mnesia, for example: bosh, muc_online_room, route, s2s, session, session_counter, mqtt_session and mqtt_sub.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by badlop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants
Converted from issue

This discussion was converted from issue #3888 on July 11, 2023 12:51.