Skip to content

smartint#37

Merged
jqnatividad merged 2 commits intomasterfrom
smart-type
May 10, 2022
Merged

smartint#37
jqnatividad merged 2 commits intomasterfrom
smart-type

Conversation

@jqnatividad
Copy link
Copy Markdown
Collaborator

leverages qsv's min/max stats we get while scanning for datatypes to find proper postgres integer data type to use as well.

Resolves #17

based on the min/max value of a column, we can infer the best postgres data type
and choose appropriately - integer, bigint or numeric.
@jqnatividad jqnatividad merged commit af1af39 into master May 10, 2022
@jqnatividad jqnatividad deleted the smart-type branch January 18, 2023 02:24
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.

Optimized data type mapping to PostgreSQL data types (for speed/reduced storage/efficiency)

1 participant