Improve support for string lengths
Open
kaizen
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 206
- PR merge metrics
- No merged PRs in 30d
Description
Feature request:
For importing strings from a CSV into a SQL DB, it'd be helpful if:
* the guesser also guessed a max length (ie max sample length + 50% of variance)
* output-jdbc plugins then used the guessed max length and created ```VARCHAR(guessed_max_length)``` instead of TEXT fields.
Contributor guide
Assessment
This issue has not been assessed yet.