we are using singlestore databases in that I have a columstore table in which we have noticed data skew, as a result, we are experiencing performance concerns.
+----------+----------+------------+-------------+
| avg_rows | row_skew | avg_memory | memory_skew |
+----------+----------+------------+-------------+
| 3748574 | 780.300 | 0 | NULL |
+----------+----------+------------+-------------+
How can this data skew be fixed? We have 24 columns in the table overall, with 3 shard keys and 7 unique keys, we are seeing dataskew on few more tables but this table having highest data skew.