trustfall icon indicating copy to clipboard operation
trustfall copied to clipboard

Add to docs that trustfall is rarely the slowest part of query execution

Open u9g opened this issue 1 year ago • 1 comments

Often times the slowest part of query execution is the user's adapter code, let's add that to the docs.

u9g avatar Aug 21 '23 04:08 u9g

We should also add the advice about compiling Trustfall and its key dependencies for running queries in release mode, because that's the only exception to the "Trustfall isn't the slow part" here. Running Trustfall in debug mode can be a 10x slowdown, and having it compile in release mode pays for itself since one doesn't update (and therefore recompile) Trustfall every day.

obi1kenobi avatar Aug 21 '23 19:08 obi1kenobi