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

Data persistence in Datasphere

jeanramon
Product and Topic Expert
Product and Topic Expert
0 Likes
995

Hello, I am using the data persistence in Datasphere. Based on the log, the number of records inserted in the table inflates to about 178x so the initial number of records which is 750k becomes 134M. This also inflates the amount of memory being used. Has anyone encountered this? Anyone with data persistence knowledge can share anything more about it? Thank you!

View Entire Topic
IGPRIETO
Discoverer
0 Likes

Hello,

this persistence problem happened to me several times. It´s usually caused by the wrong use of join cardinalities that can multiply rows.

Join cardinality settings are used for optimization and can lead to unexpected behaviors if the data doesn’t match the stated cardinality

Hope it helps!

Snehi_Kaushik
Discoverer
0 Likes
I was facing a similar issue in one of our graphical views where a left outer join with the fiscal calendar table was causing record inflation. When DISTINCT was applied in the DSP graphical view left outer join, fyi- I kept the cardinality to default (blank), the record count matched the expected output. Try checking the distinct check box in the join to get the distinct values based on the keys