Skip to content

Allow table functions to disable statement caching#17702

Merged
Mytherin merged 1 commit intoduckdb:v1.3-ossivalisfrom
Mytherin:disablestatementcache
May 28, 2025
Merged

Allow table functions to disable statement caching#17702
Mytherin merged 1 commit intoduckdb:v1.3-ossivalisfrom
Mytherin:disablestatementcache

Conversation

@Mytherin
Copy link
Collaborator

Currently we assume all plans can be cached - this allows table functions to opt out of statement caching. If this is opted out of we will always rebind when re-executing a prepared statement instead.

@Mytherin Mytherin merged commit 51070f2 into duckdb:v1.3-ossivalis May 28, 2025
48 checks passed
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request Jun 2, 2025
Allow table functions to disable statement caching (duckdb/duckdb#17702)
@Mytherin Mytherin deleted the disablestatementcache branch June 12, 2025 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant