Skip to content

Conversation

@max-hoffman
Copy link
Contributor

@max-hoffman max-hoffman commented Feb 17, 2024

re: dolthub/dolt#6982

This takes the last big chunk of CPU pressure off of TPC-C execution, which is mostly disk limited now:

image

sql/memo/memo.go Outdated

func (m *Memo) MemoizeProject(grp, child *ExprGroup, projections []sql.Expression) *ExprGroup {
if len(projections) == 0 {
print("")
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove this.

@max-hoffman max-hoffman merged commit 6375cc7 into main Feb 20, 2024
@max-hoffman max-hoffman deleted the max/prune-more-projections branch February 20, 2024 02:22
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

Successfully merging this pull request may close these issues.

2 participants