Skip to content

Commit f7d78be

Browse files
authored
Remove duplicate section; update versions; update sitemap (#1211)
1 parent e86e1f8 commit f7d78be

File tree

10 files changed

+286
-297
lines changed

10 files changed

+286
-297
lines changed

pages/fundamentals/indexes.mdx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -245,19 +245,6 @@ optimal label-property index with the smallest average property value size. The
245245
query is run only once after all indexes have been created and data inserted in
246246
the database.
247247

248-
### Index hinting
249-
250-
You can also instruct the planner to [use specific
251-
index(es)](/querying/performance-optimization) (if possible) by specifying which
252-
index(es) to use at the beginning of the query with `USING INDEX` clause.
253-
254-
<Callout type="warning">
255-
256-
Overriding planner behavior with index hints should be used with caution, and
257-
only by experienced developers and/or database administrators, as a poor index
258-
choice may cause queries to perform poorly.
259-
260-
</Callout>
261248

262249
### Schema-related procedures
263250

pages/getting-started/build-memgraph-from-source.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Download the toolchain for your operating system from one of the following links
116116
- [Debian 11 (arm64)](https://s3-eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v6/toolchain-v6-binaries-debian-11-arm64.tar.gz)
117117
- [Debian 12 (x86_64)](https://s3.eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v6/toolchain-v6-binaries-debian-12-amd64.tar.gz)
118118
- [Debian 12 (arm64)](https://s3.eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v6/toolchain-v6-binaries-debian-12-arm64.tar.gz)
119-
- [Fedora 41 (x86_64)](https://s3.eu-west-1.amazonaws.com/download.memgraph.com/memgraph/v3.1.0/fedora-41/memgraph-3.1.0_1-1.x86_64.rpm)
119+
- [Fedora 41 (x86_64)](https://s3.eu-west-1.amazonaws.com/download.memgraph.com/memgraph/v3.1.1/fedora-41/memgraph-3.1.1_1-1.x86_64.rpm)
120120
- [Ubuntu 22.04 (x86_64)](https://s3-eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v6/toolchain-v6-binaries-ubuntu-22.04-amd64.tar.gz)
121121
- [Ubuntu 24.04 (x86_64)](https://s3-eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v6/toolchain-v6-binaries-ubuntu-24.04-amd64.tar.gz)
122122
- [Ubuntu 24.04 (arm64)](https://s3-eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v6/toolchain-v6-binaries-ubuntu-24.04-arm64.tar.gz)

pages/getting-started/install-memgraph/centos.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ latest Memgraph packages.
3535
For example, for CentOS 10:
3636

3737
<CodeSnippet
38-
code="sudo wget https://download.memgraph.com/memgraph/v3.1.0/centos-10/memgraph-3.1.0_1-1.x86_64.rpm"
38+
code="sudo wget https://download.memgraph.com/memgraph/v3.1.1/centos-10/memgraph-3.1.1_1-1.x86_64.rpm"
3939
page="install-memgraph/centos" os="centos"/>
4040

4141
<Callout>

pages/getting-started/install-memgraph/debian.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ latest Memgraph packages.
3232

3333
For example, for Debian 12:
3434

35-
<CodeSnippet code="sudo wget https://download.memgraph.com/memgraph/v3.1.0/debian-12/memgraph_3.1.0-1_amd64.deb" page="install-memgraph/debian" os="debian"/>
35+
<CodeSnippet code="sudo wget https://download.memgraph.com/memgraph/v3.1.1/debian-12/memgraph_3.1.1-1_amd64.deb" page="install-memgraph/debian" os="debian"/>
3636

3737
<Callout>
3838

pages/getting-started/install-memgraph/direct-download-links.mdx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@ Download Hub](https://memgraph.com/download/). If you need direct links for the
1111
latest version of Memgraph database, take a look at the list below.
1212

1313
## Docker
14-
- [https://download.memgraph.com/memgraph/v3.1.0/docker/memgraph-3.1.0-docker.tar.gz](https://download.memgraph.com/memgraph/v3.1.0/docker/memgraph-3.1.0-docker.tar.gz)
15-
- [https://download.memgraph.com/memgraph/v3.1.0/docker-aarch64/memgraph-3.1.0-docker.tar.gz](https://download.memgraph.com/memgraph/v3.1.0/docker-aarch64/memgraph-3.1.0-docker.tar.gz)
14+
- [https://download.memgraph.com/memgraph/v3.1.1/docker/memgraph-3.1.1-docker.tar.gz](https://download.memgraph.com/memgraph/v3.1.1/docker/memgraph-3.1.1-docker.tar.gz)
15+
- [https://download.memgraph.com/memgraph/v3.1.1/docker-aarch64/memgraph-3.1.1-docker.tar.gz](https://download.memgraph.com/memgraph/v3.1.1/docker-aarch64/memgraph-3.1.1-docker.tar.gz)
1616

1717
## Linux
1818

1919
Memgraph can be run on the Linux distributions listed below.
2020

2121
### CentOS
22-
- [https://download.memgraph.com/memgraph/v3.1.0/centos-9/memgraph-3.1.0_1-1.x86_64.rpm](https://download.memgraph.com/memgraph/v3.1.0/centos-9/memgraph-3.1.0_1-1.x86_64.rpm)
23-
- [https://download.memgraph.com/memgraph/v3.1.0/centos-10/memgraph-3.1.0_1-1.x86_64.rpm](https://download.memgraph.com/memgraph/v3.1.0/centos-10/memgraph-3.1.0_1-1.x86_64.rpm)
22+
- [https://download.memgraph.com/memgraph/v3.1.1/centos-9/memgraph-3.1.1_1-1.x86_64.rpm](https://download.memgraph.com/memgraph/v3.1.1/centos-9/memgraph-3.1.1_1-1.x86_64.rpm)
23+
- [https://download.memgraph.com/memgraph/v3.1.1/centos-10/memgraph-3.1.1_1-1.x86_64.rpm](https://download.memgraph.com/memgraph/v3.1.1/centos-10/memgraph-3.1.1_1-1.x86_64.rpm)
2424

2525
### Debian
26-
- [https://download.memgraph.com/memgraph/v3.1.0/debian-11/memgraph_3.1.0-1_amd64.deb](https://download.memgraph.com/memgraph/v3.1.0/debian-11/memgraph_3.1.0-1_amd64.deb)
27-
- [https://download.memgraph.com/memgraph/v3.1.0/debian-11-aarch64/memgraph_3.1.0-1_arm64.deb](https://download.memgraph.com/memgraph/v3.1.0/debian-11-aarch64/memgraph_3.1.0-1_arm64.deb)
28-
- [https://download.memgraph.com/memgraph/v3.1.0/debian-12/memgraph_3.1.0-1_amd64.deb](https://download.memgraph.com/memgraph/v3.1.0/debian-12/memgraph_3.1.0-1_amd64.deb)
29-
- [https://download.memgraph.com/memgraph/v3.1.0/debian-12-aarch64/memgraph_3.1.0-1_arm64.deb](https://download.memgraph.com/memgraph/v3.1.0/debian-12-aarch64/memgraph_3.1.0-1_arm64.deb)
26+
- [https://download.memgraph.com/memgraph/v3.1.1/debian-11/memgraph_3.1.1-1_amd64.deb](https://download.memgraph.com/memgraph/v3.1.1/debian-11/memgraph_3.1.1-1_amd64.deb)
27+
- [https://download.memgraph.com/memgraph/v3.1.1/debian-11-aarch64/memgraph_3.1.1-1_arm64.deb](https://download.memgraph.com/memgraph/v3.1.1/debian-11-aarch64/memgraph_3.1.1-1_arm64.deb)
28+
- [https://download.memgraph.com/memgraph/v3.1.1/debian-12/memgraph_3.1.1-1_amd64.deb](https://download.memgraph.com/memgraph/v3.1.1/debian-12/memgraph_3.1.1-1_amd64.deb)
29+
- [https://download.memgraph.com/memgraph/v3.1.1/debian-12-aarch64/memgraph_3.1.1-1_arm64.deb](https://download.memgraph.com/memgraph/v3.1.1/debian-12-aarch64/memgraph_3.1.1-1_arm64.deb)
3030

3131
### Fedora
32-
- [https://download.memgraph.com/memgraph/v3.1.0/fedora-41/memgraph-3.1.0_1-1.x86_64.rpm](https://download.memgraph.com/memgraph/v3.1.0/fedora-41/memgraph-3.1.0_1-1.x86_64.rpm)
32+
- [https://download.memgraph.com/memgraph/v3.1.1/fedora-41/memgraph-3.1.1_1-1.x86_64.rpm](https://download.memgraph.com/memgraph/v3.1.1/fedora-41/memgraph-3.1.1_1-1.x86_64.rpm)
3333

3434
### Red Hat
35-
- [https://download.memgraph.com/memgraph/v3.1.0/centos-9/memgraph-3.1.0_1-1.x86_64.rpm](https://download.memgraph.com/memgraph/v3.1.0/centos-9/memgraph-3.1.0_1-1.x86_64.rpm)
35+
- [https://download.memgraph.com/memgraph/v3.1.1/centos-9/memgraph-3.1.1_1-1.x86_64.rpm](https://download.memgraph.com/memgraph/v3.1.1/centos-9/memgraph-3.1.1_1-1.x86_64.rpm)
3636

3737
### Ubuntu
38-
- [https://download.memgraph.com/memgraph/v3.1.0/ubuntu-22.04/memgraph_3.1.0-1_amd64.deb](https://download.memgraph.com/memgraph/v3.1.0/ubuntu-22.04/memgraph_3.1.0-1_amd64.deb)
39-
- [https://download.memgraph.com/memgraph/v3.1.0/ubuntu-24.04/memgraph_3.1.0-1_amd64.deb](https://download.memgraph.com/memgraph/v3.1.0/ubuntu-24.04/memgraph_3.1.0-1_amd64.deb)
40-
- [https://download.memgraph.com/memgraph/v3.1.0/ubuntu-24.04-aarch64/memgraph_3.1.0-1_arm64.deb](https://download.memgraph.com/memgraph/v3.1.0/ubuntu-24.04-aarch64/memgraph_3.1.0-1_arm64.deb)
38+
- [https://download.memgraph.com/memgraph/v3.1.1/ubuntu-22.04/memgraph_3.1.1-1_amd64.deb](https://download.memgraph.com/memgraph/v3.1.1/ubuntu-22.04/memgraph_3.1.1-1_amd64.deb)
39+
- [https://download.memgraph.com/memgraph/v3.1.1/ubuntu-24.04/memgraph_3.1.1-1_amd64.deb](https://download.memgraph.com/memgraph/v3.1.1/ubuntu-24.04/memgraph_3.1.1-1_amd64.deb)
40+
- [https://download.memgraph.com/memgraph/v3.1.1/ubuntu-24.04-aarch64/memgraph_3.1.1-1_arm64.deb](https://download.memgraph.com/memgraph/v3.1.1/ubuntu-24.04-aarch64/memgraph_3.1.1-1_arm64.deb)
4141

pages/getting-started/install-memgraph/docker.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ libraries](/client-libraries) and follow their getting started guide.
167167

168168
If you've downloaded the Memgraph Docker image directly from the [Memgraph
169169
download hub](https://memgraph.com/download), you'll receive a file named
170-
similar to `memgraph-3.1.0-docker.tar.gz` (the exact file name varies based on
170+
similar to `memgraph-3.1.1-docker.tar.gz` (the exact file name varies based on
171171
the version you've downloaded).
172172

173173
To load this image into Docker, do the following:
@@ -181,7 +181,7 @@ Use the `docker load` command to load the
181181
image into Docker:
182182

183183
```terminal
184-
docker load -i memgraph-3.1.0-docker.tar.gz
184+
docker load -i memgraph-3.1.1-docker.tar.gz
185185
```
186186

187187
{<h3 className="custom-header">Run the Memgraph image</h3>}

pages/getting-started/install-memgraph/fedora.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ latest Memgraph packages.
3434

3535
For example, for Fedora 39:
3636

37-
<CodeSnippet code="sudo wget https://download.memgraph.com/memgraph/v3.1.0/fedora-41/memgraph-3.1.0_1-1.x86_64.rpm" page="install-memgraph/fedora" os="fedora"/>
37+
<CodeSnippet code="sudo wget https://download.memgraph.com/memgraph/v3.1.1/fedora-41/memgraph-3.1.1_1-1.x86_64.rpm" page="install-memgraph/fedora" os="fedora"/>
3838

3939
<Callout>
4040

@@ -50,7 +50,7 @@ After downloading the Memgraph RPM package, you can install it by issuing the
5050
following command:
5151

5252
``` console
53-
sudo dnf install -y ./memgraph-3.1.0_1-1.x86_64.rpm
53+
sudo dnf install -y ./memgraph-3.1.1_1-1.x86_64.rpm
5454
```
5555

5656
If you run into any troubles while installing Memgraph, contact us on

pages/getting-started/install-memgraph/redhat.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ latest Memgraph packages.
4444

4545
For example, for Red Hat 9:
4646

47-
<CodeSnippet code="sudo wget https://download.memgraph.com/memgraph/v3.1.0/centos-9/memgraph-3.1.0_1-1.x86_64.rpm" page="install-memgraph/redhat" os="redhat"/>
47+
<CodeSnippet code="sudo wget https://download.memgraph.com/memgraph/v3.1.1/centos-9/memgraph-3.1.1_1-1.x86_64.rpm" page="install-memgraph/redhat" os="redhat"/>
4848

4949

5050

@@ -63,7 +63,7 @@ After downloading the Memgraph RPM package, you can install it by issuing the
6363
following command:
6464

6565
``` console
66-
sudo dnf install -y ./memgraph-3.1.0_1-1.x86_64.rpm
66+
sudo dnf install -y ./memgraph-3.1.1_1-1.x86_64.rpm
6767
```
6868

6969
If you run into any troubles while installing Memgraph, contact us on

pages/getting-started/install-memgraph/ubuntu.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ latest Memgraph packages.
3535

3636
For example:
3737

38-
<CodeSnippet code="sudo wget https://download.memgraph.com/memgraph/v3.1.0/ubuntu-24.04/memgraph_3.1.0-1_amd64.deb" page="install-memgraph/ubuntu"/>
38+
<CodeSnippet code="sudo wget https://download.memgraph.com/memgraph/v3.1.1/ubuntu-24.04/memgraph_3.1.1-1_amd64.deb" page="install-memgraph/ubuntu"/>
3939

4040
<Callout>
4141

0 commit comments

Comments
 (0)