perf(emqx_trie): use ordered_set

This commit is contained in:
Zaiming Shi 2021-04-26 12:17:38 +02:00 committed by Zaiming (Stone) Shi
parent b1df759adc
commit cdacaf8694
1 changed files with 1 additions and 0 deletions

View File

@ -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