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
754c0973
Commit
754c0973
authored
Feb 11, 2021
by
Alex Ives
Committed by
Achilleas Pipinellis
Feb 11, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docs to allow query plan links in postgres.ai
parent
d0d33e15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
doc/development/database_review.md
doc/development/database_review.md
+4
-1
No files found.
doc/development/database_review.md
View file @
754c0973
...
...
@@ -144,7 +144,10 @@ test its execution using `CREATE INDEX CONCURRENTLY` in the `#database-lab` Slac
##### Query Plans
-
The query plan for each raw SQL query included in the merge request along with the link to the query plan following each raw SQL snippet.
-
Provide the link to the plan at:
[
explain.depesz.com
](
https://explain.depesz.com
)
. Paste both the plan and the query used in the form.
-
Provide a public link to the plan from either:
-
[
postgres.ai
](
https://postgres.ai/
)
: Follow the link in
`#database-lab`
and generate a shareable, public link
by clicking the
**Share**
button in the upper right corner.
-
[
explain.depesz.com
](
https://explain.depesz.com
)
: Paste both the plan and the query used in the form.
-
When providing query plans, make sure it hits enough data:
-
You can use a GitLab production replica to test your queries on a large scale,
through the
`#database-lab`
Slack channel or through
[
ChatOps
](
understanding_explain_plans.md#chatops
)
.
...
...
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