Description
If we have a query with a LIMIT clause and either no WHERE clause or a WHERE clause that only filters on the leading PK columns, we should run it serially. Otherwise, we're spawning too many client-side threads that likely won't be required.