Skip to content

Conversation

@mamcx
Copy link
Contributor

@mamcx mamcx commented Oct 26, 2023

Description of Changes

To improve the performance of the query macro, move the query optimization from the sql compilation into the vm execution engine instead.

API and ABI

  • This is a breaking change to the module ABI
  • This is a breaking change to the module API
  • This is a breaking change to the ClientAPI
  • This is a breaking change to the SDK API

If the API is breaking, please state below what will break

Expected complexity level and risk

1

Copy link
Collaborator

@joshua-spacetime joshua-spacetime left a comment

Choose a reason for hiding this comment

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

Nice! Is it possible to add a test for query! now?

@mamcx
Copy link
Contributor Author

mamcx commented Oct 26, 2023

Nice! Is it possible to add a test for query! now?

In this PR or make another?

@joshua-spacetime
Copy link
Collaborator

@mamcx is it possible to include it in this PR? Unless there are more changes needed to get query! working. In which case we can merge this one first.

Copy link
Collaborator

@joshua-spacetime joshua-spacetime left a comment

Choose a reason for hiding this comment

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

LGTM! I'm not sure where a test for query! would go, so it's probably best to figure that out in a follow up patch.

@mamcx mamcx force-pushed the mamcx/query-opt-move branch from 7c1b2e4 to 3acbea0 Compare October 30, 2023 16:27
@mamcx mamcx merged commit f15a3be into master Oct 30, 2023
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.

3 participants