Queries to Conversations: Is AI redefining Databases? – Shireesh Thota, MS

back to podcasts
2026-03-03 Dinesh Chandrasekhar 50 min

About This Episode

In the Season 2 opener of Stratola Spectrum, Dinesh Chandrasekhar sits down with Shireesh Thota, Corporate Vice President leading all operational databases at Microsoft, to examine how AI is reshaping the foundations of database architecture.

For decades, databases were optimized around transactions, consistency, and predictable execution. AI is now forcing a deeper shift. Retrieval is no longer limited to exact predicate lookups. Systems are being asked to reason over meaning, context, and intent. That shift carries real architectural consequences.

The conversation moves through several critical themes:

• Why semantic retrieval is not solved by vector indexing alone

• How hybrid search techniques improve relevancy at scale

• Whether databases are evolving from systems of record to systems of reasoning

• Where SQL stands in a world of copilots and natural language interfaces

A significant portion of the episode unpacks the OpenAI architecture. Azure Postgres and Cosmos DB operate together to support hundreds of millions of ChatGPT users, illustrating that relational and non-relational systems are not competitors, but complementary tools with distinct design strengths.

The discussion also explores AI agents, memory design, and governance. From working memory to episodic memory, storing embeddings is only part of the story. Versioning, causality, and structured constraints remain essential. At the same time, traditional RBAC models face new pressure in a world where agents operate continuously and at machine speed.

This episode is not about trends. It is about how database design must evolve when AI becomes a first-class workload.

Key Takeaways

1

Semantic retrieval requires more than vector indexing. The shift from exact predicate lookups to semantic search is real, but vector search alone does not solve enterprise retrieval. Hybrid approaches that combine vector similarity with term weighting and ranking strategies are critical for maintaining relevancy and performance at scale.

2

Databases are evolving from systems of record toward systems of reasoning. AI agents need more than a static snapshot of data. Capturing the context behind how records were created, including decisions and lineage, becomes increasingly important for meaningful reasoning and downstream automation.

3

SQL remains foundational, even as interfaces change. Natural language interfaces and copilots are rising, but relational algebra and query optimization remain the execution backbone. The evolution is not about replacing SQL, but about embedding AI capabilities alongside it.

4

The OpenAI architecture reinforces the value of design clarity. OpenAI’s use of Postgres for system-of-record workloads and Cosmos DB for system-of-engagement workloads demonstrates that relational and non-relational databases are complementary. Scaling successfully depends on understanding each system’s design strengths.

5

Agent memory requires multiple layers, not just a vector store. Working memory, short-term memory, long-term semantic memory, and episodic memory serve different purposes. While vector indexing supports semantic recall, episodic memory demands versioning, constraints, and governance capabilities that operational databases provide.

6

Security and governance must evolve for autonomous agents. Traditional RBAC models were designed for human access patterns. Agents operate continuously and can delegate tasks across sub-agents, creating new design challenges for scoped permissions, token handling, and defensive architectures in an AI-driven environment.