Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e87bce24
Commit
e87bce24
authored
Apr 19, 2022
by
Andreas Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update database dictionary
See
https://gitlab.com/gitlab-org/gitlab/-/issues/359362
parent
317ccc4c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
db/docs/postgres_async_indexes.yml
db/docs/postgres_async_indexes.yml
+3
-1
db/docs/postgres_reindex_actions.yml
db/docs/postgres_reindex_actions.yml
+4
-1
db/docs/postgres_reindex_queued_actions.yml
db/docs/postgres_reindex_queued_actions.yml
+3
-1
No files found.
db/docs/postgres_async_indexes.yml
View file @
e87bce24
...
...
@@ -4,6 +4,8 @@ classes:
-
Gitlab::Database::AsyncIndexes::PostgresAsyncIndex
feature_categories
:
-
database
description
:
TODO
description
:
>-
Contains a queue-like structure for database indexes scheduled to be created asynchronously.
See https://docs.gitlab.com/ee/development/adding_database_indexes.html#create-indexes-asynchronously for more details.
introduced_by_url
:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/66478
milestone
:
'
14.2'
db/docs/postgres_reindex_actions.yml
View file @
e87bce24
...
...
@@ -4,6 +4,9 @@ classes:
-
Gitlab::Database::Reindexing::ReindexAction
feature_categories
:
-
database
description
:
TODO
description
:
>-
Captures details about reindexing operations on a per-index basis.
See https://docs.gitlab.com/ee/administration/raketasks/maintenance.html#rebuild-database-indexes
for details about reindexing.
introduced_by_url
:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/43156
milestone
:
'
13.5'
db/docs/postgres_reindex_queued_actions.yml
View file @
e87bce24
...
...
@@ -4,6 +4,8 @@ classes:
-
Gitlab::Database::Reindexing::QueuedAction
feature_categories
:
-
database
description
:
TODO
description
:
>-
Contains a queue-like structure for reindexing actions.
Actions in this queue will be prioritized over regular reindexing actions.
introduced_by_url
:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/73480
milestone
:
'
14.5'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment