developmentseed / timvt

PostGIS based Vector Tile server.
https://developmentseed.org/timvt/
MIT License
187 stars 27 forks source link

add note on Function performances #62

Open vincentsarago opened 3 years ago

vincentsarago commented 3 years ago

Because we use temporary function (we add the SQL function and then rollback the transaction) the performance is worse than when using registered function within the database.

ToDo