apache / pinot

Apache Pinot - A realtime distributed OLAP datastore
https://pinot.apache.org/
Apache License 2.0
5.39k stars 1.26k forks source link

Allow admins to disallow queries on a table #12415

Open vrajat opened 7 months ago

vrajat commented 7 months ago

During certain scenarios, it is useful to disallow querying a table as data maybe inconsistent or not up to date. For example, a real time table is catching up on processing a stream of data.

One option is to add a flag to IdealState to disallow queries which can be set/unset through an API call.

abhioncbr commented 4 months ago

@Jackie-Jiang, can you please assign this to me? Thanks