Amazon Redshift announces support for VARBYTE data type - devamazonaws.blogspot.com

Amazon Redshift has launched support for the VARBYTE data type. VARBYTE is a variable size data type for storing and representing variable-length binary strings. With this announcement, Amazon Redshift can now support variable length binary data for use with core Amazon Redshift features, SQL UDFs and SQL DDL for creating VARBYTE columns in tables. VARBYTE(n) syntax gives you the flexibility to specify the size (‘n’). The default for n is 64KB and max is 1MB. VARBYTE values are displayed/printed as Hex values to ensure all binary bytes are printable.

Post Updated on December 03, 2021 at 05:28PM

Comments

Popular posts from this blog

[MS] Pulling a single item from a C++ parameter pack by its index, remarks - devamazonaws.blogspot.com

[MS] Debugger breakpoints are usually implemented by patching the in-memory copy of the code - devamazonaws.blogspot.com

[MS] The case of the crash when destructing a std::map - devamazonaws.blogspot.com