Skip to content

Tweak lookup Strategy to prioritize the table when its in memory#545

Open
jtnelson wants to merge 3 commits intodevelopfrom
feature/strategy-tweaks
Open

Tweak lookup Strategy to prioritize the table when its in memory#545
jtnelson wants to merge 3 commits intodevelopfrom
feature/strategy-tweaks

Conversation

@jtnelson
Copy link
Member

No description provided.

Prioritize table based lookups (RECORD AND FIELD) if they are in memory before using an INDEX for
a conditonKey or orderKey. Even though the index would need to be loaded anyway, performing a lookup
using the index is slower than using the table. So, if the table is in memory it should be used because
the cache lookup to retrieve the table is the same as the cache lookup to retrieve the index
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant