You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ai-integration/generating-embeddings/overview.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,10 +124,10 @@ import LanguageContent from "@site/src/components/LanguageContent";
124
124
where you can track processing duration, batch sizes, and overall progress.
125
125
Learn more about the functionality of the stats view in the [Ongoing Tasks Stats](../../studio/database/stats/ongoing-tasks-stats/overview.mdx) article.
126
126
127
-
* The number of embeddings generation tasks across all databases can also be monitored using [SNMP](../../server/administration/snmp/snmp.mdx).
127
+
* The number of embeddings generation tasks across all databases can also be monitored using [SNMP](../../server/administration/snmp/snmp-overview.mdx).
128
128
The following SNMP OIDs provide relevant metrics:
129
-
*[5.1.11.25](../../server/administration/snmp/snmp.mdx#5.1.11.25) – Total number of enabled embeddings generation tasks.
130
-
*[5.1.11.26](../../server/administration/snmp/snmp.mdx#5.1.11.26) – Total number of active embeddings generation tasks.
129
+
*[5.1.11.25](../../server/administration/snmp/snmp-overview.mdx#5.1.11.25) – Total number of enabled embeddings generation tasks.
130
+
*[5.1.11.26](../../server/administration/snmp/snmp-overview.mdx#5.1.11.26) – Total number of active embeddings generation tasks.
Copy file name to clipboardExpand all lines: docs/client-api/faq/transaction-support.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ then you must enable [optimistic concurrency](../../client-api/session/configura
121
121
### Multi-master model
122
122
123
123
RavenDB employs the multi-master model, allowing writes to be made to any node in the cluster.
124
-
These writes are then propagated asynchronously to the other nodes via [replication](../../server/clustering/replication/replication.mdx).
124
+
These writes are then propagated asynchronously to the other nodes via [replication](../../server/clustering/replication/replication-overview.mdx).
125
125
126
126
The interaction of transactions and distributed work is anything but trivial. Let's start from the obvious problem:
127
127
@@ -174,11 +174,11 @@ If you care about avoiding lost updates, you need to ensure you have the conflic
174
174
175
175
The following is an important aspect to RavenDB's transactional behavior with regards to asynchronous replication.
176
176
177
-
When replicating modifications to another server, RavenDB will ensure that the [transaction boundaries](../../server/clustering/replication/replication.mdx#replication-&-transaction-boundary) are maintained.
177
+
When replicating modifications to another server, RavenDB will ensure that the [transaction boundaries](../../server/clustering/replication/replication-overview.mdx#replication-&-transaction-boundary) are maintained.
178
178
If there are several document modifications in the same transaction they will be sent in the same replication batch, keeping the transaction boundary on the destination as well.
179
179
180
180
However, a special attention is needed when a document is modified in two separate transactions but the replication of the first transaction has not occurred yet.
181
-
Read more about that in [How revisions replication help data consistency](../../server/clustering/replication/replication.mdx#how-revisions-replication-help-data-consistency).
181
+
Read more about that in [How revisions replication help data consistency](../../server/clustering/replication/replication-overview.mdx#how-revisions-replication-help-data-consistency).
Copy file name to clipboardExpand all lines: docs/client-api/operations/maintenance/backup/backup-overview.mdx
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,26 +20,26 @@ import LanguageContent from "@site/src/components/LanguageContent";
20
20
* RavenDB's Backup task is an [Ongoing-Task](../../../../studio/database/tasks/ongoing-tasks/general-info.mdx)
21
21
designed to run periodically on a pre-defined schedule.
22
22
You can run it as a one-time operation as well, by using [Export](../../../../client-api/smuggler/what-is-smuggler.mdx#export)
23
-
or executing a backup task [immediately](../../../../client-api/operations/maintenance/backup/backup.mdx#initiate-immediate-backup-execution).
23
+
or executing a backup task [immediately](../../../../client-api/operations/maintenance/backup/backup-overview.mdx#initiate-immediate-backup-execution).
24
24
25
25
* On a [sharded](../../../../sharding/overview.mdx) database, a single backup task
26
26
is defined by the user for all shards, and RavenDB automatically defines
27
27
sub-tasks that create backups per shard.
28
28
Read about backups on a sharded database [in the section dedicated to it](../../../../sharding/backup-and-restore/backup.mdx).
*[Backup to Local and Remote Destinations](../../../../client-api/operations/maintenance/backup/backup-overview.mdx#backup-to-local-and-remote-destinations)
@@ -361,7 +361,7 @@ The retention policy is a property of `PeriodicBackupConfiguration`:
361
361
You can create a Server-Wide Backup task to back-up **all the databases in your cluster** at a scheduled time.
362
362
Individual databases can be excluded from the backup. Learn more in [Studio: Server-Wide Backup](../../../../studio/server/server-wide-backup.mdx).
363
363
364
-
Backups can be made locally, as well as to a [set of remote locations](../../../../client-api/operations/maintenance/backup/backup.mdx#backup-to-local-and-remote-destinations).
364
+
Backups can be made locally, as well as to a [set of remote locations](../../../../client-api/operations/maintenance/backup/backup-overview.mdx#backup-to-local-and-remote-destinations).
Use the same [Backup](../../../../client-api/operations/maintenance/backup/backup.mdx#backup) and [Restore](../../../../client-api/operations/maintenance/backup/restore.mdx) methods that are used to create and restore **un**-encrypted backups.
114
+
Use the same [Backup](../../../../client-api/operations/maintenance/backup/backup-overview.mdx#backup) and [Restore](../../../../client-api/operations/maintenance/backup/restore.mdx) methods that are used to create and restore **un**-encrypted backups.
115
115
Specify whether encryption is used, and with which encryption key,
116
116
in the **BackupEncryptionSettings** structure defined within the
Copy file name to clipboardExpand all lines: docs/client-api/operations/maintenance/backup/restore.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,11 +183,11 @@ You can create the cluster in advance, and restore the database to multiple node
183
183
184
184
<Admonitiontype="note"title="This procedure is advisable only when restoring a Snapshot."id="this-procedure-is-advisable-only-when-restoring-a-snapshot"href="#this-procedure-is-advisable-only-when-restoring-a-snapshot">
185
185
186
-
* When a [logical-backup](../../../../client-api/operations/maintenance/backup/backup.mdx#logical-backup)
186
+
* When a [logical-backup](../../../../client-api/operations/maintenance/backup/backup-overview.mdx#logical-backup)
187
187
is restored, each document receives a new change-vector according to the node it resides on.
188
188
When the database instances synchronize, this change-vector will be updated and be composed of all database nodes tags.
189
189
190
-
* When a [snapshot](../../../../client-api/operations/maintenance/backup/backup.mdx#snapshot) is restored,
190
+
* When a [snapshot](../../../../client-api/operations/maintenance/backup/backup-overview.mdx#snapshot) is restored,
191
191
documents are **not** assigned a new change-vector because the databases kept by all nodes are considered identical.
192
192
Each document retains the original change-vector it had during backup.
193
193
When the database instances synchronize, documents' change-vectors do **not** change.
Copy file name to clipboardExpand all lines: docs/data-archival/overview.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ import LanguageContent from "@site/src/components/LanguageContent";
49
49
* The server scans the database periodically (at an interval specified when the task is enabled),
50
50
identifies documents scheduled for archiving, and archives them at the scheduled time.
51
51
* In a cluster, the archiving task runs on the [preferred node](../client-api/configuration/load-balance/overview.mdx#the-preferred-node) (the first node in the cluster topology).
52
-
Archived documents are then propagated to the other nodes through [internal replication](../server/clustering/replication/replication.mdx#internal-replication).
52
+
Archived documents are then propagated to the other nodes through [internal replication](../server/clustering/replication/replication-overview.mdx#internal-replication).
* The delete revisions action will be logged in the [audit log](../../../../server/security/audit-log/audit-log.mdx).
31
+
* The delete revisions action will be logged in the [audit log](../../../../server/security/audit-log/audit-log-overview.mdx).
32
32
* This operation is only available for a client certificate with a [security clearance](../../../../server/security/authorization/security-clearance-and-permissions.mdx) of _DatabaseAdmin_ or higher.
33
33
34
34
* By default, the operation will be applied to the [default database](../../../../client-api/setting-up-default-database.mdx).
0 commit comments