Re: [postgis-users] CPU tuning

2017-01-09 Thread Marcone
2017-01-09 12:21 GMT-02:00 Rémi Cura : > postgres 9.4 is non-parallelised, what you see is that postgres use 100% > of a core, but the core beig used is rotated, > which mean the average usage of your cpu is 100% / 4 (your number of core), > which might be the explaination for your 30%. > Exactly

Re: [postgis-users] ST_Split with Multilinestring

2016-06-14 Thread Marcone
2016-06-14 9:52 GMT-03:00 Birgit Laggner : > I would like to use the ST_Split function to split polygons from one table > with all intersecting lines from another table. Unfortunately, I get the > following error: > > ERROR: Splitting a Polygon by a MultiLineString is unsupported > SQL Status:XX00