apache / apache/pinot

[multistage] attach default limit 10 to queries that doesn't have a limit

Open
#12,304 6 comments 0 reactions 0 assignees View on GitHub
multi-stage stale
Dominant language
Java
Stars
6.1k
Forks
1.5k
Avg merge
1d 21h
Merged PRs (30d)
189

Description

- to prevent expensive queries from potentially killing the broker if we do not apply this by default.
- we also need a way to explicitly warn the user the query result is default limited as a warning flag

Contributor guide

Open the contributing guide

Research direction

Start by locating the multistage query path and the broker component that handles queries without an explicit limit. Determine how a default limit and an explicit warning flag could be represented and propagated. Done means unbounded queries receive a limit of 10 and users can tell when that default was applied.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
databases, distributed-systems
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.