Michael Froh

Results 32 comments of Michael Froh

Could we piggy-back on the idea of "[views](https://github.com/opensearch-project/OpenSearch/issues/6181)" to enforce sandboxes? A view could be associated with a sandbox. Alternatively, if we wanted to be more flexible, a view could...

My next few messages contain notes from Search Backlog and Triage meeting: https://www.meetup.com/opensearch/events/298411954/. The @ references refer to the people who said the respective lines. * @kkhatua: This is a...

* Stavros: Is this here to prevent long-running queries? What if I have a long-running query and want to run it without impacting others. Can I suspend the query? *...

* @macrakis: This seems like a very low level mechanism. If I'm a sysadmin, I would like to guarantee some performance characteristics, like some queuing system. Classic operating system behavior....

* @kkhatua: Example usage is folks who change their dashboard to refresh every 30 seconds, down from 5 minutes. * @macrakis: We can do that by limiting users to different...

* @kkhatua: Expectation is that sysadmins will first run in monitoring mode, and then set soft/hard limits based on the observed steady state.

Of course, if we're concerned about sending massive queries from the client to the server, we can always use the "terms lookup" feature for a terms query. More broadly, I...

I was brainstorming with @harshavamsi on this one briefly last week. I think there might be some trickery that we can do especially for the special case where a segment...

> will documentation be required for this feature in 2.12? This is purely an internal optimization task. It should not require any documentation.

We should try benchmarking numeric sort queries with https://github.com/apache/lucene/pull/13149. Based on the explanation at https://blunders.io/posts/es-benchmark-4-inlining, we may see significant improvement to numeric sorting..