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

Tracking: webhook optimization #19585

Open
8 tasks
KeXiangWang opened this issue Nov 26, 2024 · 0 comments
Open
8 tasks

Tracking: webhook optimization #19585

KeXiangWang opened this issue Nov 26, 2024 · 0 comments

Comments

@KeXiangWang
Copy link
Contributor

KeXiangWang commented Nov 26, 2024

Most of the work of webhook has been done in #19272.
However, there're still several TODOs left:

Performance

  • Using session pool to avoid creating a session and converting expr per event.
  • Bypass the insert data path. Avoid the insert statement.

Test

  • Refactor test scripts.
  • Add more tests, especially the tests for various corner cases.
  • Benchmark test

Functionality

  • Support Shpoify.
  • Support generated columns or INCLUDE clause.

Docs

  • Docs for all other sources besides github.
@github-actions github-actions bot added this to the release-2.2 milestone Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant