Closed kaleming closed 4 years ago
Hi @kaleming,
No special kind of commit is required.
I have not seen this behaviour. When using the write_values_through_cellset
method, TM1py does create cellsets in TM1 and they do require some additional RAM. However TM1py also removes them and either way all your cellsets are destroyed after you explicitly logout from the instance.
Perhaps you can play with the technical dimension order of the cube, to lower the overall memory footprint of the cube.
Hi Marius,
Sometimes, after I load some data into cubes, I noticed computer memory usage increases a lot.
After read this postgresql article , I found this could be related:
Is it necessary to do some extra commit after using
tm1.cubes.cells.write_values_through_cellset
?