If I was Only interested the data for a small region, I only need to download the tiles that cover the region, rather than a potentially global dataset.
Alternately, the wider zooms tend to have aggregated information, so you can still get a sense of the data at global scale.
qGIS has to be one of the standout open source projects these days up there with firefox. Its great to see.
It's pretty conceivable to use ST_AsMVT now in QGIS to power a layer or two. We use QGIS pretty extensively to work with PostGIS tables already, so the ability to see the data in prerender stage (raw geometries) and all the middle and end stages (processed geometries and MVTs) we want is super powerful for anyone wanting to work with vector tiles and PostGIS.
It looks like any Mapbox GL JSON compatible-theme can be used (https://github.com/maptiler/qgis-maptiler-plugin#load-a-map-...), which includes most vector and raster styles from Mapbox, Stadia Maps, Jawg Maps, and many others.
(Disclosure: I cofounded Stadia Maps.)
So, curious to see if this new method of loading tiles resolves this issue (or, if a more recent version of Q resolves it - as I was using the previous LTS last time I tried this).
This practically means printing OpenStreetMap in PDF in vectors - and beautiful native maps for your next GIS project.