Question on HYBRIDBSOINCALCSCRIPT Log Messages
Hi All,
I was recently testing a calc script in a Hybrid BSO cube, and saw some interesting results around sparse/read writes when using the HYBRIDBSOINCALCSCRIPT command.
The calc has a crossdim to a dynamic sparse parent (so a great candidate for the command):
When i run with the setting off, I get a bunch of sparse & dense calcs (as expected). This version of the rule takes ~60 seconds:
However, when I turn on HYBRIDBSOINCALCSCRIPT FULL, I get the following results (the rule also completes in under a second):
Only 1 read 🧐 I imagine that since this is leveraging the ASO calc engine, which doesn't have a concept of dense/sparse, this is to be expected? We don't typically get these details for ASO calc scripts so this is new to me. Any insight is appreciated!