Hello,
we are currently running tests in respect to disk space usage when inserting records into our table. Just want to be sure, if Bytes.toBytes(String) encodes a character with 2 bytes (Unicode)? As we only have ANSI characters in the rowkey (~ 48 characters) and qualifier values, I wonder if we could save disk space by converting stuff to an Ansi-String before sending it to the server? Thanks, Thomas
