My table has the following data:
date | color
2012.11.06 | light green
2012.11.06 | light green <- in any single date color is the same
…
2012.11.06 | light green
2012.11.07 | green
2012.11.07 | green
…
2012.11.07 | green
There are two such columns. When I saved this partitioned table its columns had full length. Is it possible to save this two columns in the compressed form? For example, 10000 (cnt), 2 (enumeration, value for light green)