I have a base table for which I've built two MVs:
- to be filtered by LOCAL_TS (Epoch in milliseconds)
- other to be filtered for UTC_TS
I've clustered both initially by date(TS) and it was working fine, until ...I've accidentally run the command to RESUME CLUSTER on MV 1), which basically tells SF to do automatic clustering. This messed up by clustering info so badly, and even after I SUSPEND the automatic RECLUSTER, dropping the cluster key and adding again, the AUTOMATIC CLUSTER ON: true shows on SHOW MATERIALIZED VIEWS !
I don't get it: it seems like I can't turn on the AUT. recluster for that MV and that MV only? Can anyone please help me? I've been trying for hours, same query, but now MV does not appear to be really clustered by my key: it should have 30K partitions, and it's say 55K now.
Seems like the RESUME CLUSTER messed it all up, but it should be a way to revert this , right?
I'm open to suggestions.
Thank you!