Hi everybody,
the question is:
does LASR Star Schema support any other join condition besides the inner join?
I don't know how to change this condition.
It seems to me so strange the impossibility to change the join condition in a star schema.
May be by editing the code? How?
Please help me.
Thank you very much.
Gabriele
Hi LinusH,
thank you for your reply.
I have my fact table that is composed by cases, which are interactions between customers and the company.
Every case is identified by 3 values, but sometimes we have a 4th value.
This 4th value is registered in another table, dim_service.
I would like to join the fact table and the dim_service without loosing all the other cases.
Gabriele
Hi @LinusH,
is it possible that the LASR Schema doesn't perform a Inner join.
I have this two table, the fact one which is about 10 M records and the dimension table which is 1 M records.
The Output table have the same records of the fact table.
Is it possible?
Could you help me?
Thank you
Hi @LinusH,
i keep on not understanding so well how the LASR Schema works.
I have one fact table 10M records and one dimension table 1M records. The cardinality it's 1 to n.
Viewing the output i understand that:
- VA performs an inner join
- VA performs a sort by key: using the output table in an Exploration if i filter for a specific value, which should have two rows (i tried the query on Guide), i can see only the first row.
Could you help me?
Thank you
Hi @LinusH,
of course the table has a foreign key.
Maybe i was not able to express my problem in the correct way.
The problem here is that i'm not understanding the behaviour of VA performing Star Schema: the output it shows it is not what i expect.
Thank you for you support
Gabriele
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.
Lock in the best rate now before the price increases on April 1.
See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.
Find more tutorials on the SAS Users YouTube channel.