Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Arrow dictionary and other optimizations. #87

Merged
merged 19 commits into from
Feb 1, 2021
Merged

Add Arrow dictionary and other optimizations. #87

merged 19 commits into from
Feb 1, 2021

Conversation

jheer
Copy link
Member

@jheer jheer commented Jan 26, 2021

  • Add an internal dictionary column abstraction.
  • Add "pay-as-you-go" extractors for nested Arrow types, rather than unpacking.
  • Add inlined table scans in performance critical sections (includes derive, filter, groupby, and aggregate).
  • Update expression parser to optimize equality checks for dictionary/literal comparisons.
  • Update expression parser to annotate direct column and operator references.
  • Update groupby() verb to directly use dictionary keys when applicable.
  • Update rollup() logic to generate table-compatible column arrays and assign them when applicable.
  • Add performance benchmarks for direct Arrow and Arrow-Arquero operations.
  • Fix AST tree walker bug for list types.

Close #86.

@jheer jheer changed the title Add Arrow dictionary optimizations. Add Arrow dictionary and other optimizations. Jan 29, 2021
@jheer jheer changed the base branch from master to v2.3.0 February 1, 2021 08:01
@jheer jheer merged commit aedf7fa into v2.3.0 Feb 1, 2021
@jheer jheer deleted the jh/dict branch February 1, 2021 08:03
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.

Optimize for dictionary-encoded Arrow columns.
1 participant