Don't add duplicate indexes to the TPC-H schema by JelteF · Pull Request #623 · cmu-db/benchbase
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 217
Open
JelteF wants to merge 1 commit intocmu-db:mainfrom
Open
Don't add duplicate indexes to the TPC-H schema#623
JelteF wants to merge 1 commit intocmu-db:mainfrom
Don't add duplicate indexes to the TPC-H schema#623
JelteF wants to merge 1 commit intocmu-db:mainfrom
Conversation
Copy link Copy Markdown
JelteF
commented
Aug 1, 2025
JelteF
commented
The removed unique indexes already have an equivalent primary key
defined, so the final postgres schema would have two identical indexes
for these tables.
The removed unique indexes already have an equivalent primary key defined, so the final postgres schema would have two identical indexes for these tables.
This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment