post - Postgresql Parallel Processing/Batch Processing -




i need call function, test_function(clientcode) every clientcode, c1, c2, etc. test_function(c1), test_function(c2) @ same time.
inside test_function(clientcode): read records clientcode sampletable, insert values temporarytable, processing , put values finaltable.

how make sure test_function(c1), test_function(c2), test_function(c3) called @ same time. how avoid locking? how batch processing achieved? can parallel processing done above scenario? appreciated.





wiki

Comments

Popular posts from this blog

elasticsearch - what is the equivalent data type for geo_point in hibernate search? -

firebase - How to wait value in Ionic 2 -

Jenkins: find build number for git commit -