I don't have much experience generating vector tiles dynamically. Instead I use Tippecanoe.
I'm looking at generating tiles from PostGIS and see at least three options:
- PostGIS + Geoserver (with vector tiles extension)
- PostGIS + Tegola
- PostGIS, using its own native ST_AsMVT function.
So: What is the benefit of using an additional layer on top of PostGIS rather than its own direct support for vector tile generation?