Skip to content

Commit b3db957

Browse files
committed
Update performance guide
1 parent 4edcb9c commit b3db957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/preview/guides/performance/my_workload_is_slow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: My Workload Is Slow
55

66
If you find that your workload in DuckDB is slow, we recommend performing the following checks. More detailed instructions are linked for each point.
77

8-
1. Do you have enough memory? DuckDB works best if you have [5-10 GB memory per CPU core]({% link docs/preview/guides/performance/environment.md %}#cpu-and-memory).
8+
1. Do you have enough memory? DuckDB works best if you have [1-4 GB memory per thread]({% link docs/preview/guides/performance/environment.md %}#cpu-and-memory).
99
1. Are you using a fast disk? Network-attached disks (such as cloud block storage) cause write-intensive and [larger than memory]({% link docs/preview/guides/performance/how_to_tune_workloads.md %}#spilling-to-disk) workloads to slow down. For running such workloads in cloud environments, it is recommended to use instance-attached storage (NVMe SSDs).
1010
1. Are you using indexes or constraints (primary key, unique, etc.)? If possible, try [disabling them]({% link docs/preview/guides/performance/schema.md %}#indexing), which boosts load and update performance.
1111
1. Are you using the correct types? For example, [use `TIMESTAMP` to encode datetime values]({% link docs/preview/guides/performance/schema.md %}#types).

0 commit comments

Comments
 (0)