{"created":"2025-01-18T22:49:45.025526+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00016494","sets":["934:935:945:946"]},"path":["946"],"owner":"1","recid":"16494","title":["並列トランザクショナルアプリケーションのためのプログラミングフレームワーク"],"pubdate":{"attribute_name":"公開日","attribute_value":"2007-08-15"},"_buckets":{"deposit":"328b5bb3-2366-4085-8134-2d640527e8aa"},"_deposit":{"id":"16494","pid":{"type":"depid","value":"16494","revision_id":0},"owners":[1],"status":"published","created_by":1},"item_title":"並列トランザクショナルアプリケーションのためのプログラミングフレームワーク","author_link":["0","0"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"並列トランザクショナルアプリケーションのためのプログラミングフレームワーク"},{"subitem_title":"A Programming Framework for Parallel Transactional Applications","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"通常論文","subitem_subject_scheme":"Other"}]},"item_type_id":"3","publish_date":"2007-08-15","item_3_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"日本アイ・ビー・エム株式会社東京基礎研究所"},{"subitem_text_value":"日本アイ・ビー・エム株式会社東京基礎研究所"},{"subitem_text_value":"日本アイ・ビー・エム株式会社東京基礎研究所"},{"subitem_text_value":"日本アイ・ビー・エム株式会社東京基礎研究所"},{"subitem_text_value":"日本アイ・ビー・エム株式会社東京基礎研究所"},{"subitem_text_value":"日本アイ・ビー・エム株式会社東京基礎研究所"}]},"item_3_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Tokyo Research Laboratory, IBM Japan Ltd.","subitem_text_language":"en"},{"subitem_text_value":"Tokyo Research Laboratory, IBM Japan Ltd.","subitem_text_language":"en"},{"subitem_text_value":"Tokyo Research Laboratory, IBM Japan Ltd.","subitem_text_language":"en"},{"subitem_text_value":"Tokyo Research Laboratory, IBM Japan Ltd.","subitem_text_language":"en"},{"subitem_text_value":"Tokyo Research Laboratory, IBM Japan Ltd.","subitem_text_language":"en"},{"subitem_text_value":"Tokyo Research Laboratory, IBM Japan Ltd.","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_publisher":{"attribute_name":"出版者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"publish_status":"0","weko_shared_id":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/16494/files/IPSJ-TPRO4812005.pdf"},"date":[{"dateType":"Available","dateValue":"2009-08-15"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-TPRO4812005.pdf","filesize":[{"value":"341.0 kB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"15"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"176dd267-cef8-4ca8-a4de-0ae00f98056a","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2007 by the Information Processing Society of Japan"}]},"item_3_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"水野, 謙"},{"creatorName":"菅沼, 俊夫"},{"creatorName":"石崎, 一明"},{"creatorName":"古関, 聰"},{"creatorName":"上田, 陽平"},{"creatorName":"小松, 秀昭"}],"nameIdentifiers":[{}]}]},"item_3_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Ken, MIZUNO","creatorNameLang":"en"},{"creatorName":"Toshio, SUGANUMA","creatorNameLang":"en"},{"creatorName":"Kazuaki, ISHIZAKI","creatorNameLang":"en"},{"creatorName":"Akira, KOSEKI","creatorNameLang":"en"},{"creatorName":"Yohei, UEDA","creatorNameLang":"en"},{"creatorName":"Hideaki, KOMATSU","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_3_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AA11464814","subitem_source_identifier_type":"NCID"}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_6501","resourcetype":"journal article"}]},"item_3_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"1882-7802","subitem_source_identifier_type":"ISSN"}]},"item_3_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"インターネットの普及などによって、アプリケーションが扱うべきデータの量は爆発的に増加している。このような状況に対応するために、計算ノードの追加によって性能の向上を実現するスケールアウトという考え方がある。たとえば Web 検索の分野では、Google の MapReduce やオープンソースプロジェクトの Hadoop といったスケルトン並列プログラミングの考え方に基づいたシステムがこれを実現している。スケールアウトが求められている分野の 1 つに、バッチ処理がある。バッチ処理ではデータの保持のために主にデータベースを利用している。そのため、単純に並列化すると、データアクセスのための通信や特定のノードへのアクセスの集中により、十分なスケーラビリティを得ることができない。そこで我々は、データベースを利用するアプリケーションのスケールアウトを実現するためのシステムを作成した。本システムでは、データをユーザが指定する方法によって分散させ、Owner-Computes Rule に従って計算を行う。ユーザは、Java を拡張した言語を用いて通信や同期など並行処理の詳細について意識することなく、高い抽象度でプログラムを記述することができる。また、耐故障性を備えており、特別なハードウェアを利用しなくても高い信頼性を実現できる。本論文では、本システムで利用する言語の仕様について説明する。","subitem_description_type":"Other"}]},"item_3_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"Recent advances in Internet-technology-based services are causing an explosion of transactions in many business operations. To respond in such business environments, systems have to be able to deal with the ever-increasing workload requirements in a scale-out fashion. Google’s MapReduce system and Apache Hadoop are examples that successfully provide programming environments for developing Web search applications that can scale out. Batch processing systems also need to scale out. They use databases to store the data and update the database frequently. Thus, simple parallelization causes conflicts over data access and prevents the system from scaling. We designed a system to develop scale-out applications that use databases. In this system, users specify the data distribution and the computations are based on the owner-computes rule. Users develop their programs using a Java-based language without considering the complex details of parallel programming. It is a fault-tolerant system and provides high availability without special hardware. This paper describes the specification of the language used in this system.","subitem_description_type":"Other"}]},"item_3_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"51","bibliographic_titles":[{"bibliographic_title":"情報処理学会論文誌プログラミング(PRO)"}],"bibliographicPageStart":"41","bibliographicIssueDates":{"bibliographicIssueDate":"2007-08-15","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"SIG12(PRO34)","bibliographicVolumeNumber":"48"}]},"relation_version_is_last":true,"weko_creator_id":"1"},"links":{},"id":16494,"updated":"2025-01-22T23:50:18.526623+00:00"}