<div dir="ltr"><div class="gmail_default" style="font-family:monospace">Nyall,</div><div class="gmail_default" style="font-family:monospace"><br></div><div class="gmail_default" style="font-family:monospace">I use separate fields for start and end. I say it doesn't appear to be filtering on the provider side via SQL WHERE clause thanks to <a href="https://github.com/qgis/QGIS/issues/39798">https://github.com/qgis/QGIS/issues/39798</a> which allows me to see that everything in the layer is there.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Nov 8, 2020 at 9:59 PM Nyall Dawson <<a href="mailto:nyall.dawson@gmail.com">nyall.dawson@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Mon, 9 Nov 2020 at 12:04, Cory Albrecht <<a href="mailto:maps@hanfastolfe.com" target="_blank">maps@hanfastolfe.com</a>> wrote:<br>
><br>
> Playing around with the new temporal controller I notice that it loads all features from a layer and then (I'm guessing) filters them in memory to draw on the canvas. I noticed it because I disconnected my laptop to go work from the couch while we watched some TV and my data is in a a PostGIS database. My complex is absolutely filled with wifi APs so collisions are rampant and speed is horrible, but with the old Time Manager plugin it was doable because it added a filter that only loaded from the DB the features that were necessary instead of all of them. That method of Time Manager also made things doubly snappy over the gigabit wired link compared to 117Mbps on WiFi.<br>
<br>
That's only the case in very rare circumstances - usually the filter<br>
is indeed handed off to the underlying database in order to utilise<br>
whatever indices have been setup there. What temporal settings do you<br>
have on your layer?<br>
<br>
Nyall<br>
<br>
<br>
><br>
> Perhaps the temporal controller could use that idea to manage things better? Could it possibly help with tickets like 39856 and 39798? Also, I notice that the attributes table for temporal labels also has all features, even the ones that are not showing, and that is confusing.<br>
> _______________________________________________<br>
> Qgis-user mailing list<br>
> <a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>
> List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
> Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
</blockquote></div>