{"created":"2025-01-19T01:02:23.457385+00:00","updated":"2025-01-19T22:08:03.333666+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00198014","sets":["1164:1867:9726:9856"]},"path":["9856"],"owner":"44499","recid":"198014","title":["分散KVSにおけるメニーコアを活用したプロキシによるクエリ集約及び排他制御"],"pubdate":{"attribute_name":"公開日","attribute_value":"2019-07-17"},"_buckets":{"deposit":"e850f2eb-e48a-401c-83a2-0eddbd2ca569"},"_deposit":{"id":"198014","pid":{"type":"depid","value":"198014","revision_id":0},"owners":[44499],"status":"published","created_by":44499},"item_title":"分散KVSにおけるメニーコアを活用したプロキシによるクエリ集約及び排他制御","author_link":["476135","476136","476138","476137"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"分散KVSにおけるメニーコアを活用したプロキシによるクエリ集約及び排他制御"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"データ処理","subitem_subject_scheme":"Other"}]},"item_type_id":"4","publish_date":"2019-07-17","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 / Presently with BOSCO Technologies Inc.","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/198014/files/IPSJ-OS19147003.pdf","label":"IPSJ-OS19147003.pdf"},"date":[{"dateType":"Available","dateValue":"2021-07-17"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-OS19147003.pdf","filesize":[{"value":"4.8 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":"231180f0-d80d-4f2a-bfd4-4a021d34f1cd","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2019 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":"ビッグデータの普及により,大規模データの保存や高速な検索処理が可能な分散キーバリューストアが一般的となった.Cassandra は,全ての KVS ノードがクライアントからの要求を受け付けることで,高可用性やスケーラビリティを担保しつつ,高スループットを実現できる.しかし,P2P 型の分散キーバリューストアは,その構成上トランザクションや排他制御を高速に行うことが困難である.我々は,中規模分散キーバリューストアを想定し,メニーコアを活用した集中型のプロキシによるクエリ集約手法を提案している.しかし,従来のプロキシでは,クエリ処理のプロセスと TCP/IP プロトコルスタックのプロセス間でパケットデータのコピーが発生する実装となっていた.また,NIC のマルチキュー機能を想定しないスレッド構成になっていたため,ネットワーク処理がボトルネックになっていた.さらに,クエリのルーティングを行うクライアントスレッドとクエリの集約・分解を行うスレッド間のデータの受け渡しに用いるキューに mutex による排他制御を使用していたため,大きなオーバヘッドが発生していた.そこで本研究では,プロトコルスタックの処理スレッドを複数動作させることでメニーコアを活用し,ネットワーク処理を改善しつつ,そのスレッド上にクエリルーティング処理やクエリ集約・分解処理を実装することで,プロセス間通信やパケットコピーの削減を行う.また,クライアントスレッドと集約・分解スレッド間のデータ受け渡しにロックフリーなキューを利用することでプロキシのさらなる高速化を実現する.さらに,プロキシがクライアントからの要求を全て受け付け,ロックの管理を行うことで,排他制御に必要な KVS ノード間の通信を削減する.性能評価の結果,クライアント及び KVS ノードに DPDK を用いる条件下において,プロキシは 10Gbps のスループットを達成し,さらにプロキシによる集中的な排他制御によって,Paxos を用いた場合と比較して,レイテンシが約 35 分の 1 となった.","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":"2019-07-17","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"3","bibliographicVolumeNumber":"2019-OS-147"}]},"relation_version_is_last":true,"weko_creator_id":"44499"},"id":198014,"links":{}}