We are excited to announce the Public Preview of the JSON index for JSON data type in SQL Server 2025. The new JSON index allows you to index JSON scalars, objects and aggregates in a JSON document and optimize queries on the JSON document.
JSON Index
The new JSON index can be created on columns of JSON data type in a table. It is a single index that is used to optimize JSON functions like JSON_VALUE, JSON_PATH_EXISTS and JSON_CONTAINS. The new JSON index leverages the native JSON data type to extract the SQL/JSON paths and values from a JSON document. The JSON index can be created either on all the SQL/JSON paths in a JSON document or specify a set of SQL/JSON paths.
Next Steps
Try the new JSON index and native JSON data type today in SQL Server 2025. Submit your feedback, issues and scenarios in the user voice feedback forum or here. We are eager to learn how the JSON index helps improve your JSON query processing. You can find more details about the new JSON index below:
CREATE JSON INDEX (Transact-SQL) - SQL Server | Microsoft Learn
Published May 19, 2025
Version 1.0uc-msft
Microsoft
Joined August 23, 2017
SQL Server Blog
Follow this blog board to get notified when there's new activity