Skip to content

dbquery final version#12

Merged
bojanhartlane merged 1 commit intomasterfrom
development-alber
Mar 31, 2018
Merged

dbquery final version#12
bojanhartlane merged 1 commit intomasterfrom
development-alber

Conversation

@bojanhartlane
Copy link
Copy Markdown
Owner

Working version of dbquery that can scan the whole heap file to find matches. The previous iteration had a problem where it skipped the beginning of a page, resulting in incorrect ordering and wrong value of the records. This version fixes that problem, along with fixing the problem where the program returned EndOfFile Exception at the end of the heap file. The solution was by stopping the loop when the maximum number of pages is reached. This version adds total operation time in the result file as well.

Working version of dbquery that can scan the whole heap file to find matches. The previous iteration had a problem where it skipped the beginning of a page, resulting in incorrect ordering and wrong value of the records. This version fixes that problem, along with fixing the problem where the program returned EndOfFile Exception at the end of the heap file. The solution was by stopping the loop when the maximum number of pages is reached. This version adds total operation time in the result file as well.
@bojanhartlane bojanhartlane merged commit a258f05 into master Mar 31, 2018
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.

1 participant