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

Original times in RuntimeInformation for cached queries #243

Merged
merged 1 commit into from May 23, 2019
Merged

Original times in RuntimeInformation for cached queries #243

merged 1 commit into from May 23, 2019

Conversation

niklas88
Copy link
Member

@niklas88 niklas88 commented Apr 26, 2019

Original times in RuntimeInformation for cached queries

@@ -231,17 +231,7 @@ size_t IndexScan::computeSizeEstimate() {
// We have to do a simple scan anyway so might as well do it now
if (getResultWidth() == 1) {
RuntimeInformation& runtimeInfo = getRuntimeInfo();
Copy link
Member Author

Choose a reason for hiding this comment

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

This is now unused

While we are here remove the _runtimeInfo.setTime(0) from IndexScan
which is no longer needed as the caching is not determined from the time
@niklas88 niklas88 changed the title RuntimeInformation Improvements (WiP) Original times in RuntimeInformation for cached queries May 23, 2019
@niklas88 niklas88 merged commit 35add85 into ad-freiburg:master May 23, 2019
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.

None yet

1 participant