daniel_bartley3
9 years agoNew Member
Status:
Needs Votes
Data type optimisation for Uniqueidentifier/hash
I have a source system with lots of uniqueidentifiers. I do ETL to strategically flatten the data model and change the data type of relationship keys and bitint to int64 (database is third party and overzealous for our purposes. Could SSAS engine detect that some fields are unique identifier / hash and skip the dictionary step to reduce bloat? Ie. the processing engine encodes the hash as int64 and throws away the gibberish or dumps it in a redundant temp file.
3 Comments
- simon_goemans1New Member
Something like the link below would be great. Not too hard to implement, but would be nice if it came out the box
https://community.powerbi.com/t5/Desktop/Privacy-Hashing-of-keys/m-p/110574
- kbarber1New Member
If you use Tabular Editor 3, you can edit the encoding hints of your columns so that it becomes more likely that they will be encoded using value encoding (i.e. no dictionary) instead of hash encoding (i.e. with dictionary). However, as far as I know, editing the encoding hints is not supported by Microsoft.
- fbcideas_migusrNew MemberStatus added:Needs Votes
Recent ideas
Data Pipelines - Run only selected activities
For debugging and testing pipeline activities during development, allow us to select one or multiple activities and run only the selected pipeline activities. For example, I'm working on editing ...frithjof_v4 hours agoCommunity ChampionNew611Views11likes2CommentsSemantic model connection bindings should be in source control (Git)
Semantic model data source connection bindings should be source controlled. A semantic model can contain multiple data source references, each of which can be mapped to a separate Fabric data connec...frithjof_v11 hours agoCommunity ChampionNew16Views1like0CommentsBulk changing column names in Visualizations Pane
We often use raw/api column names or measures with a set nomenclature to be consistent and to keep track of them but we do not want to display these names in the visuals. Currently we have to change ...vishal14019715 hours agoFrequent VisitorNew6Views0likes0Comments