Academic literature on the topic 'Distributed transaction processing'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Distributed transaction processing.'
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 processing"
Daniels, Dean S., Alfred Z. Spector, and Dean S. Thompson. "Distributed logging for transaction processing." ACM SIGMOD Record 16, no. 3 (December 1987): 82–96. http://dx.doi.org/10.1145/38714.38728.
Full textJing, Changhong, Wenjie Liu, Jintao Gao, and Ouya Pei. "Research and implementation of HTAP for distributed database." Xibei Gongye Daxue Xuebao/Journal of Northwestern Polytechnical University 39, no. 2 (April 2021): 430–38. http://dx.doi.org/10.1051/jnwpu/20213920430.
Full textKommareddy, Manjula, and Johnny Wong. "Non-blocking distributed transaction processing system." Journal of Systems and Software 54, no. 1 (September 2000): 65–76. http://dx.doi.org/10.1016/s0164-1212(00)00053-4.
Full textRavoor, Suresh B., and Johnny S. K. Wong. "Multithreaded transaction processing in distributed systems." Journal of Systems and Software 38, no. 2 (August 1997): 107–17. http://dx.doi.org/10.1016/s0164-1212(96)00114-8.
Full textBanks, Richard, Peter Furniss, Klaus Heien, and H. Rüdiger Wiehle. "OSI distributed transaction processing commitment optimizations." ACM SIGCOMM Computer Communication Review 28, no. 5 (October 1998): 61–75. http://dx.doi.org/10.1145/303297.303308.
Full textZamanian, Erfan, Julian Shun, Carsten Binnig, and Tim Kraska. "Chiller." ACM SIGMOD Record 50, no. 1 (June 15, 2021): 15–22. http://dx.doi.org/10.1145/3471485.3471490.
Full textMills, John A. "Large scale interoperability and distributed transaction processing." Journal of Systems Integration 3, no. 3-4 (September 1993): 351–69. http://dx.doi.org/10.1007/bf01975520.
Full textMafla, E., and B. Bhargava. "Communication facilities for distributed transaction-processing systems." Computer 24, no. 8 (August 1991): 61–66. http://dx.doi.org/10.1109/2.84878.
Full textChen, Graham. "Distributed transaction processing standards and their applications." Computer Standards & Interfaces 17, no. 4 (September 1995): 363–73. http://dx.doi.org/10.1016/0920-5489(95)00005-f.
Full textSherman, Mark. "Architecture of the Encina distributed transaction processing family." ACM SIGMOD Record 22, no. 2 (June 1993): 460–63. http://dx.doi.org/10.1145/170036.170136.
Full textDissertations / Theses on the topic "Distributed transaction processing"
McCue, Daniel Lawrence. "Selective transparency in distributed transaction processing." Thesis, University of Newcastle Upon Tyne, 1992. http://hdl.handle.net/10443/2020.
Full textXia, 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 textCataloged from PDF version of thesis.
Includes bibliographical references (pages 73-79).
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 poor performance. In this work, we constructed Sundial, a distributed concurrency control algorithm that applies logical timestamps seaminglessly with a cache protocol, and works in a hybrid fashion where an optimistic approach is combined with lock-based schemes. Sundial tackles the inefficiency problem in two ways. Firstly, Sundial decides the order of transactions on the fly. Transactions get their commit timestamp according to their data access traces. Each data item in the database has logical leases maintained by the system. A lease corresponds to a version of the item. At any logical time point, only a single transaction holds the 'lease' for any particular data item. Therefore, lease holders do not have to worry about someone else writing to the item because in the logical timeline, the data writer needs to acquire a new lease which is disjoint from the holder's. This lease information is used to calculate the logical commit time for transactions. Secondly, Sundial has a novel caching scheme that works together with logical leases. The scheme allows the local data server to automatically cache data from the remote server while preserving data coherence. We benchmarked Sundial along with state-of-the-art distributed transactional concurrency control protocols. On YCSB, Sundial outperforms the second best protocol by 57% under high data access contention. On TPC-C, Sundial has a 34% improvement over the state-of-the-art candidate. Our caching scheme has performance gain comparable with hand-optimized data replication. With high access skew, it speeds the workload by up to 4.6 x.
"This work was supported (in part) by the U.S. National Science Foundation (CCF-1438955)"
by Yu Xia.
S.M.
S.M. Massachusetts Institute of Technology, Department of Electrical Engineering and Computer Science
Xie, Wanxia. "Supporting Distributed Transaction Processing Over Mobile and Heterogeneous Platforms." Diss., Georgia Institute of Technology, 2005. http://hdl.handle.net/1853/14073.
Full textWilkenloh, Christopher Joselane. "Design of a reliable message transaction protocol." Thesis, Georgia Institute of Technology, 1989. http://hdl.handle.net/1853/8307.
Full textDixon, Eric Richard. "Developing distributed applications with distributed heterogenous databases." Thesis, Virginia Tech, 1993. http://hdl.handle.net/10919/42748.
Full textMena, 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 textHirve, Sachin. "On the Fault-tolerance and High Performance of Replicated Transactional Systems." Diss., Virginia Tech, 2015. http://hdl.handle.net/10919/56668.
Full textPh. D.
Poti, Allison Tamara S. "Building a multi-tier enterprise system utilizing visual Basic, MTS, ASP, and MS SQL." Virtual Press, 2001. http://liblink.bsu.edu/uhtbin/catkey/1221293.
Full textDepartment of Computer Science
Kendric, Hood A. "Improving Cryptocurrency Blockchain Security and Availability Adaptive Security and Partitioning." Kent State University / OhioLINK, 2020. http://rave.ohiolink.edu/etdc/view?acc_num=kent1595038779436782.
Full textPu, Calton. "Replication and nested transactions in the Eden Distributed System /." Thesis, Connect to this title online; UW restricted, 1986. http://hdl.handle.net/1773/6881.
Full textBooks on the topic "Distributed transaction processing"
Roger, Jennings, and Lievano Rick A, eds. Microsoft Transaction Server 2.0. Indianapolis, IN: Sams Publishing, 1997.
Find full textVeijalainen, Jari. Transaction concepts in autonomous database environments. München: R. Oldenbourg, 1990.
Find full textN, Chorafas Dimitris. Transaction management: Managing complex transactions and sharing distributed databases. New York, N.Y: St. Martin's Press, 1998.
Find full textNg, Pui. A commit protocol for resilient transaction. Urbana, IL (1304 W. Springfield Ave., Urbana 61801): Dept. of Computer Science, University of Illinois at Urbana-Champaign, 1987.
Find full textBhalla, Subhash. Implementing message oriented transaction processing for distributed database management systems. Cambridge, Mass: Sloan School of Management, Massachusetts Institute of Technology, 1988.
Find full textArantza, Illarramendi, ed. Ontology-based query processing for global information systems. Boston: Kluwer Academic Publishers, 2001.
Find full textNested transactions: An approach to reliable distributed computing. Cambridge, Mass: MIT Press, 1985.
Find full textCompany, X/Open, ed. Distributed transaction processing: CPI-C specification, Version 2. Reading, Berkshire: X/Open, 1996.
Find full text1951-, Andrade Juan M., ed. The TUXEDO System: Software for constructing and managing distributed business applications. Reading, Mass: Addison-Wesley Pub., 1996.
Find full textDwyer, Terence, Juan M. Andrade, Mark Carges, and Stephen Felts. The TUXEDO System: Software for Constructing and Managing Distributed Business Applications. Addison-Wesley Professional, 1996.
Find full textBook chapters on the topic "Distributed transaction processing"
Özsu, M. Tamer, and Patrick Valduriez. "Distributed Transaction Processing." In Principles of Distributed Database Systems, 183–246. Cham: Springer International Publishing, 2019. http://dx.doi.org/10.1007/978-3-030-26253-2_5.
Full textWeik, Martin H. "distributed transaction processing." In Computer Science and Communications Dictionary, 444. Boston, MA: Springer US, 2000. http://dx.doi.org/10.1007/1-4020-0613-6_5412.
Full textRai, Rebika. "Distributed Transaction Processing." In NoSQL: Database for Storage and Retrieval of Data in Cloud, 1–22. Boca Raton, FL : CRC Press, Taylor & Francis Group, [2016] |Includes bibliographical references and index.: Chapman and Hall/CRC, 2017. http://dx.doi.org/10.1201/9781315155579-2.
Full textSchill, Alexander. "Online Transaction Processing." In Das OSF Distributed Computing Environment, 231–40. Berlin, Heidelberg: Springer Berlin Heidelberg, 1997. http://dx.doi.org/10.1007/978-3-642-60731-8_10.
Full textWhiteley, David. "Transaction and Distributed Processing." In Introduction to Information Systems, 246–55. London: Macmillan Education UK, 2004. http://dx.doi.org/10.1007/978-1-137-10325-3_18.
Full textPitoura, Evaggelia, Panos K. Chrysanthis, and George Samaras. "Distributed Databases and Transaction Processing." In Mobile Agents in Networking and Distributed Computing, 219–42. Hoboken, NJ, USA: John Wiley & Sons, Inc., 2012. http://dx.doi.org/10.1002/9781118135617.ch9.
Full textSpector, Alfred Z. "Distributed Transaction Processing and The Camelot System." In Distributed Operating Systems, 331–53. Berlin, Heidelberg: Springer Berlin Heidelberg, 1987. http://dx.doi.org/10.1007/978-3-642-46604-5_13.
Full textKunkelmann, Thomas, Hartmut Vogler, and Susan Thomas. "Interoperability of distributed transaction processing systems." In Trends in Distributed Systems CORBA and Beyond, 177–90. Berlin, Heidelberg: Springer Berlin Heidelberg, 1996. http://dx.doi.org/10.1007/3-540-61842-2_35.
Full textLacoste, Gérard. "Distributed transaction processing in the IBC." In Lecture Notes in Computer Science, 377–89. Berlin, Heidelberg: Springer Berlin Heidelberg, 1994. http://dx.doi.org/10.1007/bfb0013429.
Full textAlonso, Gustavo, and C. Mohan. "Workflow Management: The Next Generation of Distributed Processing Tools." In Advanced Transaction Models and Architectures, 35–59. Boston, MA: Springer US, 1997. http://dx.doi.org/10.1007/978-1-4615-6217-7_2.
Full textConference papers on the topic "Distributed transaction processing"
Daniels, Dean S., Alfred Z. Spector, and Dean S. Thompson. "Distributed logging for transaction processing." In the 1987 ACM SIGMOD international conference. New York, New York, USA: ACM Press, 1987. http://dx.doi.org/10.1145/38713.38728.
Full textFan, 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 textSpector, A. Z., R. F. Pausch, and G. Bruell. "Camelot: a flexible, distributed transaction processing system." In COMPCON Spring 88. IEEE, 1988. http://dx.doi.org/10.1109/cmpcon.1988.4907.
Full textLin, Zhian, and Chi Zhang. "A Transaction Processing Method for Distributed Database." In Proceedings of the 3rd International Conference on Mechatronics Engineering and Information Technology (ICMEIT 2019). Paris, France: Atlantis Press, 2019. http://dx.doi.org/10.2991/icmeit-19.2019.58.
Full textDjemaiel, Yacine, and Noureddine Boudriga. "Intrusion detection and tolerance for transaction based applications in wireless environments." In Distributed Processing (IPDPS). IEEE, 2009. http://dx.doi.org/10.1109/ipdps.2009.5161244.
Full textWook Stephen Do, Sang, and Michel Dubois. "Transaction-Based Core Reliability." In 2020 IEEE International Parallel and Distributed Processing Symposium (IPDPS). IEEE, 2020. http://dx.doi.org/10.1109/ipdps47924.2020.00027.
Full textSherman, Mark. "Architecture of the Encina distributed transaction processing family." In the 1993 ACM SIGMOD international conference. New York, New York, USA: ACM Press, 1993. http://dx.doi.org/10.1145/170035.170136.
Full textIbrahim, Romani Farid. "Mobile Transaction Processing for a Distributed War Environment." In 2019 14th International Conference on Computer Science & Education (ICCSE). IEEE, 2019. http://dx.doi.org/10.1109/iccse.2019.8845475.
Full textSun, Qiao, Lan-mei Fu, Bu-qiao Deng, and Jiasong Sun. "An efficient transaction processing method on the distributed database." In 2016 9th International Congress on Image and Signal Processing, BioMedical Engineering and Informatics (CISP-BMEI). IEEE, 2016. http://dx.doi.org/10.1109/cisp-bmei.2016.7853031.
Full textSuganuma, Toshio, Akira Koseki, Kazuaki Ishizaki, Yohei Ueda, Ken Mizuno, Daniel Silva, Hideaki Komatsu, and Toshio Nakatani. "Distributed and fault-tolerant execution framework for transaction processing." In the 4th Annual International Conference. New York, New York, USA: ACM Press, 2011. http://dx.doi.org/10.1145/1987816.1987819.
Full text