Re: Performance of mnesia:select/2
Vance Shipley <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAMoa0NJwS9V9Kz_eygvO2-L888aM+xuw+ysPwX4TGR5tXGV4jQ@mail.gmail.com> |
On Sat, Feb 27, 2021 at 6:48 AM Jacob <[email protected]> wrote: > Long story short: Follow Dan Gudmundsson suggestion for ETS based operations, it's much faster, scales better and suffers less from non-adjacent keys. Strange, now we've flipped it. So Dan's intuition is better than mine. I'd still be really interested to know why. It seems like there is a missing optimization. -- -Vance