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

feat: Logical Projection Cache #663

Merged
merged 21 commits into from
Apr 28, 2023
Merged

feat: Logical Projection Cache #663

merged 21 commits into from
Apr 28, 2023

Conversation

dungnmaster
Copy link
Collaborator

@dungnmaster dungnmaster commented Apr 21, 2023

  • added changes to enable caching of UDF results when they are present in Logical Project
  • This will help to cache the results and use existing cache in queries like:
    SELECT id, YoloV5(data).labels FROM DETRAC WHERE id < 25

@dungnmaster dungnmaster force-pushed the logical_projection_cache branch from 52a3cc4 to 3984f91 Compare April 21, 2023 07:15
@gaurav274 gaurav274 force-pushed the logical_projection_cache branch from f92822e to 3b41a8d Compare April 28, 2023 08:30
@gaurav274 gaurav274 marked this pull request as ready for review April 28, 2023 08:30
@gaurav274 gaurav274 merged commit e504887 into master Apr 28, 2023
@gaurav274 gaurav274 deleted the logical_projection_cache branch April 28, 2023 12:36
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.

2 participants