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