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
Now we are using varchar for trees.uuid, and use wallet.toekn.capture_id as a reference of trees.uuid, but it is in uuid type, so we need join data by: trees.uuid::text = token.capture_id::text to cast type and compare, we need find out the performance of this operation and potential optimization.
Please contact me for the db resources for testing
The text was updated successfully, but these errors were encountered:
Now we are using varchar for trees.uuid, and use wallet.toekn.capture_id as a reference of trees.uuid, but it is in
uuid
type, so we need join data by: trees.uuid::text = token.capture_id::text to cast type and compare, we need find out the performance of this operation and potential optimization.Please contact me for the db resources for testing
The text was updated successfully, but these errors were encountered: