You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently greptimedb support pg protocol, and can serve as a metakv backend for greptimedb itself (haven't tested actually, maybe need some compatible adjustions). #5208 will introduce leader election for multiple metasrvs, which requires pg_advisory_lock. So at least we need a imitation of advisory lock to make greptimedb as a kv backend for greptimedb.
The text was updated successfully, but these errors were encountered:
A interesting idea, does not matter seriously.
Currently greptimedb support pg protocol, and can serve as a metakv backend for greptimedb itself (haven't tested actually, maybe need some compatible adjustions). #5208 will introduce leader election for multiple metasrvs, which requires
pg_advisory_lock
. So at least we need a imitation of advisory lock to make greptimedb as a kv backend for greptimedb.The text was updated successfully, but these errors were encountered: