Claim Missing Document
Check
Articles

Found 14 Documents
Search

Study of Search Algorithm Optimization from Multi-Version Data Warehouse using NoSQL Non-relational Database Lutfi Rahmatuti Maghfiroh; Ramadhan Azizulhakim Yusuf
Proceedings of The International Conference on Data Science and Official Statistics Vol. 2021 No. 1 (2021): Proceedings of 2021 International Conference on Data Science and Official St
Publisher : Politeknik Statistika STIS

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.34123/icdsos.v2021i1.74

Abstract

Statistics Indonesia, which produces large-scale data, requires effective and optimal storage. Research related to Multi-Version Data Warehouse (MVDW), which utilizes document-based NoSQL itself, has attempted to be developed for the sake of BPS data storage and proposed an algorithm to store and search data. This paper is made to examine algorithm optimization methods to reduce the time used in the process of storing and searching data when needed. The algorithm proposed in this paper focuses on the data storage process by suggesting a storage model that generalizes the coding of variables in the data warehouse used so that later data searches can be carried out more easily and optimally. Other optimization methods are also carried out by applying query optimization methods to support and improve the optimization of the proposed algorithm. The results of the two optimization methods carried out can be said to be successful because the time used in the data search process by utilizing the algorithm after the application of the optimization method has been reduced when compared to the data search process using algorithms that have been developed by previous research.
Development of Question Answering System for Public Relation Division in Student Admission Lutfi Rahmatuti Maghfiroh; Wahyudi Syahputra; Ibnu Santoso
Proceedings of The International Conference on Data Science and Official Statistics Vol. 2021 No. 1 (2021): Proceedings of 2021 International Conference on Data Science and Official St
Publisher : Politeknik Statistika STIS

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.34123/icdsos.v2021i1.81

Abstract

Politeknik Statistika STIS (Polstat STIS) holds the new students' admission (PMB) every year which aims to gather, test, and, select all of its applicants who want to continue their study at STIS. STIS establish a committee during this event named Public Relation (PR) Division. PR Division to be intermediaries between STIS and the applicants. One of many PR Division tasks is to reply to all the questions from applicants about administration, procedure, or other things about PMB and STIS. PR Division is facing some problems that can hinder its performance to do the tasks. How do we address the problem is the reason that this research begins in the first place. The goal of this research is to build and establish a web-based system that is capable to solve all the problems the current system has. The system is divided into two main functions, the first one is FAQ management by PR Division members. The other function is a chatbot that automatically answers the question by using the TF-IDF algorithm. The conclusion on all testing and evaluation is the system that being build is already fulfilled all its requirements also the system is feasible to be used.
Lean User Experience (Lean UX) Approach in the Redesign of the SOBAT BPS Application Migunani Puspita Eugenia; Lutfi Rahmatuti Maghfiroh
Proceedings of The International Conference on Data Science and Official Statistics Vol. 2023 No. 1 (2023): Proceedings of 2023 International Conference on Data Science and Official St
Publisher : Politeknik Statistika STIS

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.34123/icdsos.v2023i1.398

Abstract

SOBAT BPS is a service provided by BPS to be used by partners and prospective partners of BPS throughout Indonesia. Alongside the utilization of the SOBAT BPS application, user reviews and assessments become significant elements in measuring the quality and success of this application. Feedback obtained from these assessments indicates that a redesign of the SOBAT BPS application is necessary to provide a better user experience. Prior to redesigning the SOBAT BPS application, a preliminary survey was conducted to understand user perceptions of the current system using heuristic evaluation and the user experience questionnaire (UEQ). Based on the preliminary survey results, there are issues related to the implementation of heuristic principles in the SOBAT BPS application, and only the UEQ stimulation scale received a good ranking. Therefore, the aim of this research is to redesign the SOBAT BPS application using the Lean UX method and to evaluate the redesigned results using heuristic evaluation and UEQ. The evaluation results of the redesigned SOBAT BPS application indicate that the redesign is superior to the current SOBAT BPS application.
Modelling Metadata and Data from Censuses and Surveys with Graph Databases Faradila, Alya; Lutfi Rahmatuti Maghfiroh
Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi) Vol 7 No 5 (2023): October 2023
Publisher : Ikatan Ahli Informatika Indonesia (IAII)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.29207/resti.v7i5.5273

Abstract

Relational database users are switching to non-relational databases because non-relational databases are better able to handle dynamic data storage. One of the institutions that require dynamic data storage is Statistics Indonesia (BPS). Currently, data storage for census and survey activities at BPS is done using a relational database, although there are metadata changes in each activity. Accommodating metadata changes in each activity requires one database, which creates problems when retrieving some raw data. There is an opportunity for convenience if the data collected is stored in a non-relational database, one of which is a graph database. This research discusses the modeling of metadata and data from censuses and surveys at BPS using a graph database. Then we implement the Neo4j DBMS and compare the proposed model with the relational model in the Microsoft SQL Server DBMS. Then, a comparison of the features and characteristics of each DBMS is done, and finally, performance testing is done with Apache JMeter. Modeling has been able to handle dynamic data structure changes, but Neo4j's performance is still lagging behind Microsoft SQL Server.