discard all will drop all session which mapping to one backend process #4
Comments
Sorry, it is expected behavior. Or, in other words, DISCARD command is not currently supported by built-in connection pooler. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HI,
when i use more connection to pool size.
and use one session to execute discard all, then all session which mapping to the same backend process with this session's session variable(sequence, prepared statement,....) will all discard.
why not only discard one session's variables?
The text was updated successfully, but these errors were encountered: