Academic literature on the topic 'Distributed transaction 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 'Distributed transaction 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 "Distributed transaction systems"

1

BOCCHI, LAURA, and EMILIO TUOSTO. "Attribute-based transactions in service oriented computing." Mathematical Structures in Computer Science 25, no. 3 (2014): 619–65. http://dx.doi.org/10.1017/s0960129512000904.

Full text
Abstract:
We present a theory for the design and verification of distributed transactions in dynamically reconfigurable systems. Despite several formal approaches have been proposed to study distributed transactional behaviours, the inter-relations between failure propagation and dynamic system reconfiguration still need investigation. We propose a formal model for transactions in service oriented architectures (SOAs) inspired by the attribute mechanisms of the Java Transaction API. Technically, we model services in ATc (after ‘Attribute-basedTransactionalcalculus’), a CCS-like process calculus where se
APA, Harvard, Vancouver, ISO, and other styles
2

Zamanian, Erfan, Julian Shun, Carsten Binnig, and Tim Kraska. "Chiller." ACM SIGMOD Record 50, no. 1 (2021): 15–22. http://dx.doi.org/10.1145/3471485.3471490.

Full text
Abstract:
Distributed transactions on high-overhead TCP/IP-based networks were conventionally considered to be prohibitively expensive. In fact, the primary goal of existing partitioning schemes is to minimize the number of cross-partition transactions. However, with the new generation of fast RDMAenabled networks, this assumption is no longer valid. In this paper, we first make the case that the new bottleneck which hinders truly scalable transaction processing in modern RDMA-enabled databases is data contention, and that optimizing for data contention leads to different partitioning layouts than optim
APA, Harvard, Vancouver, ISO, and other styles
3

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
4

Li, Rong, Shangping Wang, and Na Xie. "A Novel Epoch-Based Transaction Consistency Sorting Protocol for DAG Distributed Ledger." Security and Communication Networks 2022 (December 8, 2022): 1–13. http://dx.doi.org/10.1155/2022/3930858.

Full text
Abstract:
Because of the characteristics of decentralization, immutability, and transparency, blockchain has gradually become a new and revolutionary technology, which has far-reaching significance for the development of modern technology. However, the traditional Bitcoin blockchain that supports synchronous consensus suffers from the fatal flaw of low throughput. To improve throughput, a number of DAG distributed ledgers have been proposed that support asynchronous consensus, all of which allow multiple nodes to process concurrent transactions asynchronously. However, most DAG distributed ledgers do no
APA, Harvard, Vancouver, ISO, and other styles
5

Jiang, Yongbo, Gongxue Sun, and Tao Feng. "Research on Data Transaction Security Based on Blockchain." Information 13, no. 11 (2022): 532. http://dx.doi.org/10.3390/info13110532.

Full text
Abstract:
With the increasing value of various kinds of data in the era of big data, the demand of different subjects for data transactions has become more and more urgent. In this paper, a blockchain-based data transaction protection scheme is proposed to realize the secure transaction sharing among data. This paper carries out the following work: by analyzing the existing data transaction models, we find the data security and transaction protection problems, establish a third-party-free data transaction platform using blockchain, protect users’ data security by combining AES and improved homomorphic e
APA, Harvard, Vancouver, ISO, and other styles
6

Daniels, Dean S., Alfred Z. Spector, and Dean S. Thompson. "Distributed logging for transaction processing." ACM SIGMOD Record 16, no. 3 (1987): 82–96. http://dx.doi.org/10.1145/38714.38728.

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

RUSINKIEWICZ, MAREK, PIOTR KRYCHNIAK, and ANDRZEJ CICHOCKI. "TOWARDS A MODEL FOR MULTIDATABASE TRANSACTIONS." International Journal of Cooperative Information Systems 01, no. 03n04 (1992): 579–617. http://dx.doi.org/10.1142/s0218215792000155.

Full text
Abstract:
In many application areas the information that may be of interest to a user is stored under the control of multiple, autonomous database systems. To support global transactions in a multidatabase environment, we must coordinate the activities of multiple Database Management Systems that were designed for independent, stand-alone operation. The autonomy and heterogeneity of these systems present a major impediment to the direct adaptation of transaction management mechanisms developed for distributed databases. In this paper we introduce a transaction model designed for a multidatabase environm
APA, Harvard, Vancouver, ISO, and other styles
8

