Very true. I would have gone with Every coder knows the secret to optimizin’ is knowing what to throw away and knowing what to keep
> 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…
Very true. I would have gone with Every coder knows the secret to optimizin’ is knowing what to throw away and knowing what to keep
> 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…