Solved! Go to Solution.
Hi @kedar26
The above is correct. If you are looking to speed up a process that only uses In-DB functionality, then you will need to improve your database sever's hardware.
Luke
Hi @kedar26 ,
increasing RAM on your local machine will improve performance of an Alteryx workflow to some extend, but this will depend on other components of the machine as well (e.g. disk, processor). If the bottleneck is disk speed, increasing RAM will not be a big issue. Maybe the blogpost https://community.alteryx.com/t5/Engine-Works-Blog/Hardware-Matters/ba-p/424033 is helpful.
For running a workflow using IN-DB tools, RAM on your local machine is not really important, but RAM on database server is. But - especially using an Oracle DB - configuration is an important issue. In addition to (or as a first step before) increasing memory you should have a look at the specific configuration of the database and use possible optimization options (https://docs.oracle.com/database/121/TGDBA/toc.htm ). So if you use IN-DB tools, you should optimize of the server side to achieve performance improvements, otherwise adding memory to the local machine will make sense.
Hope this is helpful in any way.
Best regards
Roland
Thanks for the update.