Zhou, Jingyu, Meng Xu, Alexander Shraer, et al. "FoundationDB: A Distributed Key-Value Store." Communications of the ACM 66, no. 6 (2023): 97–105. http://dx.doi.org/10.1145/3592838.

Full text
Abstract:
FoundationDB is an open-source transactional key-value store created more than 10 years ago. It is one of the first systems to combine the flexibility and scalability of NoSQL architectures with the power of ACID transactions. FoundationDB adopts an unbundled architecture that decouples an in-memory transaction management system, a distributed storage system, and a built-in distributed configuration system. Each sub-system can be independently provisioned and configured to achieve scalability, high availability, and fault tolerance. FoundationDB includes a deterministic simulation framework, u
APA, Harvard, Vancouver, ISO, and other styles
9

Martella, G., B. Pernici, and F. A. Schreiber. "An Availability Model for Distributed Transaction Systems." IEEE Transactions on Software Engineering SE-11, no. 5 (1985): 483–91. http://dx.doi.org/10.1109/tse.1985.232488.

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

Yu, P. S., S. Balsamo, and Y. H. Lee. "Dynamic transaction routing in distributed database systems." IEEE Transactions on Software Engineering 14, no. 9 (1988): 1307–18. http://dx.doi.org/10.1109/32.6174.

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

Dissertations / Theses on the topic "Distributed transaction systems"

1

Xia, Yu S. M. Massachusetts Institute of Technology. "Logical timestamps in distributed transaction processing systems." Thesis, Massachusetts Institute of Technology, 2018. https://hdl.handle.net/1721.1/122877.

Full text
Abstract:
Thesis: S.M., Massachusetts Institute of Technology, Department of Electrical Engineering and Computer Science, 2018<br>Cataloged from PDF version of thesis.<br>Includes bibliographical references (pages 73-79).<br>Distributed transactions are such transactions with remote data access. They usually suffer from high network latency (compared to the internal overhead) during data operations on remote data servers, and therefore lengthen the entire transaction executiont time. This increases the probability of conflicting with other transactions, causing high abort rates. This, in turn, causes po
APA, Harvard, Vancouver, ISO, and other styles
2

Xie, Wanxia. "Supporting Distributed Transaction Processing Over Mobile and Heterogeneous Platforms." Diss., Georgia Institute of Technology, 2005. http://hdl.handle.net/1853/14073.

Full text
Abstract:
Recent advances in pervasive computing and peer-to-peer computing have opened up vast opportunities for developing collaborative applications. To benefit from these emerging technologies, there is a need for investigating techniques and tools that will allow development and deployment of these applications on mobile and heterogeneous platforms. To meet these challenging tasks, we need to address the typical characteristics of mobile peer-to-peer systems such as frequent disconnections, frequent network partitions, and peer heterogeneity. This research focuses on developing the necessary model
APA, Harvard, Vancouver, ISO, and other styles
3

Dixon, Eric Richard. "Developing distributed applications with distributed heterogenous databases." Thesis, Virginia Tech, 1993. http://hdl.handle.net/10919/42748.

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

Andersson, Joachim, and Byggnings Johan Lindbom. "Reducing the load on transaction-intensive systems through distributed caching." Thesis, Uppsala universitet, Institutionen för informationsteknologi, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-186676.

Full text
Abstract:
Scania is an international trucks, buses and engines manufacturer with sales and service organization in more than 100 countries all over the globe (Scania, 2011). In 2011 alone, Scania delivered over 80 000 vehicles, which is an increase by a margin of 26% from the previous year. The company continues to deliver more trucks each year while expanding to other areas of the world, which means that the data traffic is going to increase remarkably in the transaction- intensive fleet management system (FMS). This increases the need for a scalable system; adding more sources to handle these requests
APA, Harvard, Vancouver, ISO, and other styles
5

Hirve, Sachin. "On the Fault-tolerance and High Performance of Replicated Transactional Systems." Diss., Virginia Tech, 2015. http://hdl.handle.net/10919/56668.

