You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a Raspberry Pi, a cached query for 20 results takes about 70ms. A cached query that does not yield any results, takes about 25ms. It seems these extra 45ms are spend on just moving the 20 records! We should try to improve this.
The text was updated successfully, but these errors were encountered:
On a Raspberry Pi, a cached query for 20 results takes about 70ms. A cached query that does not yield any results, takes about 25ms. It seems these extra 45ms are spend on just moving the 20 records! We should try to improve this.
The text was updated successfully, but these errors were encountered: