Skip to content

Fix update() with expressions overcalc#2328

Merged
texodus merged 2 commits intomasterfrom
fix-expression-update-overcalc
Aug 7, 2023
Merged

Fix update() with expressions overcalc#2328
texodus merged 2 commits intomasterfrom
fix-expression-update-overcalc

Conversation

@texodus
Copy link
Member

@texodus texodus commented Aug 7, 2023

Fixes an issue with expression calculation which caused expressions to be (approximately) calculated twice on View creation, due to mis-ordering the calculation of primary key indexing of input rows. Improves performance of the inital creation of any View with an expressions field.

Adds GIL-release to the to_columns_string() method.

@texodus texodus added the bug Concrete, reproducible bugs label Aug 7, 2023
@texodus texodus changed the title Fix expression update overcalc Fix update() with expressions overcalc Aug 7, 2023
@texodus texodus merged commit c75d8b0 into master Aug 7, 2023
@texodus texodus deleted the fix-expression-update-overcalc branch August 7, 2023 01:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Concrete, reproducible bugs

Development

Successfully merging this pull request may close these issues.

1 participant