world-federation-of-advertisers / cross-media-measurement

A privacy centric system for cross publisher, cross media ads measurement through secure multiparty computations.
https://halo.wfanet.org/
Apache License 2.0
36 stars 11 forks source link

Use protobuf types in Kingdom Spanner database #1797

Closed SanjayVas closed 2 months ago

SanjayVas commented 2 months ago

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.