Loading…
OpenSearchCon India 2026
15-16 June 2026 | Mumbai, India
View More Details & Registration

IMPORTANT NOTE: Timing of sessions and room locations are subject to change.

The Sched app allows you to build your schedule but is not a substitute for your event registration. In order to attend OpenSearchCon Europe 2026, please visit our website to register.

This schedule is automatically displayed in India Standard Time (IST | UTC+5:30). To see the schedule in your preferred timezone, please select from the drop-down located at the bottom of the menu to the right.
Venue: 205 clear filter
arrow_back View All Dates
Tuesday, June 16
 

9:30am IST

HSplit: Teaching OpenSearch To Split Smart, Not Split Hard - Shaik Subhani & Atri Sharma, Apple
Tuesday June 16, 2026 9:30am - 9:50am IST
Operating OpenSearch at large scale with multi-tenant, hierarchical data introduces serious sharding challenges. Queries can fan out to hundreds of shards, hot shards reduce throughput, and rebalancing large clusters becomes operationally difficult.

This session introduces HSplit, a production-proven intelligent sharding system designed for OpenSearch deployments managing millions of folders, billions of documents, and petabytes of data. HSplit analyzes hierarchical structure, access-control patterns, and usage behavior to automatically determine optimal partition boundaries.

We’ll show how HSplit reduced per-query shard fanout from 200+ shards to single digits (95% reduction) and improved P95 latency from 2–5 seconds to 100–300 ms (10× faster) while maintaining stable performance as data grows. The session covers access-aware partitioning, composite scoring strategies, constraint-driven splitting, and stateless routing that supports thousands of queries per second.

Attendees will gain practical strategies, architectural patterns, and decision frameworks for designing efficient sharding strategies for large-scale, multi-tenant OpenSearch environments.
Speakers
avatar for Shaik Subhani

Shaik Subhani

Software Engineer, Apple
Shaik is a Software Engineer at Apple Inc. specializing in AI infrastructure, knowledge graphs, and large-scale data platforms. He focuses on building scalable machine learning and search systems, including vector databases, RAG platforms, and enterprise AI solutions. With over 6... Read More →
avatar for Atri Sharma

Atri Sharma

Senior Engineering Manager, Apple
Atri Sharma is a Senior Engineering Manager at Apple specializing in distributed databases, large-scale search infrastructure, and data platforms. Previously, he held engineering roles at Uber, Amazon, Microsoft, Intuit, and State Street. He is an active contributor to PostgreSQL... Read More →
Tuesday June 16, 2026 9:30am - 9:50am IST
205

10:00am IST

From Signals To Security: Automation & Observability in the Modern Cloud - Rahul Bhalla, IBM India Pvt. Ltd.
Tuesday June 16, 2026 10:00am - 10:20am IST
Open source observability has moved beyond dashboards and “logs vs metrics vs traces.” Today, teams are converging on unified telemetry pipelines that support reliability and security use cases—without locking into a single tool. In this session, we’ll map the evolving landscape of open source tools for analytics, observability, and security, and show how modern stacks are built around standardized instrumentation (OpenTelemetry), scalable backends (Prometheus ecosystem, Grafana/Loki/Tempo, OpenSearch/Elastic alternatives), and policy-driven operations in Kubernetes.

We’ll cover the biggest shifts shaping the ecosystem: tool sprawl → composable platforms, manual triage → automated correlation, and rising data costs → smarter sampling and routing. You’ll leave with a practical reference architecture for collecting, enriching, routing, storing, and querying telemetry—plus guidance on selecting components based on scale, compliance, and budget.
Speakers
avatar for Rahul Bhalla

Rahul Bhalla

Senior Staff System Engineer, IBM India Pvt. Ltd.
Product and platform leader with 10+ years across release management, application delivery, and cloud engineering. Builds secure, scalable platforms using DevSecOps automation, agile methods, and design thinking. Experienced in AI/ML and hybrid cloud, translating technical depth into... Read More →
Tuesday June 16, 2026 10:00am - 10:20am IST
205

10:30am IST

Scaling Vector Search With GPU Acceleration on OpenSearch 3.0 - Chintan Agrawal, Amazon Web Service
Tuesday June 16, 2026 10:30am - 11:10am IST
Building billion-scale vector indexes on OpenSearch has traditionally meant days of CPU-intensive processing. OpenSearch 3.0 changes this with GPU-accelerated index building using CAGRA and auto-optimize for automated hyperparameter tuning.

