what is the difference between REORG & OPTIMIZE then
@venkatasai42937 ай бұрын
Good video Raja . Could you please make a video on liquid clustering with example illustrating the difference with normal partitioning .
@rajasdataengineering75857 ай бұрын
Hi Venkat, good suggestion. Sure will create a video on liquid clustering soon
@venkatasai42936 ай бұрын
Thanks raja .
@akashghadage53777 ай бұрын
Thanks!
@rajasdataengineering75857 ай бұрын
Welcome!
@RaviY-o6r7 ай бұрын
After applying optimise command the behaviour is same with out enable deletion vector. What use case we use deletion vector.
@rajasdataengineering75857 ай бұрын
Yes that's right. But we usually don't run optimize command frequently and its not recommended also. So the use cases are like where we need to manipulate the data frequently. This is going to big boost to performance and storage
@venkatasai42937 ай бұрын
@@rajasdataengineering7585why it was not recommend to use optimize command ? Any overhead ?
@rajasdataengineering75857 ай бұрын
Optimize command is rearranging the data files which is costlier operation. So it's not recommended to run so frequently. When we accumulate significant amount of data from previous run, we can run optimize command