Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Emqtt 中,它在哪里存储有关客户端订阅、节点详细信息、统计信息等的所有信息。根据一些文章,我发现它将存储在每个节点的 data/mnesia 文件夹中。是否正确??如果正确,那么它将如何存储。
像保留消息这样的持久性数据存储在 data/mnesia 文件夹中,但是您提到的信息像subscriptions,connections并且metrics仅使用 ETS 或 Mnesia 表存储在内存中。
subscriptions
connections
metrics