James Taylor created PHOENIX-1432: ------------------------------------- Summary: Run limit query that has only leading PK column filter serially Key: PHOENIX-1432 URL: https://issues.apache.org/jira/browse/PHOENIX-1432 Project: Phoenix Issue Type: Bug Reporter: James Taylor
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. -- This message was sent by Atlassian JIRA (v6.3.4#6332)