developmentseed / tipg

Simple and Fast Geospatial OGC Features and Tiles API for PostGIS.
https://developmentseed.org/tipg/
MIT License
151 stars 22 forks source link

Use multi-values inserts rather than separate inserts for data loads. #147

Closed bitner closed 10 months ago

bitner commented 10 months ago

Multi-Value Inserts are much faster (and less verbose when watching logs) than using separate INSERT statements.