Facebook pixel tracking

The Science and Information (SAI) Organization publishes open-access peer-reviewed journals in computer science and artificial intelligence.

Contact Info
Website thesai.org
Follow Us
Contact Info
Follow Us
Research Article | Open Access |

Evaluating Field Flexibility Approaches in Relational Databases: A Performance Study of JSON and Column-Oriented Models in Library Systems

Author 1: Rizal Fathoni Aji Author 2: Nilamsari Putri Utami
International Journal of Advanced Computer Science and Applications (IJACSA) · Vol. 17, No. 1 · Published 2026

DOI: https://doi.org/10.14569/IJACSA.2026.0170137

Abstract

This study examines two approaches for achieving field flexibility in library systems using relational databases: column-oriented tables and JSON data types. To evaluate the performance and practicality of flexible schema strategies, a dataset of 41,000 library records was implemented using both column-oriented and JSONB-based schemas in PostgreSQL. Five representative queries based on typical search operations in library applications were executed repeatedly on each model, and average execution times were measured in a controlled environment. Results show that JSONB consistently outperforms the column-oriented approach across all query scenarios, benefiting from reduced structural overhead and more direct access to semi-structured data. However, the flexibility of JSONB introduces risks of inconsistent data structures and reduced schema enforcement compared to the more rigid but uniform column-oriented method. The findings highlight a trade-off between performance and data consistency, suggesting that JSONB is advantageous for dynamic, metadata-rich systems, while column-oriented storage remains preferable when strict structural integrity is required. Future work should explore hybrid models and schema validation layers to combine flexibility with reliable data governance.

Keywords

How to Cite this Article

Aji, R. F., & Utami, N. P. (2026). Evaluating Field Flexibility Approaches in Relational Databases: A Performance Study of JSON and Column-Oriented Models in Library Systems. International Journal of Advanced Computer Science and Applications, 17(1). https://doi.org/10.14569/IJACSA.2026.0170137

Aji, Rizal Fathoni, and Nilamsari Putri Utami. "Evaluating Field Flexibility Approaches in Relational Databases: A Performance Study of JSON and Column-Oriented Models in Library Systems." International Journal of Advanced Computer Science and Applications, vol. 17, no. 1, 2026, https://doi.org/10.14569/IJACSA.2026.0170137.

@article{Aji2026,
  title     = {Evaluating Field Flexibility Approaches in Relational Databases: A Performance Study of JSON and Column-Oriented Models in Library Systems},
  journal   = {International Journal of Advanced Computer Science and Applications},
  volume    = {17},
  number    = {1},
  year      = {2026},
  publisher = {The Science and Information Organization},
  author    = {Rizal Fathoni Aji and Nilamsari Putri Utami},
  doi       = {10.14569/IJACSA.2026.0170137},
  url       = {https://doi.org/10.14569/IJACSA.2026.0170137}
}

Open Access — licensed under a Creative Commons Attribution 4.0 International License. Unrestricted use, distribution, and reproduction in any medium, even commercially, as long as the original work is properly cited.