-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parallel support #235
Comments
Hi all. I'm interested in this issue too. I'll aim to work through analyzing planner output, but if there is any advice on what I need to consider with respect to the pointcloud context would appreciate it. Cheers Mike Thomas |
In the end to achieve better performance i dropped postgis and pointcloud for the raster managment at all. |
Hey @gabri94 , this is typically the type of query that should have been using the index. |
I was using the index obviously, but since i had to run 2Billion queries on the same DSM it would have took 30 days to finish. |
Sure, point cloud and databases are only useful in some situations. |
Thanks Gabriel and Remi. |
Hi, I'd like to take advantage of the parallelization offered by the latest versions of Posgres.
I've tried to run the following query to check whether the planner would have executed it in parallel.
However I realized that it wasn't the case. I saw that the function PC_Intersects is marked as 'PARALLEL SAFE'
What could be the problem?
The text was updated successfully, but these errors were encountered: