Academic literature on the topic 'DBMS Testing'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'DBMS Testing.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "DBMS Testing"

1

Wen, Shihao, Peng Jia, Pin Yang, and Chi Hu. "Squill: Testing DBMS with Correctness Feedback and Accurate Instantiation." Applied Sciences 13, no. 4 (2023): 2519. http://dx.doi.org/10.3390/app13042519.

Full text
Abstract:
Database Management Systems (DBMSs) are the core of management information systems. Thus, detecting security bugs or vulnerabilities of DBMSs is an essential task. In recent years, grey-box fuzzing has been adopted to detect DBMS bugs for its high effectiveness. However, the seed scheduling strategy of existing fuzzing techniques does not consider the seeds’ correctness, which is inefficient in finding vulnerabilities in DBMSs. Moreover, current tools cannot correctly generate SQL statements with nested structures, which limits their effectiveness. This paper proposes a fuzzing solution named
APA, Harvard, Vancouver, ISO, and other styles
2

Lo, Eric, Carsten Binnig, Donald Kossmann, M. Tamer Özsu, and Wing-Kai Hon. "A framework for testing DBMS features." VLDB Journal 19, no. 2 (2009): 203–30. http://dx.doi.org/10.1007/s00778-009-0157-y.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Thüm, Thomas, Sandro Schulze, Mario Pukall, Gunter Saake, and Sebastian Günther. "Secure and Customizable Data Management for Automotive Systems: A Feasibility Study." ISRN Software Engineering 2012 (March 18, 2012): 1–7. http://dx.doi.org/10.5402/2012/424230.

Full text
Abstract:
Custom tailor-made database management systems (DBMS) are an essential asset, especially for embedded systems. The continuously increasing amount of data in automotive systems and the growing network of embedded devices can profit from DBMS. Restrictions in terms of processors, memory, and storage require customizable DBMS that contain only the needed functionality. We present AutoDaMa, a customizable DBMS designed for automotive systems. With AutoDaMa, it is possible to generate tailor-made DBMS for different scenarios, for example, by restricting the storage size of the DBMS or adding securi
APA, Harvard, Vancouver, ISO, and other styles
4

Bruno, N., S. Chaudhuri, and D. Thomas. "Generating Queries with Cardinality Constraints for DBMS Testing." IEEE Transactions on Knowledge and Data Engineering 18, no. 12 (2006): 1721–25. http://dx.doi.org/10.1109/tkde.2006.190.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Sitnov, Vladimir E., Alexander I. Senchenko, and George A. Fatkin. "Archiving System Software for LIA-20." Vestnik NSU. Series: Information Technologies 18, no. 3 (2020): 69–80. http://dx.doi.org/10.25205/1818-7900-2020-18-3-69-80.

Full text
Abstract:
The control system of the X-ray complex LIA-20 is based on the Tango Controls framework. Data archiving subsystem HDB++ was improved during the work for efficient storage of waveforms. PostgreSQL DBMS support as a storage was added. PostgreSQL extension “pguint” for unsigned numbers support was modified to support the binary transfer mode during this work. Performance testing of the modified “pguint” extension and the new DBMS interface was performed. This solution allowed to significantly increase the performance of HDB++, reduce the amount of data stored in the database, as well as remove re
APA, Harvard, Vancouver, ISO, and other styles
6

Győrödi, Cornelia A., Diana V. Dumşe-Burescu, Robert Ş. Győrödi, Doina R. Zmaranda, Livia Bandici, and Daniela E. Popescu. "Performance Impact of Optimization Methods on MySQL Document-Based and Relational Databases." Applied Sciences 11, no. 15 (2021): 6794. http://dx.doi.org/10.3390/app11156794.

Full text
Abstract:
Databases are an important part of today’s applications where large amounts of data need to be stored, processed, and accessed quickly. One of the important criteria when choosing to use a database technology is its data processing performance. In this paper, some methods for optimizing the database structure and queries were applied on two popular open-source database management systems: MySQL as a relational DBMS, and document-based MySQL as a non-relational DBMS. The main objective of this paper was to conduct a comparative analysis of the impact that the proposed optimization methods have
APA, Harvard, Vancouver, ISO, and other styles
7

Berski, Szymon, and Martyna Bilau. "Safety Mechanisms in Relational Database as Part of the IT System of the Enterprise." New Trends in Production Engineering 2, no. 2 (2019): 12–23. http://dx.doi.org/10.2478/ntpe-2019-0068.

Full text
Abstract:
Abstract The work examines the effectiveness of the replication mechanism of the X production company database. In order to extend the functionality of the computer database of the enterprise, a model of its resource flow was created and an intensional and extensional part was created for a test database based on real enterprise resources. The model has been simplified to 3-rd normal form. The implementation was done in the MySQL database system. Two different operating systems were selected for testing: Windows and Linux. The database management system (DBMS) is working under the GPL license.
APA, Harvard, Vancouver, ISO, and other styles
8

Darma Kotama, I. Nyoman, Made Sudarma, and I. Made Arsa Suyadnya. "Rancang Bangun Sistem Informasi Manajemen Konferensi Ilmiah Berbasis Web." Jurnal SPEKTRUM 4, no. 2 (2018): 36. http://dx.doi.org/10.24843/spektrum.2017.v04.i02.p05.

Full text
Abstract:
This paper is projecting website system built on top of PHP Framework Laravel 5.2 and MySQL DBMS which contains 6 modules of scientific conference management needs, Master Conference, User Management, Submission, Website Management, Schedule, and Post Conference. From the development and testing system with Black Box method concluded that the system is running well and feasible to be applied to the management of the conference in Electrical Engineering Program Faculty of Engineering Udayana University.
APA, Harvard, Vancouver, ISO, and other styles
9

He, Haochen, Erci Xu, Shanshan Li, et al. "When Database Meets New Storage Devices: Understanding and Exposing Performance Mismatches via Configurations." Proceedings of the VLDB Endowment 16, no. 7 (2023): 1712–25. http://dx.doi.org/10.14778/3587136.3587145.

Full text
Abstract:
NVMe SSD hugely boosts the I/O speed, with up to GB/s throughput and microsecond-level latency. Unfortunately, DBMS users can often find their high-performanced storage devices tend to deliver less-than-expected or even worse performance when compared to their traditional peers. While many works focus on proposing new DBMS designs to fully exploit NVMe SSDs, few systematically study the symptoms, root causes and possible detection methods of such performance mismatches on existing databases. In this paper, we start with an empirical study where we systematically expose and analyze the performa
APA, Harvard, Vancouver, ISO, and other styles
10

Indriyono, Bonifacius Vicky, and Zudha Pratama. "Generating SQL Command Syntax Using MySQL Based on Typing Command Sentence." Inform : Jurnal Ilmiah Bidang Teknologi Informasi dan Komunikasi 6, no. 1 (2021): 1–7. http://dx.doi.org/10.25139/inform.v6i1.3305.

Full text
Abstract:
Information retrieval system is a system that is widely used to retrieve information. This research will discuss how the system finds back the information stored in database tables. Tables in the database are arranged to store all forms of data entered by database users so that later the stored data can be used again. Re-accessing the database's information must go through a mechanism known as a database management system (DBMS). One of the most widely used DBMS is MySQL. By using a DBMS, information and data can be manipulated according to user needs. Data manipulation in the database is done
APA, Harvard, Vancouver, ISO, and other styles
More sources
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!