-
Notifications
You must be signed in to change notification settings - Fork 723
Dropped index_auto_choose_mode flag from local-ydb config with env YDB_EXPERIMENTAL_PG=1 #26129
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
Conversation
…B_EXPERIMENTAL_P=1
🟢 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR removes the index_auto_choose_mode
configuration setting from the local YDB test configuration when the PostgreSQL compatibility experiment is enabled. The change simplifies the test setup by removing what appears to be an experimental configuration flag.
- Removes
index_auto_choose_mode = 'max_used_prefix'
from table service config - Maintains other PostgreSQL compatibility settings (AST cache, temp tables, PG types, PG syntax)
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
⚪ ⚪ Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
…B_EXPERIMENTAL_P=1 (ydb-platform#26129)
Changelog entry
Related issue: #26022
Changelog category
Description for reviewers
...