7 ms·
> you can approximate that by doing a LIMIT on unsorted results in a subselect If you still have time left over, you can increase this LIMIT and run the query
by throwaway-kg8d5 5y ago
> you can approximate that by doing a LIMIT on unsorted results in a subselect
If you still have time left over, you can increase this LIMIT and run the query again (c.f. "iterative deepening") to get something like the desired time-limited query behaviour