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

[QPROF] Huge Improvements #1282

Merged
merged 1 commit into from
Sep 25, 2024
Merged

[QPROF] Huge Improvements #1282

merged 1 commit into from
Sep 25, 2024

Conversation

oualib
Copy link
Member

@oualib oualib commented Sep 25, 2024

  • Optimized computations making the tree creation faster.
  • Better Legend, correctly organised and taking care of dashed/dotted links.
  • Possibility to display trees based on thresholds.

Should close:

 - Optimized computations making the tree creation faster.
 - Better Legend, correctly organised and taking care of dashed/dotted links.
 - Possibility to display trees based on thresholds.

Should close:
 - https://jira.verticacorp.com/jira/browse/VER-97041?filter=-1
 - https://jira.verticacorp.com/jira/browse/VER-97043?filter=-1
@oualib oualib added the Performance QPROF, ... or anything related to query performance. label Sep 25, 2024
@oualib oualib added this to the VerticaPy 1.1.0 milestone Sep 25, 2024
@oualib oualib self-assigned this Sep 25, 2024
@oualib oualib merged commit de14804 into master Sep 25, 2024
9 checks passed
):
res_trans = ""
if idx == 0:
name_tmp = "Path transition"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
name_tmp = "Path transition"
name_tmp = "Path transitions"

if idx == 0:
name_tmp = "Path transition"
elif idx == 1:
name_tmp = "Link"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
name_tmp = "Link"
name_tmp = "Links"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Performance QPROF, ... or anything related to query performance.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants