2020International Journal of Computer ApplicationsOpen access

Implementation of JSON Update Framework in RDBMSs

Dušan Petković

Open full text 4 citations

Abstract

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.

Open-access reader

About this research paper

What this paper is about

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.

Why it matters

OpenAlex reports 4 citations for this work. Citation counts describe recorded attention and do not establish research quality.

Key contribution

A contribution statement is not available in the OpenAlex record.

Method / approach

Method details are not available in the OpenAlex metadata.

Main findings

Findings are not separately available in the OpenAlex metadata.

Limitations

Limitations are not available in the OpenAlex metadata.

Applications

Application details are not available in the OpenAlex metadata.

Available abstract

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

Related papers

Back to paper searchBrowse research topicsOriginal source
Implementation of JSON Update Framework in RDBMSs — Research Paper | ScholarLens