{"metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00144583","sets":["1164:1867:7889:8312"]},"path":["8312"],"owner":"11","recid":"144583","title":["複数の一貫性レベルを保証可能なマルチマスタデータレプリケーション"],"pubdate":{"attribute_name":"公開日","attribute_value":"2015-07-28"},"_buckets":{"deposit":"39150c2a-eff7-43db-aa89-ed49e35cd02c"},"_deposit":{"id":"144583","pid":{"type":"depid","value":"144583","revision_id":0},"owners":[11],"status":"published","created_by":11},"item_title":"複数の一貫性レベルを保証可能なマルチマスタデータレプリケーション","author_link":["219160","219158","219157","219159"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"複数の一貫性レベルを保証可能なマルチマスタデータレプリケーション"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"データベースとデータ処理系","subitem_subject_scheme":"Other"}]},"item_type_id":"4","publish_date":"2015-07-28","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"名古屋工業大学"},{"subitem_text_value":"名古屋工業大学"},{"subitem_text_value":"名古屋工業大学"},{"subitem_text_value":"名古屋工業大学"}]},"item_4_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Nagoya Institute of Technology","subitem_text_language":"en"},{"subitem_text_value":"Nagoya Institute of Technology","subitem_text_language":"en"},{"subitem_text_value":"Nagoya Institute of Technology","subitem_text_language":"en"},{"subitem_text_value":"Nagoya Institute of Technology","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/144583/files/IPSJ-OS15134007.pdf","label":"IPSJ-OS15134007.pdf"},"date":[{"dateType":"Available","dateValue":"2017-07-28"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-OS15134007.pdf","filesize":[{"value":"1.6 MB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"11"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"34b64554-e7ed-4a91-a886-5ad0624a44fa","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2015 by the Information Processing Society of Japan"}]},"item_4_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"太田, 篤"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"松野, 雅也"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"川島, 龍太"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"松尾, 啓志"}],"nameIdentifiers":[{}]}]},"item_4_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AN10444176","subitem_source_identifier_type":"NCID"}]},"item_4_textarea_12":{"attribute_name":"Notice","attribute_value_mlt":[{"subitem_textarea_value":"SIG Technical Reports are nonrefereed and hence may later appear in any journals, conferences, symposia, etc."}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_18gh","resourcetype":"technical report"}]},"item_4_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"2188-8795","subitem_source_identifier_type":"ISSN"}]},"item_4_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"システムの高可用性,信頼性を実現するためにデータベースの複製 (レプリカ) を作成する技術であるレプリケーションが広く利用されている.しかし,アプリケーションごとに要求される最低限の一貫性を保証するレプリケーションプロトコルを個別に実装することは,管理や運用の面でユーザの負担となる.したがって,複数の一貫性レベルを保証可能な,汎用性のあるレプリケーションプロトコルが求められる.既存研究である Multi-Consistency Data Replication(McRep) は,ミドルウェアベースのレプリケーションプロトコルであり,かつ複数の一貫性レベルが保証可能である.しかし,クライアント数の増加につれてミドルウェア部に配置されたレプリケーション制御を行うサーバ (レプリケータ) が単一障害点かつ性能ボトルネックとなる問題がある.これらを回避する方法として,Deferred-update によるマルチマスタレプリケーションが研究されている.本研究では,Deferred-update を用いたマルチマスタレプリケーションにおける複数一貫性制御手法を提案する.提案手法では,McRep がレプリケータで行っていた一貫性制御を各レプリカにて行う.マルチマスタレプリケーションで一貫性制御を行うことにより,特定のサーバが単一障害点となる問題を解決し,システムの可用性の向上を実現した.評価から Read-heavy なワークロードにおいて一貫性レベルが One-copy serializability の場合,McRep では 200 クライアントでスループットが頭打ちしていたところ,提案手法では 400 クライアントまでスループットが向上し,性能ボトルネックを解消した.さらに,Sequential Consistency の場合は McRep と同等のスループットが得られることを確認した.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"8","bibliographic_titles":[{"bibliographic_title":"研究報告システムソフトウェアとオペレーティング・システム(OS)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2015-07-28","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"7","bibliographicVolumeNumber":"2015-OS-134"}]},"relation_version_is_last":true,"weko_creator_id":"11"},"id":144583,"updated":"2025-01-20T18:45:49.606423+00:00","links":{},"created":"2025-01-19T00:20:20.932074+00:00"}