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

How to apply 'Reusing the Same Data History for Multiple Sliding Window Features' in sliding window config? #166

Closed
daugraph opened this issue Jul 14, 2023 · 2 comments

Comments

@daugraph
Copy link

Thanks for your wonderful work, I want to use feathub in my project and want to know how to use Reusing the Same Data History for Multiple Sliding Window Features in my feature view config.

@lindong28
Copy link
Collaborator

Hey @daugraph! FeatHub will recognize the opportunity to reuse the same data history when your program has multiple SlidingWindowTransform in the same SlidingFeatureView and those SlidingWindowTransform only differ in their window_size. You can find an example at https://github.com/flink-extended/feathub-examples/blob/master/flink-sliding-feature-view-benchmark/main.py#L78.

@daugraph
Copy link
Author

Hey @daugraph! FeatHub will recognize the opportunity to reuse the same data history when your program has multiple SlidingWindowTransform in the same SlidingFeatureView and those SlidingWindowTransform only differ in their window_size. You can find an example at https://github.com/flink-extended/feathub-examples/blob/master/flink-sliding-feature-view-benchmark/main.py#L78.

Thanks for your reply.

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

No branches or pull requests

2 participants