Full text
Abstract:
With the recent technological developments in last few decades, there is a notable shift in the way business/consumer transactions are conducted. These transactions are usually triggered over the internet and transactional systems working in the background ensure that these transactions are processed. The majority of these transactions nowadays fall in Online Transaction Processing (OLTP) category, where low latency is preferred characteristic. In addition to low latency, OLTP transaction systems also require high service continuity and dependability. Replication is a common technique that ma
APA, Harvard, Vancouver, ISO, and other styles
6

Chan, Kinson, and 陳傑信. "Distributed software transactional memory with clock validation on clusters." Thesis, The University of Hong Kong (Pokfulam, Hong Kong), 2013. http://hub.hku.hk/bib/B5053404X.

Full text
Abstract:
Within a decade, multicore processors emerged and revolutionised the world of computing. Nowadays, even a low-end computer comes with a multi-core processor and is capable running multiple threads simultaneously. It becomes impossible to make the best computation power out from a computer with a single-threaded program. Meanwhile, writing multi-threaded software is daunting to a lot of programmers as the threads share data and involve complicated synchronisation techniques such as locks and conditions. Software transactional memory is a promising alternative model that programmers simply need
APA, Harvard, Vancouver, ISO, and other styles
7

Mena, Eduardo Illarramendi Arantza. "Ontology-based query processing for global information systems /." Boston [u.a.] : Kluwer Acad. Publ, 2001. http://www.loc.gov/catdir/enhancements/fy0813/2001029621-d.html.

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

Wu, Jiang. "CHECKPOINTING AND RECOVERY IN DISTRIBUTED AND DATABASE SYSTEMS." UKnowledge, 2011. http://uknowledge.uky.edu/cs_etds/2.

Full text
Abstract:
A transaction-consistent global checkpoint of a database records a state of the database which reflects the effect of only completed transactions and not the re- sults of any partially executed transactions. This thesis establishes the necessary and sufficient conditions for a checkpoint of a data item (or the checkpoints of a set of data items) to be part of a transaction-consistent global checkpoint of the database. This result would be useful for constructing transaction-consistent global checkpoints incrementally from the checkpoints of each individual data item of a database. By applying
APA, Harvard, Vancouver, ISO, and other styles
9

Blackshaw, Bruce Philip. "Migration of legacy OLTP architectures to distributed systems." Thesis, Queensland University of Technology, 1997. https://eprints.qut.edu.au/36839/1/36839_Blackshaw_1997.pdf.

Full text
Abstract:
Mincom, a successful Australian software company, markets an enterprise product known as the Mincom Information Management System, or MIMS. MIMS is an integrated suite of modules covering materials, maintenance, financials, and human resources management. MIMS is an on-line transaction processing (OLTP) system, meaning it has special requirements in the areas of pe,jormance and scalability. MIMS consists of approxiniately 16 000 000 lines of code, most of which is written in COBOL. Its basic architecture is 3-tier client/server, utilising a database layer, application logic layer, and a Grap
APA, Harvard, Vancouver, ISO, and other styles
10

Rocha, Tarcisio da. "Serviços de transação abertos para ambientes dinamicos." [s.n.], 2008. http://repositorio.unicamp.br/jspui/handle/REPOSIP/276015.

Full text
Abstract:
Orientador: Maria Beatriz Felgar de Toledo<br>Tese (doutorado) - Universidade Estadual de Campinas, Instituto de Computação<br>Made available in DSpace on 2018-08-13T03:59:50Z (GMT). No. of bitstreams: 1 Rocha_Tarcisioda_D.pdf: 1796192 bytes, checksum: 4b25ccccc2fa363f13a02764136f5208 (MD5) Previous issue date: 2008<br>Resumo: Tecnicas de processamento de transações tem sido de grande importancia no que diz respeito a preservação da correção em diversas areas da computação. Devido a funções como, garantir a consistencia de dados, a recuperação de falhas e o controle de concorrencia, transaçõ
APA, Harvard, Vancouver, ISO, and other styles

Books on the topic "Distributed transaction systems"

1

N, Chorafas Dimitris. Transaction management: Managing complex transactions and sharing distributed databases. St. Martin's Press, 1998.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
2

Breitbart, Y. Overview of multidatabase transaction management. Stanford University, Dept. of Computer Science, 1992.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
3

Primatesta, Fulvio. TUXEDO, an open approach to OLTP. Prentice Hall, 1995.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
4

Company, X/Open, ed. Distributed transaction processing: CPI-C specification, Version 2. X/Open, 1996.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
5

Bhalla, Subhash. Implementing message oriented transaction processing for distributed database management systems. Sloan School of Management, Massachusetts Institute of Technology, 1988.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
6

Prusinski, Ben. Expert Oracle GoldenGate. Apress, 2011.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
7

1951-, Andrade Juan M., ed. The TUXEDO System: Software for constructing and managing distributed business applications. Addison-Wesley Pub., 1996.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
8

Prusinski, Ben. Expert Oracle GoldenGate. Apress, 2011.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
9

Michał, Kapałka, ed. Principles of transactional memory. Morgan & Claypool, 2010.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
10

Arantza, Illarramendi, ed. Ontology-based query processing for global information systems. Kluwer Academic Publishers, 2001.

Find full text
APA, Harvard, Vancouver, ISO, and other styles

Book chapters on the topic "Distributed transaction systems"

1

Tok, Wee Hyong. "Distributed Transaction Management." In Encyclopedia of Database Systems. Springer New York, 2016. http://dx.doi.org/10.1007/978-1-4899-7993-3_710-2.

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

Tok, Wee Hyong. "Distributed Transaction Management." In Encyclopedia of Database Systems. Springer US, 2009. http://dx.doi.org/10.1007/978-0-387-39940-9_710.

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

Tok, Wee Hyong. "Distributed Transaction Management." In Encyclopedia of Database Systems. Springer New York, 2018. http://dx.doi.org/10.1007/978-1-4614-8265-9_710.

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

Özsu, M. Tamer, and Patrick Valduriez. "Distributed Transaction Processing." In Principles of Distributed Database Systems. Springer International Publishing, 2019. http://dx.doi.org/10.1007/978-3-030-26253-2_5.

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

Whiteley, David. "Transaction and Distributed Processing." In Introduction to Information Systems. Macmillan Education UK, 2004. http://dx.doi.org/10.1007/978-1-137-10325-3_18.

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

Spector, Alfred Z. "Distributed Transaction Processing and The Camelot System." In Distributed Operating Systems. Springer Berlin Heidelberg, 1987. http://dx.doi.org/10.1007/978-3-642-46604-5_13.

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

Rouvoy, Romain, Patricia Serrano-Alvarado, and Philippe Merle. "Towards Context-Aware Transaction Services." In Distributed Applications and Interoperable Systems. Springer Berlin Heidelberg, 2006. http://dx.doi.org/10.1007/11773887_21.

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

Kunkelmann, Thomas, Hartmut Vogler, and Susan Thomas. "Interoperability of distributed transaction processing systems." In Trends in Distributed Systems CORBA and Beyond. Springer Berlin Heidelberg, 1996. http://dx.doi.org/10.1007/3-540-61842-2_35.

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

Özsu, M. Tamer, and Patrick Valduriez. "Introduction to Transaction Management." In Principles of Distributed Database Systems, Third Edition. Springer New York, 2011. http://dx.doi.org/10.1007/978-1-4419-8834-8_10.

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

Banatre, Michel. "An Experience in Solving a Transaction Ordering Problem in a Distributed System." In Distributed Operating Systems. Springer Berlin Heidelberg, 1987. http://dx.doi.org/10.1007/978-3-642-46604-5_12.

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

Conference papers on the topic "Distributed transaction systems"

1

Silva, Flávio M. Assis, Raimundo J. A. Macêdo, and Ana Vitoria Piaggio Freitas. "The MARES Platform: Support for Transactional and Fault-tolerant Execution of Mobile Agent-based Applications." In Workshop de Testes e Tolerância a Falhas. Sociedade Brasileira de Computação - SBC, 2003. http://dx.doi.org/10.5753/wtf.2003.23392.

