Skip to content

Commit

Permalink
Merge pull request #33 from crcarreras/patch-2
Browse files Browse the repository at this point in the history
Update choosing-an-engine.md
  • Loading branch information
arushi-firebolt authored Mar 6, 2024
2 parents d50f118 + efbaf32 commit 1bd9520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Overview/choosing-an-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Queries that perform complex aggregations and multiple joins are likely to place

#### Queries with joins benefit from increased RAM

Queries joining multiple tables can be memory intensive, with large data sets cached in RAM during join operations. Try increasing the engine specification with more RAM per node. Aim for the memory of each node to be enough to contain all the join indexes fully in memory. Next, add nodes for additional RAM when running large and complex joins.
Queries joining multiple tables can be memory intensive, with large data sets cached in RAM during join operations. Try increasing the engine specification with more RAM per node. Next, add nodes for additional RAM when running large and complex joins.

#### Aggregation queries benefit from increased CPU

Expand Down

0 comments on commit 1bd9520

Please sign in to comment.