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
For colocated tables, we use a pg table IDs for user YSQL tables and cotable IDs for system tables as docdb prefix. Currently, the code for encoding / decoding these is in docdb itself, which might make the code harder to manage in future.
We should refactor and add a higher level abstraction for encoding / decoding these table IDs.
The text was updated successfully, but these errors were encountered:
For colocated tables, we use a pg table IDs for user YSQL tables and cotable IDs for system tables as docdb prefix. Currently, the code for encoding / decoding these is in docdb itself, which might make the code harder to manage in future.
We should refactor and add a higher level abstraction for encoding / decoding these table IDs.
The text was updated successfully, but these errors were encountered: