Skip to content

Commit

Permalink
Merge pull request #4086 from stavro/patch-1
Browse files Browse the repository at this point in the history
Fix typo in FAQ
  • Loading branch information
szarnyasg authored Nov 19, 2024
2 parents c9e1430 + bfadfdf commit 594d89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ DuckDB can also run in [in-memory mode]({% link docs/connect/overview.md %}#in-m
<div class="answer" markdown="1">

The type of storage used to run DuckDB has a [significant performance impact]({% link docs/guides/performance/environment.md %}#disk).
In general, using SSDs (SATA or NVMe SSDs) leadst to superior performance compared to HDDs.
In general, using SSDs (SATA or NVMe SSDs) leads to superior performance compared to HDDs.
The location of the storage varies greatly depending the workload.
_For read-only workloads,_ the DuckDB database can be stored on local disks and remote endpoints such as [HTTPS]({% link docs/extensions/httpfs/https.md %}) and cloud object storage such as [AWS S3]({% link docs/extensions/httpfs/s3api.md %}) and similar providers.
_For read-write workloads,_ storing the database on instance-attached storage yields the best performance.
Expand Down

0 comments on commit 594d89b

Please sign in to comment.