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

Evaluate and improve the WRITE performance of On Demand Feature View #4207

Open
shuchu opened this issue May 17, 2024 · 1 comment
Open

Evaluate and improve the WRITE performance of On Demand Feature View #4207

shuchu opened this issue May 17, 2024 · 1 comment
Assignees

Comments

@shuchu
Copy link
Collaborator

shuchu commented May 17, 2024

Expected Behavior

The On Demand Feature View has implementations with using Python nativ object and Pandas object as the input/output.
We want to evaluate the performance in terms of Time. Moreover, we want to understand the bottleneck of the performance in code running efficiency level.

Current Behavior

Steps to reproduce

Specifications

  • Version: 0.37.1
  • Platform: Linux/Ubuntu
  • Subsystem:

Possible Solution

use cProfile and existing unit test functions.

@shuchu
Copy link
Collaborator Author

shuchu commented May 19, 2024

An easy run shows the performance of Pandas is really bad comparing to Python native objects.

Screenshot 2024-05-18 231742
Screenshot 2024-05-18 231751

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