This session shares hands-on lessons building billion-scale vector indexes on OpenSearch 3.0. We cover the end-to-end journey: selecting embedding models, choosing between HNSW and IVF algorithms, leveraging GPU-accelerated builds for up to 9x faster indexing, and using auto-optimize to balance recall, latency, and cost without manual tuning of ef_construction and M parameters.

We dive into production realities including quantization strategies (scalar, product, binary) to reduce memory footprint, disk-optimized vector search for cost-sensitive workloads, and hybrid search combining vector similarity with BM25 keyword matching. We cover operational patterns for zero-downtime index rebuilds and monitoring vector search performance.

Attendees leave with a decision framework for vector index configuration, benchmarks across deployment sizes, and guidance on when GPU acceleration pays off versus CPU-only approaches.
Speakers
avatar for Chintan Agrawal

Chintan Agrawal

Solution Architect, Amazon Web Service
Chintan Agrawal is a Solutions Architect with over 7 years of experience, with a specialization in Analytics and Healthcare domain.He possesses a strong enthusiasm for assisting clients in discovering valuable insights from their data. Through his expertise, he constructs innovative... Read More →
Tuesday June 16, 2026 10:30am - 11:10am IST
205

11:35am IST

Building Context-Aware AI Agents With Persistent Memory in OpenSearch and Claude - Shubham Kumar & Ramya Bhat, Amazon Web Services
Tuesday June 16, 2026 11:35am - 12:15pm IST
AI agents powered by LLMs such as Claude are inherently stateless and rely on external systems to maintain persistent memory. While these models can reason, plan, and call tools, they cannot retain knowledge across sessions on their own, forcing users to repeat information and limiting context-aware interactions.

In this session, we explore how to build context-aware AI agents with persistent memory using OpenSearch. Attendees will learn how OpenSearch’s agentic memory enables agents to store conversations, extract knowledge, learn user preferences, and retrieve relevant context over time.

Through practical examples, we demonstrate semantic knowledge extraction, preference learning, and session summarisation, showing how models like Claude can leverage stored context for personalised, intelligent responses. By the end, participants will understand how to design scalable memory architectures that transform stateless LLM agents into context-aware systems that continuously learn from interactions.
Speakers
avatar for Shubham Kumar

Shubham Kumar

Associate Delivery Consultant - Data & AI, Amazon Web Services
Shubham is an Associate Delivery Consultant at Amazon Web Services, based in Bangalore. He specializes in Big Data, Data Lakes, ETL Migrations, Search and Observability, as well as GenAI projects. With deep technical expertise, He consistently delivers impactful and scalable solutions... Read More →
avatar for Ramya Bhat

Ramya Bhat

Delivery Consultant - Data & AI, Amazon Web Services
Ramya is a AWS Delivery Consultant specializing in Search, Data Warehouse, and ETL solutions. With experience in data engineering and architecture, she has shared her expertise at public technology conferences including PostgreSQL Conference (PGConf), APJC Tech Summit and Amazon wide... Read More →
Tuesday June 16, 2026 11:35am - 12:15pm IST
205

12:25pm IST

Searching System Behavior Instead of Logs - Samarth Sharma, DataGenie
Tuesday June 16, 2026 12:25pm - 12:45pm IST
Modern observability tools mostly index log lines, metrics, and traces as isolated events. But production incidents rarely happen because of a single event. They happen because of patterns of behavior across services.

In this session, I’ll explore a different approach: indexing system execution paths instead of raw logs.

Rather than storing individual log lines, request traces are converted into behavioral documents that represent how a request actually moved through the system. This makes it possible to search for things like unusual request flows, repeated failure paths, or rare service interactions.

We’ll walk through:
=> Transforming distributed traces into searchable execution paths
=> Designing an index structure for behavioral search
=> Querying for patterns like repeated timeout paths or rare service flows
=> How OpenSearch scoring can highlight abnormal request behavior

A small demo will simulate a microservice environment and show how OpenSearch can surface failure patterns by searching system behavior instead of individual log lines.
Speakers
avatar for Samarth Sharma

Samarth Sharma

Software Engineer, DataGenie
I am Samarth Sharma, a software engineer and an Opensource enthusiast. I have worked with various tech organizations as a Software Engineer Fellow, including Google Summer of Code' 22 and 23, Geeks for Geeks, MLH and Metafic.
Tuesday June 16, 2026 12:25pm - 12:45pm IST
205
 
  • Filter By Date
  • Filter By Venue
  • Filter By Type
  • Timezone

Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.
Filtered by Date -