Skip to content

Commit

Permalink
Limit rel scans to snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Hafner committed Jan 12, 2025
1 parent 5b48ff9 commit 341e5a5
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 180 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public List<ImplementationContext> anyPrepareQuery( QueryContext context, Statem

AlgRoot root = processor.translate( statement, parsed );
if ( !context.isMvccInternal ) {
root = new AlgTreeRewriter( transaction ).process( root );
root = new AlgTreeRewriter( statement ).process( root );
}

if ( transaction.isAnalyze() ) {
Expand Down
Loading

0 comments on commit 341e5a5

Please sign in to comment.