So I'm a bit confused when it comes to field size and V_WString.
In the Select Tool doc: https://help.alteryx.com/20221/designer/select-tool
It mentions the following: "To change the supported length (characters for string...) select Size and enter a number."
In the Data Type doc: https://help.alteryx.com/20221/designer/data-types
It mentions: "Variable Length Wide String. The length of the field adjusts to accommodate the entire string within the field and will accept any character."
So four questions, the data I'm working with contains VERY long strings in some fields. So I'm very wary of truncated fields.
1. Which one has a higher priority? The set field size limit in the select tool or V_WString inherent auto adjust property?
2. Does field size just dictate the limit of a field or does it allocate memory to reserve that space? Because I would assume that Alteryx would go with the most performant option.
3. I ALWAYS set all V_WString field size to max value of 2,147,483,647. I don't think I ever encountered any issues, is there a problem with this?
4. Does field size affect the pushed table in the output database in any shape or form?
Thanks.