cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Optimize Light not work Zero Elimination

Former Member
0 Likes
834

Hi good day,

I have the following records in my Infocube:

Negative 1 record and a positive record that gives zero result

/CPMB/LIGHT_OPTIMIZE runs Succeeded but not wor zero elimination.

in the process Collapse is actived zero elimination

The version BPC is 10.1NW SP09 on Hana

how can I solve that?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi David,

Make the number of requests to 1 or 0 depending upon the no. of requests you see in your cube now...and run again.

Hope it helps....

Regards,

JP

Former Member
0 Likes

Thanks JP

Former Member
0 Likes

Hi JP,

Number of request  = 0 is not advised for any DB. For example, if you use it for Oracle DB data loads will be slow after LO since no stats are available on the table.

If author is using HANA then number of requests = 0 is fine.

For all other DBs I'd suggest talking to DBA before changing this setting.

Regards,

Gersh

Former Member
0 Likes

Hey Gersh,

Thanks for the info! But what in case of BPC 10/10.1 with normal BW and not HANA??? Will having number of requests equal to 0 have any effects??

Regards,

JP

former_member186338
Active Contributor
0 Likes

Looks like it's OK with MS SQL engine....

Former Member
0 Likes

Hi JP,

As I said, it depends on the DB you use. For Oracle it has negative effect because F table becomes empty and doesn't have statistics. Therefore no INSERTs are going to use indices. In such case it's advisable to load first a small number of records, refresh statistics and then run bigger loads.

Not sure about other DBs.

Regards,

Gersh

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Likes

Number of requests=0

former_member186338
Active Contributor
0 Likes

And please read also

Former Member
0 Likes

Thanks Vadim.