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
I want to store bucket_id of google privacy sandboxes summary report, which is natively uint128 (ok, it is bitmask of 128 bit length).
So i'm in doubt, how to store this bucket_id in the ClickHouse table's column using uptrace client.
I was trying to use big.Int struct as Model field (native Go client for CH can use it), but no success. Is it some reasonable way to store "big integer" not as hex string or so ugly and stupid representation using API provided by Uptrace, which in all other respects is perfect for me.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to store bucket_id of google privacy sandboxes summary report, which is natively uint128 (ok, it is bitmask of 128 bit length).
So i'm in doubt, how to store this bucket_id in the ClickHouse table's column using uptrace client.
I was trying to use big.Int struct as Model field (native Go client for CH can use it), but no success. Is it some reasonable way to store "big integer" not as hex string or so ugly and stupid representation using API provided by Uptrace, which in all other respects is perfect for me.
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions