0

Anybody has a link to ParAccel documentation where I can find all column encodings that ParAccel has with description and examples for each?

Thanks!

diemacht
  • 2,022
  • 7
  • 30
  • 44
  • If you meant redshift ones (forked from paraccel) you can find it here: http://docs.aws.amazon.com/redshift/latest/dg/c_Compression_encodings.html – Guy Oct 26 '13 at 21:55
  • I know there should be a dictionary encoding in ParAccel that can replace normalization of columns. However, I can't find such in RedShift documentation. – diemacht Oct 27 '13 at 05:39
  • Bytedict - http://docs.aws.amazon.com/redshift/latest/dg/c_Byte_dictionary_encoding.html – Guy Nov 03 '13 at 14:48

1 Answers1

0

RedShift (which is actually a version of ParAccel) has the following encodings: http://docs.aws.amazon.com/redshift/latest/dg/c_Compression_encodings.html

diemacht
  • 2,022
  • 7
  • 30
  • 44