Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksanford committed Nov 14, 2024
1 parent 34dbb7b commit d0ad9ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/services/data/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ Failing to write to MongoDB doesn't affect capturing & syncing data to cloud sto

{{< alert title="Caution" color="caution" >}}

- Capturing Directly to MongoDB may write data to MongoDB that later fails to be written to disk (and therefore never gets synced to app.viam.com).
- Capturing Directly to MongoDB does not retry failed writes to MongoDB. As a consequence, it is NOT guaranteed all data captured will be written to MongoDB. This can happen in cases such MongoDB being inaccessible to viam-server or writes timing out.
- Capturing Directly to MongoDB may reduce the maximum frequency that Data Capture can capture data due to the added latency of writing to MongoDB. If your usecase needs to support very high capture rates, this feature may not be appropriate.
- Capturing directly to MongoDB may write data to MongoDB that later fails to be written to disk (and therefore never gets synced to cloud stroage).

Check failure on line 183 in docs/services/data/_index.md

View workflow job for this annotation

GitHub Actions / runner / codespell

stroage ==> storage
- Capturing directly to MongoDB does not retry failed writes to MongoDB. As a consequence, it is NOT guaranteed all data captured will be written to MongoDB. This can happen in cases such MongoDB being inaccessible to viam-server or writes timing out.
- Capturing directly to MongoDB may reduce the maximum frequency that Data Capture can capture data due to the added latency of writing to MongoDB. If your use case needs to support very high capture rates, this feature may not be appropriate.

{{< /alert >}}

Expand Down

0 comments on commit d0ad9ed

Please sign in to comment.