<div dir="ltr">Hey,<div><br></div><div>For me face are slower because the geometry is computed each time, where lines and points geometry are just retrieved from tables.</div><div>I agree using big topology is currently difficult.<br>
Another trick is called "clipping": use a polygon to define the area you are interested in and use spatial test to limit the number of objects to load.<br><br></div><div>QGis is far from supporting correctly Postgis layer, even with simple table/view .<br>

For the tickets : <a href="http://hub.qgis.org/issues/8852">http://hub.qgis.org/issues/8852</a> about one of the numerous bug.</div><div>Nonetheless, latest dev version of QGis supports materialized view : <a href="http://hub.qgis.org/issues/8791">http://hub.qgis.org/issues/8791</a> , QGis developers are very reactive.</div>
<div><br></div><div>For the option it's in the rendering settings.</div><div><br></div><div>Sadly I'm not a QGis guru, but I'm often in the place where I have to use it to do something it was not intended to do (like rendering mult-millions point cloud).</div>
<div><br></div><div><br></div><div>I'm a wiki noob, can you provide me a link to create a new page (logged with my osgeo loggin, I couldn't find the button to add a new page)</div><div><a href="http://trac.osgeo.org/postgis/wiki/UsersWikiMain">http://trac.osgeo.org/postgis/wiki/UsersWikiMain</a><br>
</div><div><br></div><div>This page looks also out of date?</div><div>Cheers,</div><div><br></div><div>Rémi-C</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/10/28 Sandro Santilli <span dir="ltr"><<a href="mailto:strk@keybit.net" target="_blank">strk@keybit.net</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Mon, Oct 28, 2013 at 09:48:25AM +0100, Rémi Cura wrote:<br>
> Hey,<br>
> in QGIS you will have slow visualization essentially on faces.<br>
><br>
> If your topogeom are based on node or edge it is faster.<br>
<br>
</div>Any topogeometry layer is slow with QGIS, as it cannot use<br>
an index in any case.<br>
<div class="im"><br>
> If not, I use materialized view (requiere postgres 9.3), as a "buffer" for<br>
> qgis. The problem is QGIS 2.0 doesn't support yet materialized view, so you<br>
> have to create a proxy view onto your materialized view for qgis!<br>
> It is a bit of useless code but it is a great comfort gain.<br>
<br>
</div>Interesting tip. Why doesn't QGIS support materialized views ?<br>
Sounds like a possibly very easy thing to add, did you file a ticket<br>
in there ?<br>
<div class="im"><br>
> Also, you can use QGis visualisation settings to make the element appears<br>
> dynamically, again this is better than just waiting with blank screen<br>
<br>
</div>Ohh, lots of good info here. How do you do that ?<br>
Hey, what about writing some of these tips into the postgis wiki ?<br>
"Working with topology in qgis"<br>
<br>
--strk;<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a><br>
</div></div></blockquote></div><br></div>