perf(emqx_trie): use ordered_set
This commit is contained in:
parent
b1df759adc
commit
cdacaf8694
|
@ -74,6 +74,7 @@ mnesia(boot) ->
|
|||
{ram_copies, [node()]},
|
||||
{record_name, ?TRIE},
|
||||
{attributes, record_info(fields, ?TRIE)},
|
||||
{type, ordered_set},
|
||||
{storage_properties, StoreProps}]);
|
||||
mnesia(copy) ->
|
||||
%% Copy topics table
|
||||
|
|
Loading…
Reference in New Issue