r2dbc-postgresql
r2dbc-postgresql copied to clipboard
Run EXPLAIN with/without ANALYZE using a previously prepared statement
trafficstars
I haven't found a way to do this:
- Using extended protocol, prepare a named statement (using v3 protocol feature, not the actual PREPARE statement), but do not actually run it
- Instead, run EXPLAIN (ANALYZE) EXECUTE statement_name(..
..) Apparently this flow is not supported currently, but I would be happy to find if I'm wrong. If it's not supported, it would be great to support.