Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Temporary disable string queries for L0 #388

Merged
merged 5 commits into from
Apr 18, 2023

Conversation

akroviakov
Copy link
Contributor

Addresses #379.
Detect string related queries and fall back to CPU from L0, extend memory level handling for L0.

  • Select.FilterShortCircuit - runs on L0
  • Select.InValues - runs on L0
  • Select.ComplexQueries - fallback to CPU (on string-related queries)
  • Select.Case - fallback to CPU (on string-related queries) / PerfectJoinHashTable is not functional for L0
  • Select.Strings - fallback to CPU
  • Select.SharedDictionary - fallback to CPU
  • Select.StringCompare - fallback to CPU
  • Select.DictionaryStringEquality - explicitly disallows CPU retry

Copy link
Contributor

@kurapov-peter kurapov-peter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@kurapov-peter kurapov-peter merged commit 1eaf785 into main Apr 18, 2023
@kurapov-peter kurapov-peter deleted the akroviak/temp_l0_str_disable branch April 18, 2023 18:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants