Sample Header Ad - 728x90

Is there any method to perform something parallel in postgresql extension?

0 votes
1 answer
104 views
According to this link, to perform something parallel in postgresql extension, multi-thread isn't an option. So is there any other method? Such as some API and usage about multi-process? Maybe let me konw where can I find any example code? Or the expection itself of performing something parallel in Postgresql extension does not reasonable at all? Would you provide some explanation? Updated: Regarding the things I want to parallelize, it generally has nothing with Postgresql, but caculate hash of a bunch of data
Asked by Qiu Yangfan (157 rep)
Sep 21, 2023, 01:33 PM
Last activity: Sep 22, 2023, 03:41 AM