Hi According to ETS reference, records in ordered_set ETS are stored in the Erlang Term order of their key. So, is there a efficient way to do a ranged lookup of key on this kind of ETS without scanning the whole table. For example, 100 < Key <105. I guess ets:select/2 doesn't fit for the job. BR