Skip to content

Commit

Permalink
v23_gist2
Browse files Browse the repository at this point in the history
  • Loading branch information
glennfawcett committed Mar 7, 2024
1 parent 55432dc commit 2efbae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@ func run(ctx context.Context) error {
filterByiJoin(ctx, res, *MaxStmt)

//// Implicit Txn
//filterByImplicit(ctx, res, *MaxStmt)
filterByImplicit(ctx, res, *MaxStmt)

// Full Scan
filterByFull(ctx, res, *MaxStmt)

//// Big SQL Statements
//filterByFatTxn(ctx, res, *MaxStmt)
filterByFatTxn(ctx, res, *MaxStmt)
}
return err
}

0 comments on commit 2efbae5

Please sign in to comment.