Updated Postgis async (markdown)
parent
50e4701a2e
commit
f3b10c50f6
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Mapnik uses the painter's algorithm to render maps. It means that layers are dra
|
||||||
```
|
```
|
||||||
In this case, the renderer spends a lot of time waiting for PostGIS to perform the query that will feed with features.
|
In this case, the renderer spends a lot of time waiting for PostGIS to perform the query that will feed with features.
|
||||||
|
|
||||||
The asynchronous_request parameter in PostGIS pulgin aims to parallelize rendering and queries on the database server : while a layer is rendering, SQL queries for further layers are sent ahead.
|
The `asynchronous_request` parameter in PostGIS pulgin aims to parallelize rendering and queries on the database server : while a layer is rendering, SQL queries for further layers are sent ahead.
|
||||||
|
|
||||||
|
|
||||||
## When to use it
|
## When to use it
|
||||||
|
|
Loading…
Add table
Reference in a new issue