Implementation of JSON Update Framework in RDBMSs
Dušan Petković
Abstract
Open-access reader
Dušan Petković
Abstract
Open-access reader
The existing SQL/JSON standard specifies the way how queries can be performed, but in order to reach the full functionality for data representation and as a sharing format, it needs to support several additional features.One of the most important missing features is the facility to perform updates on the content of JSON documents.In this article we discuss how update operations for JSON data have been implemented in relational database systems and compare these implementations in relation to their scope and coverage of our framework, which comprises the set of primitive update operations.SQL Server uniformly supports all implemented operations with the JSON_MODIFY function, but the syntax of the second argument of the function is not uniform.The syntax for PostgreSQL update operations is rather awkward and the implementation is not uniform.On the other hand, PostgreSQL supports the full update operation in the same way as this paper proposes.MySQL implemented all update primitives specified in the framework.
OpenAlex reports 4 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
The existing SQL/JSON standard specifies the way how queries can be performed, but in order to reach the full functionality for data representation and as a sharing format, it needs to support several additional features.One of the most important missing features is the facility to perform updates on the content of JSON documents.In this article we discuss how update operations for JSON data have been implemented in relational database systems and compare these implementations in relation to their scope and coverage of our framework, which comprises the set of primitive update operations.SQL Server uniformly supports all implemented operations with the JSON_MODIFY function, but the syntax of the second argument of the function is not uniform.The syntax for PostgreSQL update operations is rather awkward and the implementation is not uniform.On the other hand, PostgreSQL supports the full update operation in the same way as this paper proposes.MySQL implemented all update primitives specified in the framework.
Key concepts: Computer science, JSON, World Wide Web, Data science