GitLab Bot
01c201bc6a
Add latest changes from gitlab-org/gitlab@master
2020-11-10 09:08:45 +00:00
GitLab Bot
98d7cc758f
Add latest changes from gitlab-org/gitlab@master
2020-10-30 18:08:56 +00:00
GitLab Bot
c3fcd33976
Add latest changes from gitlab-org/gitlab@master
2020-06-11 21:08:37 +00:00
GitLab Bot
ead1d2523c
Add latest changes from gitlab-org/gitlab@master
2020-06-04 15:08:21 +00:00
GitLab Bot
1691cbe307
Add latest changes from gitlab-org/gitlab@master
2020-05-26 12:08:22 +00:00
GitLab Bot
ed5add1c2f
Add latest changes from gitlab-org/gitlab@master
2020-04-10 18:09:32 +00:00
GitLab Bot
6f2065c468
Add latest changes from gitlab-org/gitlab@master
2020-03-25 15:07:47 +00:00
GitLab Bot
be2f4c5788
Add latest changes from gitlab-org/gitlab@master
2020-03-24 03:09:28 +00:00
GitLab Bot
72721699f1
Add latest changes from gitlab-org/gitlab@master
2020-02-18 00:09:20 +00:00
GitLab Bot
56a7627af0
Add latest changes from gitlab-org/gitlab@master
2020-02-13 03:09:05 +00:00
GitLab Bot
2fa7d2ddf6
Add latest changes from gitlab-org/gitlab@master
2019-11-14 09:06:15 +00:00
Nikolay Samokhvalov
5487280c8c
Links: switch from GitHub to GitLab Postgres mirror repo
...
GitLab.com also has an up-to-date Postgres mirror.
2019-08-13 06:03:53 +00:00
Marcel Amirault
25aa4e0322
Remove extra whitespaces in docs
...
Removes all the extra whitespaces at end of lines,
inside tags, and removes extra newlines
2019-07-09 03:28:41 +00:00
Lucas Charles
d3ff1e07e2
Add section to dev docs on accessing chatops
...
closes 62127
2019-06-07 01:00:36 +00:00
Toon Claes
be47267331
Add activerecord-explain-analyze gem
...
This gem allows you to get the `EXPLAIN ANALYZE` query plan, directly
from the Rails console.
The gem is installed with `require: false`, but if it was loaded on
launch, this would be it's memory load:
```
TOP: 145.3086 MiB
rails/all: 22.4844 MiB
...
activerecord-explain-analyze: 2.9648 MiB
active_record/connection_adapters/postgresql_adapter: 2.9648 MiB
pg: 2.9648 MiB
pg_ext: 2.9648 MiB
...
```
2019-06-03 20:53:53 +02:00
Toon Claes
8615250930
Add some more database docs
...
Add a few useful links for those who want to learn more about
databases and database performance.
2019-06-03 15:59:58 +02:00
Evan Read
d98560c1f5
Make unordered lists conform to styleguide
...
- Also makes other minor Markdown fixes that were near the main fixes.
2019-01-08 12:21:09 +10:00
Yorick Peterse
3d46f3155a
Add documentation about reading query plans
...
This adds a database guide on how to read the output of "EXPLAIN" and
"EXPLAIN ANALYZE", and how to use this output to understand a query's
performance and optimise it.
2018-08-17 15:22:42 +02:00