-
Graph Perfomance
I have a serial graph with below sequence: i/p -> sort(key1)->rollup(key1)->sort(key2)->rollup(key2)->normalise->o/p. How do we improvise this graph?
-
Graph Performance
I have a master file with user personal details and around 50k users. Each day a transaction file with about 100million records come in and we need to update transaction file with user details present in master file. What is a good approach for this?