can make pg_variables globally visible
Mad-Apes opened this issue · 2 comments
Mad-Apes commented
Hello
pg_variables is session-only visibility. I am wondering if you can make it globally visible. In this way, the pg_variables can become similar to Redis.
za-arthur commented
Hello,
It is very interesting idea. But for know we haven't such plan, since it requires to implement a concurrency access.
Is it possible to you to hold some long-lived session which could be accessed by your application?
Mad-Apes commented
Hello,
Even if I hold long-lived session,Because of pg_variables is session-only visibility. The other session can not fetch data from the long-lived session。