Forum Discussion
martinrowe
6 years agoAdvocate I
Vertipaq Column encoding - HASH v VALUE
Is there anyway to understand why vertipaq chooses to encode a column in HASH v VALUE? I have 2 tables where 2 column values are sequential primary keys in MySQL database, one is also a foreign key i...
mbujtor
5 years agoFrequent Visitor
Hi Martin,
I have the same issue:
- the primary key in my fact table (FactKey) got value encoding
- the primary key in my dimension table (DimKey) - also a foreign key in the fact table- got hash encoding
of course both colums are Int64 type.
Did you find any solution/explanation for this?
Thank you,
Máté