![]() This commit refactors emqx_trie implementation with mainly two changes 1. Deleted the edge table. In the old implementation, trie consist of nodes and edges. e.g. for topic 'a/b/+/d', node 'a' with edge 'b' points to node 'a/b' and so on. However, edges can be computed at runtime, so there is no need to store them in a table. |
||
---|---|---|
.. | ||
emqx.schema |