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

Problem: snowflake's ProcessUniqueId is not serializable to a binary #215

Closed
yrashk opened this issue Mar 29, 2017 · 0 comments
Closed

Problem: snowflake's ProcessUniqueId is not serializable to a binary #215

yrashk opened this issue Mar 29, 2017 · 0 comments

Comments

@yrashk
Copy link
Contributor

yrashk commented Mar 29, 2017

This makes it harder to use it for process-scoped unique values (cursor IDs, subscription IDs, etc.) and it is often being replaced with UUIDs for that, which are too global and much slower.

Proposed solution: contribute binary serialization to snowflake, see Stebalien/snowflake#7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant