Academic literature on the topic 'Transaction processing systems'

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 'Transaction processing systems.'

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 "Transaction processing systems"

1

Jain, Ashish. "Transaction Processing in Mobile Database Systems." SAMRIDDHI : A Journal of Physical Sciences, Engineering and Technology 7, no. 02 (2015): 87–92. http://dx.doi.org/10.18090/samriddhi.v7i2.8631.

Full text
Abstract:
In a mobile computing environment, a potentially large number of mobile and fixed users may simultaneously access shared data; therefore, there is a need to provide a means to allow concurrent management of transactions. Specific characteristics of mobile environments make traditional transaction management techniques no longer appropriate. This is due the fact that the ACID properties of transactions are not simply followed, in particular the consistency property. Thus, transaction management models adopting weaker form of consistency are needed and these models can now tolerate a limited amount of consistency. In this paper we have proposed (execution framework based on common ground shared by most of mobile transaction models found in the literature and investigate it under different execution strategies. More over, the effects of the fixed host transaction are identified and included in the evaluation The integration between wired and wireless environments confirms that the execution strategy is critical for the performance of a system. Neither MHS nor FHS are optimal in all situations and the performance penalties and wasted wireless resources can be substantial. A combined strategy CHS at least matches the best performance of the FHS and MHS and shows better performance than both in many cases.
APA, Harvard, Vancouver, ISO, and other styles
2

Singh, Munindar P., Christine Tomlinson, and Darrell Woelk. "Relaxed transaction processing." ACM SIGMOD Record 23, no. 2 (1994): 505. http://dx.doi.org/10.1145/191843.191949.

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

Marifati, Imam Soleh, and Vadlya Maarif. "Sistem Informasi Akuntansi Pemesanan dan Pembayaran (Ordering and Billing) Makanan dan Minuman Berbasis Android Pada RM. Ayam Goreng “Padamara” Purbalingga." Indonesian Journal on Software Engineering (IJSE) 4, no. 2 (2019): 33–38. http://dx.doi.org/10.31294/ijse.v4i2.5978.

Full text
Abstract:
Abstract - Ordering and billing transactions of food and beverages in a restaurant business are in the revenue cycle. Transactions in the revenue cycle have an important role for the company because from this transaction the company gets cash income. The use of information technology to support the transaction process can increase the effectiveness of the transaction process. Transactions can be processed quickly and accurately. Restaurant business can use accounting information systems to improve the effectiveness and efficiency of transaction processes in the revenue cycle. A computer-based accounting information system is needed in processing transactions. In this study, the authors developed the application of accounting information systems to process transactions in the revenue cycle for restaurant business activities. This application processes transaction data starting from ordering, payment and making revenue reports from restaurant business activities.
 Keywords: Order, Billing, Accounting Information System
APA, Harvard, Vancouver, ISO, and other styles
4

Maliq, Rizky Gelar, R. Rizal Isnanto, and Ike Pertiwi Windasari. "Sistem Pemrosesan Transaksi Pada Toko Bangunan Berbasis Web Dengan PHP dan MySQL." Jurnal Teknologi dan Sistem Komputer 2, no. 2 (2014): 170–74. http://dx.doi.org/10.14710/jtsiskom.2.2.2014.170-174.

Full text
Abstract:
Building supply store is a business entity engaged in the sale of construction materials for the building. Where there are still use the transaction data were administrative in bookkeeping way , so it takes a long time to figure out the sale and purchase transactions. Therefore, the author here takes issue in the sale and purchase itself. Transaction processing systems created using PHP programming language and MySQL database. System where this information can help in recording the transaction in the building supply store . In addition to recording can also be used for the preparation of monthly reports. The expected result from design of this transaction processing systems is to build a computerized information system to facilitate the operator in the transaction. With this expected to improve customer service so well that the presentation of information in a relatively quick and accurate transactions. Moreover, it can accelerate the collection of goods to see inventory and preparing reports.
APA, Harvard, Vancouver, ISO, and other styles
5

Ravoor, Suresh B., and Johnny S. K. Wong. "Multithreaded transaction processing in distributed systems." Journal of Systems and Software 38, no. 2 (1997): 107–17. http://dx.doi.org/10.1016/s0164-1212(96)00114-8.

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

Leff, A., and C. Pu. "A classification of transaction processing systems." Computer 24, no. 6 (1991): 63–76. http://dx.doi.org/10.1109/2.86839.

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

Lewis, Philip M., Arthur Bernstein, and Michael Kifer. "Databases and transaction processing." ACM SIGMOD Record 31, no. 1 (2002): 74–75. http://dx.doi.org/10.1145/507338.507354.

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

Gaffney, Kevin P., Robert Claus, and Jignesh M. Patel. "Database isolation by scheduling." Proceedings of the VLDB Endowment 14, no. 9 (2021): 1467–80. http://dx.doi.org/10.14778/3461535.3461537.

Full text
Abstract:
Transaction isolation is conventionally achieved by restricting access to the physical items in a database. To maximize performance, isolation functionality is often packaged with recovery, I/O, and data access methods in a monolithic transactional storage manager. While this design has historically afforded high performance in online transaction processing systems, industry trends indicate a growing need for a new approach in which intertwined components of the transactional storage manager are disaggregated into modular services. This paper presents a new method to modularize the isolation component. Our work builds on predicate locking, an isolation mechanism that enables this modularization by locking logical rather than physical items in a database. Predicate locking is rarely used as the core isolation mechanism because of its high theoretical complexity and perceived overhead. However, we show that this overhead can be substantially reduced in practice by optimizing for common predicate structures. We present DIBS, a transaction scheduler that employs our predicate locking optimizations to guarantee isolation as a modular service. We evaluate the performance of DIBS as the sole isolation mechanism in a data processing system. In this setting, DIBS scales up to 10.5 million transactions per second on a TATP workload. We also explore how DIBS can be applied to existing database systems to increase transaction throughput. DIBS reduces per-transaction file system writes by 90% on TATP in SQLite, resulting in a 3X improvement in throughput. Finally, DIBS reduces row contention on YCSB in MySQL, providing serializable isolation with a 1.4X improvement in throughput.
APA, Harvard, Vancouver, ISO, and other styles
9

Li, Junru, Youyou Lu, Yiming Zhang, et al. "SwitchTx." Proceedings of the VLDB Endowment 15, no. 11 (2022): 2881–94. http://dx.doi.org/10.14778/3551793.3551838.

Full text
Abstract:
Online-transaction-processing (OLTP) applications require the underlying storage system to guarantee consistency and serializability for distributed transactions involving large numbers of servers, which tends to introduce high coordination cost and cause low system performance. In-network coordination is a promising approach to alleviate this problem, which leverages programmable switches to move a piece of coordination functionality into the network. This paper presents a fast and scalable transaction processing system called SwitchTx. At the core of SwitchTx is a decentralized multi-switch in-network coordination mechanism, which leverages modern switches' programmability to reduce coordination cost while avoiding the central-switch-caused problems in the state-of-the-art Eris transaction processing system. SwitchTx abstracts various coordination tasks (e.g., locking, validating, and replicating) as in-switch gather-and-scatter (GaS) operations, and offloads coordination to a tree of switches for each transaction (instead of to a central switch for all transactions) where the client and the participants connect to the leaves. Moreover, to control the transaction traffic intelligently, SwitchTx reorders the coordination messages according to their semantics and redesigns the congestion control combined with admission control. Evaluation shows that SwitchTx outperforms current transaction processing systems in various workloads by up to 2.16X in throughput, 40.4% in latency, and 41.5% in lock time.
APA, Harvard, Vancouver, ISO, and other styles
10

Appelbaum, Deniz, and Robert A. Nehmer. "Auditing Cloud-Based Blockchain Accounting Systems." Journal of Information Systems 34, no. 2 (2019): 5–21. http://dx.doi.org/10.2308/isys-52660.

Full text
Abstract:
ABSTRACT In this research, we often refer to Nakamoto's (2008) seminal paper, “Bitcoin: A Peer-to-Peer Electronic Cash System,” to consider his proposed abstracted characteristics and how auditors could look at companies' transactions interfacing to a private/semi-private blockchain with Nakamoto's general characteristics and address the related audit domain for such transactions. We then take these design requirements for auditors and, using design science research (DSR), we consider the transaction processing and contracting contexts that match those requirements in permissioned blockchains.The blockchains discussed in this paper would typically be business-to-business or business-to-consumer, private or semi-private, and residing in either a private, semi-private, or public cloud. Those blockchains will each have their own design and operational procedures, including validation procedures (the miners). We consider the audit issues of data reliability, data security, and transaction transparency in accounting transactions that lend themselves to a permissioned blockchain as well as other contextual issues.
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!

To the bibliography