Dear Colleagues,
I have found something very similar, and I feel if I am hitting a bug.
2079837 - SYB: Avoid redundant statistics update due to CR 770415
- select datachange('S30.SAPSR3./BI0/F0SMD_PE2H',NULL,NULL)
- go
- ---------------------------
- 51328.034017
- (1 row affected)
- updateallstatistics"S30.SAPSR3./BI0/F0SMD_PE2H"
- go
- sp_flushstats
- go
- (return status = 0)
- select datachange('S30.SAPSR3./BI0/F0SMD_PE2H',NULL,NULL)
- go
- ---------------------------
- 51328.034017
"to avoid running into CR 770415, we need to enforce no hashing for partitioned tables on older releases
if partcnt > 1 and ( dbrel < '15.7.0.132' or ( dbrel+0(4) = '16.0' and dbrel < '16.0.01.00' ) ).
The version I am using is ASE 15.7 on SP134. So I plan to raise a case with SAP.
What is your call?