Full text
Abstract:
Support for transactional behaviour and fault tolerant executions of mobile agent-based applications is a fundamental issue in the development of mobile agent systems. We are developing the MARES platform, which supports the modelling of mobile agent-based applications as distributed transactions. The executions of mobile agent-based transactions on top of the MARES platform are fault-tolerant, in the sense that if the location in the distributed environment where a part of a global transaction is being executed becomes faulty for a long time, the system performs a recovery procedure to resume
APA, Harvard, Vancouver, ISO, and other styles
2

Damoah, Dominic, James B. Hayfron-Acquah, Shamo Sebastian, Edward Ansong, Brighter Agyemang, and Roy Villafane. "Transaction recovery in federated distributed database systems." In 2014 International Conference on Computer Communication & Systems (ICCCS). IEEE, 2014. http://dx.doi.org/10.1109/icccs.2014.7068178.

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

Fan, Hua, and Wojciech Golab. "Scalable Transaction Processing Using Functors." In 2018 IEEE 38th International Conference on Distributed Computing Systems (ICDCS). IEEE, 2018. http://dx.doi.org/10.1109/icdcs.2018.00101.

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

Groothuis, S. S., and S. Stramigioli. "Energy Budget Transaction Protocol for Distributed Robotic Systems." In 2019 International Conference on Robotics and Automation (ICRA). IEEE, 2019. http://dx.doi.org/10.1109/icra.2019.8794388.

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

Das, Ratul Antik, Md Muhaimin Shah Pahalovi, and Muhammad Nur Yanhaona. "Transaction Finality through Ledger Checkpoints." In 2019 IEEE 25th International Conference on Parallel and Distributed Systems (ICPADS). IEEE, 2019. http://dx.doi.org/10.1109/icpads47876.2019.00036.

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

Žežulka, Miloslav, Ondřej Chaloupka, and Bruno Rossi. "Integrating Distributed Tracing into the Narayana Transaction Manager." In 6th International Conference on Complexity, Future Information Systems and Risk. SCITEPRESS - Science and Technology Publications, 2021. http://dx.doi.org/10.5220/0010448200550062.

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

Amiri, Mohammad Javad, Divyakant Agrawal, and Amr El Abbadi. "ParBlockchain: Leveraging Transaction Parallelism in Permissioned Blockchain Systems." In 2019 IEEE 39th International Conference on Distributed Computing Systems (ICDCS). IEEE, 2019. http://dx.doi.org/10.1109/icdcs.2019.00134.

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

Sebestyen, Gh, and A. Hangan. "Transaction-based model for real-time distributed control systems." In 2008 IEEE International Conference on Automation, Quality and Testing, Robotics. IEEE, 2008. http://dx.doi.org/10.1109/aqtr.2008.4588814.

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

Zhang, Rui. "Identifying Performance-Critical Components in Transaction-Oriented Distributed Systems." In Fourth International Conference on Autonomic Computing (ICAC'07). IEEE, 2007. http://dx.doi.org/10.1109/icac.2007.24.

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

Liao, Xintao, Ligang Dong, and Chuanhuang Li. "A Generic Transaction Model for ForCES-Based Distributed Systems." In 2009 Fifth International Joint Conference on INC, IMS and IDC. IEEE, 2009. http://dx.doi.org/10.1109/ncm.2009.298.

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

Reports on the topic "Distributed transaction systems"

1

Bielinskyi, Andrii O., Oleksandr A. Serdyuk, Сергій Олексійович Семеріков, Володимир Миколайович Соловйов, Андрій Іванович Білінський, and О. А. Сердюк. Econophysics of cryptocurrency crashes: a systematic review. Криворізький державний педагогічний університет, 2021. http://dx.doi.org/10.31812/123456789/6974.

Full text
Abstract:
Cryptocurrencies refer to a type of digital asset that uses distributed ledger, or blockchain technology to enable a secure transaction. Like other financial assets, they show signs of complex systems built from a large number of nonlinearly interacting constituents, which exhibits collective behavior and, due to an exchange of energy or information with the environment, can easily modify its internal structure and patterns of activity. We review the econophysics analysis methods and models adopted in or invented for financial time series and their subtle properties, which are applicable to ti
APA, Harvard, Vancouver, ISO, and other styles
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!