Greg Low shares some thoughts:
SQL Server 2025 finally gives developers a native JSON data type and, with it, a purpose-built way to index JSON documents with the new
CREATE JSON INDEXstatement. Before this, indexing JSON meant exposing individual properties through computed columns and building standard indexes on top.It’s a major step toward closing the gap with databases like PostgreSQL, long praised for its JSON and JSONB support. However, as a preview feature, JSON indexing comes with real constraints DBAs and developers should understand before adopting it.
This guide has everything you need to know about JSON indexing in SQL Server 2025: what it is, how it works, and current limitations.
Click through to learn more.