|
|
|
|
|
by throwaway-kg8d5
1710 days 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 |
|