-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[columnar] Critical fixes in columnar storage
* When parallel scan is executing we need to flush in-memory changes (stripe, row_mask) in beginning of custom scan node, because updates & deletes that happen cannot be done in parallel mode. * alter_table_set_access_method need to flush changes after renaming is done. * Difference of numbers in stripe id is not always 1. So assigning next stripe id for workes should work for this scenario.
- Loading branch information
Showing
10 changed files
with
463 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
columnar/src/backend/columnar/sql/columnar--11.1-4--11.1-5.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.