Prepared statements in D1 are only a client side thing so that you can bind values to the statement.

Prepared statements in D1 are only a client side thing so that you can bind values to the statement. It doesn't change the actual query execution, or duration, at all.
Was this page helpful?