Saurabh Singh

Results 66 comments of Saurabh Singh

Adding Meta Issue and the child issues opened previously to this RFC in order to track deliverables: https://github.com/opensearch-project/OpenSearch/issues/1042

Thanks @dblock for the proposal. Another key area would be to standardize the various buckets or groups created for the release notes entries such as ``Enhancements``, ``Bug fixes``, ``Maintenance``, ``Refactoring``,...

Thanks for the RFC @kiranprakash154 and notes @msfroh . Regarding the term "Sandbox" used in the proposal, I'd like to offer another perspective. The term might not fully capture the...

Should we pull this in https://github.com/rishabhmaurya/OpenSearch/commit/f261cb380dce345c4ce3671a814a12e67258fff5 and run a benchmark along with profile to identify the early improvements cc: @sandeshkr419

Pushing this out to v2.13, since this optimization is still in the investigation stage. Although the benchmarks numbers looks promising, it requires further deep dive into the lucene code path...

@mgodwan This looks related to the https://github.com/opensearch-project/OpenSearch/pull/13179 where @bowenlan-amzn has added cluster setting to dynamically disable filter rewrite optimization. Based on the description it reduces the deciding threshold for rewrite...

``search.max_buckets`` could be more treated as a circuit breaker construct which limits any bad aggregation query from taking up too many resources, specially memory. I have seen this working in...

This is super exciting @VachaShah!! Would you like to share insights on what Transport classes are good candidates for trying out and experimenting the improvements first. Do you think instrumenting...

Given we are trying to build some cleaner abstractions around [detecting the protocol](https://github.com/opensearch-project/OpenSearch/pull/11910#discussion_r1471803940) and making it pluggable through some[ refactoring](https://github.com/opensearch-project/OpenSearch/pull/11910#pullrequestreview-1844270851), this will need some more time and I believe the...