forked from heavyai/heavydb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Render Groups (Step 6) (#7131)
Penultimate step: * Remove render group column creation and population * Fix tests accordingly * Add migration mechanism to drop render group columns * Also flush HeavyConnect foreign table cache for modified tables * Add config option to explicitly enable migration By default, migration is disabled. Poly tables will present render group column as separate logical column. They can be dropped manually, or allow migration to occur on all tables by enabling config. Once migration has occurred, tables are no longer backwards-compatible with older builds. ENABLE MIGRATION ON A SYSTEM ONLY WHEN IT NO LONGER NEEDS TO BE REVERTED! RESTORE TABLE of dumps of tables with poly columns will not work at all for now. This will be resolved ASAP in a follow-up PR. If necessary, revert to an older build, restore the dump, and then switch back to the newer build. Signed-off-by: jack <jack@omnisci.com>
- Loading branch information
Showing
23 changed files
with
251 additions
and
303 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
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
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
Oops, something went wrong.