hpcc-systems / DataPatterns

HPCC Systems ECL bundle that provides some basic data profiling and research tools to an ECL programmer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Best Record Structure + var length string

GordonSmith opened this issue · comments

There are situations where the optimal string format will be a variable length string. I recently had a field whose profile was:

  • min string len: 2
  • mean string len: 112
  • max string len: 37262
    (aprox numbers)

In the above scenario I would expect the "optimized" string to be a var length string?

Change made in v1.4.2.