Indexing data in JSON product catalogs
In the previous post Designing Product Catalogs in SQL Server 2016 using JSON, I have described how you can design product catalog with JSON. Product catalog contains few columns that are common to all types of products and all custom/specific columns are stored as JSON key:value pairs: This is simple, flexible and generic structure that… Read more
- Tags: JSON, SQL Server 2016