Closed
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
airamare01
suggested changes
Mar 12, 2025
| SELECT * FROM pg_stat_progress_create_index; | ||
| ``` | ||
| Look for the `blocks_done` value in the output. Run the query at intervals—if this number increases, reindexing is ongoing. For better readability, enable extended output with `\x` command. | ||
| Also note that the reindexing process might take a bit of time reindexing the rockskip table if the reindexing is happening in the code intel DB. |
Contributor
There was a problem hiding this comment.
Line 54/55 doesn't make sense. Could you check what you were trying to communicate here?
Contributor
Author
There was a problem hiding this comment.
@airamare01 The reindexing process applies to all three databases. In Atlassian's case, it specifically occurred in the code intel DB, where we observed that the rockskip table took significantly longer to reindex. That's why I included the caveat.
Contributor
There was a problem hiding this comment.
@airamare01 @mibali pretty old PR but is this change still needed?
Member
|
Closing this PR due to inactivity. Feel free to reopen! |
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR Introduced guidance on using
pg_stat_progress_create_indexto track reindexing status, helping admins confirm whether the process is progressing.Pull Request approval
You will need to get your PR approved by at least one member of the Sourcegraph team. For reviews of docs formatting, styles, and component usage, please tag the docs team via the #docs Slack channel.