Vivek Iyer Vaidyanathan

Results 10 comments of Vivek Iyer Vaidyanathan

> 4. Use boolean expression as the predicate I believe we already have support for this in filter through https://github.com/apache/pinot/pull/8518 Am I missing something @Jackie-Jiang ?

@abhs50 would you be able to pick this up?

IMO, I would avoid using `instanceOf` to achieve this. Here's the [reason](https://armedia.com/blog/instanceof-avoid-in-code/) for the same. What I was suggesting is as follows: Have a method called `getClientIp` in RequesterIdentity. The...

cc: @siddharthteotia @Jackie-Jiang @jasperjiaguo

The plan is to address each section one by one. As the first step, I've expanded the "Server Selection" section with a focus on two parameters - "Server Latency" and...

@Jackie-Jiang please review the design doc above.

@kishoreg Thanks for the comments. I'll respond to the comments in the doc. I just want to reiterate the following - the motivation of this project is to NOT improve...

> I had similar thoughts about measuring server latencies and implementing load balanced routing and looks like you guys have already started implementing that which is great to see! We...

cc: @jasperjiaguo and @siddharthteotia We have an on-going effort where we try to protect the cluster from such cases to improve resiliency. Please refer to issues #9055 and #8618

OSS issue for extending this support to MV columns https://github.com/apache/pinot/issues/10109