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

Store domain as list/array in memory and in Postgres. Remove domain_size column. #76

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

richardwu
Copy link
Collaborator

We have issues with datasets that contain the symbol | since we use ||| as a separator for the list of domain values.

We should be keeping the list of domains as a collection in memory and in Postgres. Rather than do our own array serialization we Pandas + Postgres should handle the array serialization into Postgres.

@richardwu richardwu requested a review from minafarid February 16, 2019 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant