Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use protobuf types in Kingdom Spanner database #1797

Closed
6 tasks done
SanjayVas opened this issue Sep 10, 2024 · 0 comments
Closed
6 tasks done

Use protobuf types in Kingdom Spanner database #1797

SanjayVas opened this issue Sep 10, 2024 · 0 comments
Assignees
Labels
internal cleanup Internal improvements to code that may not be apparent in external interfaces

Comments

@SanjayVas
Copy link
Member

SanjayVas commented Sep 10, 2024

Cloud Spanner now has native support for protocol buffers. Our existing columns containing serialized protobufs messages can be migrated to using these types to utilize the native support. This allows for visibility inside of these messages when querying. Eventually, the JSON columns for debugging can also be dropped.

@SanjayVas SanjayVas self-assigned this Sep 10, 2024
@SanjayVas SanjayVas added the internal cleanup Internal improvements to code that may not be apparent in external interfaces label Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal cleanup Internal improvements to code that may not be apparent in external interfaces
Projects
None yet
Development

No branches or pull requests

1 participant