JP6795259B2 - データベーストランザクションを最適化するための方法および装置 - Google Patents
データベーストランザクションを最適化するための方法および装置 Download PDFInfo
- Publication number
- JP6795259B2 JP6795259B2 JP2018511371A JP2018511371A JP6795259B2 JP 6795259 B2 JP6795259 B2 JP 6795259B2 JP 2018511371 A JP2018511371 A JP 2018511371A JP 2018511371 A JP2018511371 A JP 2018511371A JP 6795259 B2 JP6795259 B2 JP 6795259B2
- Authority
- JP
- Japan
- Prior art keywords
- database
- transaction
- command
- application server
- execution
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2453—Query optimisation
- G06F16/24534—Query rewriting; Transformation
- G06F16/24542—Plan optimisation
- G06F16/24545—Selectivity estimation or determination
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/23—Updating
- G06F16/2308—Concurrency control
- G06F16/2315—Optimistic concurrency control
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2453—Query optimisation
- G06F16/24534—Query rewriting; Transformation
- G06F16/24539—Query rewriting; Transformation using cached or materialised query results
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2453—Query optimisation
- G06F16/24534—Query rewriting; Transformation
- G06F16/24547—Optimisations to support specific applications; Extensibility of optimisers
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computational Linguistics (AREA)
- Operations Research (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
予測実行結果をアプリケーションサーバに戻し、これにより、アプリケーションサーバが、次に実行されるべきデータベースオペレーションコマンドを決定する段階と、データベースオペレーションコマンドと、予測アルゴリズムの実行から生成された予測実行データとをローカルに記録する段階と、対象トランザクションに関するトランザクションコミットコマンドを取得する場合、アプリケーションサーバに対応するデータベースを制御して、ローカルに記録されたデータベースオペレーションコマンドおよび予測実行データに従って対象トランザクションを実際に実行する段階とを備える方法を提供する。
begin transaction[トランザクションを開始する]
select * from inventory where itemId = ? for update;[アイテムidを用いて、現在の在庫を確認し、ロックする]
if (item.inventory > 0)
item.inventory−−;
update inventory set item.inventory =
$item.inventory where itemId = ?;
commit;
else
rollback;[現在の在庫が0よりも大きい場合、アイテム在庫を削減および更新してコミットし、そうでなければ、ロールバックする]
Claims (14)
- データベースオペレーション方法であって、
アプリケーションサーバにより対象トランザクションを実行する処理の間、データベースオペレーション装置が備える取得モジュールにより、前記アプリケーションサーバにより前記対象トランザクションについて実行されたデータベースオペレーションコマンドを順次取得する段階と、
前記データベースオペレーション装置が備える予測実行モジュールにより、前記データベースオペレーションコマンドを実行して前記対象トランザクションの実行経路を予測する予測アルゴリズムを実行する段階と、
前記予測実行モジュールにより、予測実行結果を前記アプリケーションサーバに戻し、これにより、前記アプリケーションサーバが、次に実行されるべきデータベースオペレーションコマンドを決定する段階と、
前記予測実行モジュールにより、前記データベースオペレーションコマンドと、前記予測アルゴリズムの前記実行から生成された予測実行データとをローカルに記録する段階と、
前記データベースオペレーション装置が備える制御実行モジュールにより、前記対象トランザクションに関するトランザクションコミットコマンドを取得する場合、前記アプリケーションサーバに対応するデータベースを制御して、ローカルに記録された前記データベースオペレーションコマンドおよび前記予測実行データに従って前記対象トランザクションを実際に実行する段階と
を備える方法。 - 前記アプリケーションサーバにより前記対象トランザクションを実行する処理の間、前記取得モジュールにより、前記アプリケーションサーバにより前記対象トランザクションについて実行されたデータベースオペレーションコマンドを順次取得する前記段階は、
前記取得モジュールにより、前記アプリケーションサーバにより前記データベースに対して送信された前記データベースオペレーションコマンドをインタセプトする段階、または
前記取得モジュールにより、前記アプリケーションサーバにより前記データベースオペレーション装置に対して送信された前記データベースオペレーションコマンドを受信する段階
の一方を有する、
請求項1に記載の方法。 - 前記予測実行モジュールにより、前記予測アルゴリズムを実行する前記段階は、
前記予測実行モジュールにより、前記データベースオペレーションコマンドを読み取りコマンドおよび書き込みコマンドに分割する段階と、
前記予測実行モジュールにより、前記データベースにおいて前記読み取りコマンドを実行して、読み取りデータセットを取得する段階と、
前記予測実行モジュールにより、前記読み取りデータセットをローカルに確立されたメモリバンクに格納する段階と、
前記予測実行モジュールにより、前記メモリバンクにおいて前記書き込みコマンドを実行して、前記読み取りデータセットを修正する段階と
を含む、
請求項1または2に記載の方法。 - 前記制御実行モジュールにより、前記アプリケーションサーバに対応するデータベースを制御して、ローカルに記録された前記データベースオペレーションコマンドおよび前記予測実行データに従って前記対象トランザクションを実際に実行する前記段階は、
前記制御実行モジュールにより、ローカルに記録された前記データベースオペレーションコマンドを前記データベースに対して発行して、前記データベースオペレーションコマンドを実行するよう前記データベースに命令し、前記データベースにより戻された前記データベースオペレーションコマンドの実際の実行結果を受信する段階と、
前記実際の実行結果が前記予測実行結果と同じだった場合、前記制御実行モジュールにより、前記トランザクションコミットコマンドを前記データベースに対して発行し、これにより、前記データベースが前記対象トランザクションをコミットする段階と、
前記実際の実行結果が前記予測実行結果とは異なっていた場合、前記制御実行モジュールにより、トランザクションロールバックコマンドを前記データベースに対して発行し、これにより、前記データベースが前記対象トランザクションをロールバックする段階と
を有する、
請求項1から3のいずれか一項に記載の方法。 - 前記制御実行モジュールにより、ローカルに記録された前記データベースオペレーションコマンドを前記データベースに対して発行する前記段階は、
前記制御実行モジュールにより、ローカルに記録された前記データベースオペレーションコマンドを前記データベースに対して同時に発行する段階
を含む、
請求項4に記載の方法。 - 前記制御実行モジュールにより、前記アプリケーションサーバに対応するデータベースを制御して、ローカルに記録された前記データベースオペレーションコマンドおよび前記予測実行データに従って前記対象トランザクションを実際に実行する前記段階は、
前記制御実行モジュールにより、ローカルに記録された前記データベースオペレーションコマンドに従って、前記対象トランザクションがスタンドアロントランザクションであるかどうかを判断する段階と、
判断結果が肯定的であった場合、前記制御実行モジュールにより、スタンドアロントランザクション処理ロジックを用いて前記データベースを制御して、ローカルに記録された前記データベースオペレーションコマンドおよび前記予測実行データに従って前記対象トランザクションを実際に実行する段階、または
判断結果が否定的であった場合、前記制御実行モジュールにより、分散トランザクション処理ロジックを用いて前記データベースを制御して、ローカルに記録された前記データベースオペレーションコマンドおよび前記予測実行データに従って前記対象トランザクションを実際に実行する段階と
を有する、
請求項1から5のいずれか一項に記載の方法。 - 前記対象トランザクションに関するトランザクションロールバックコマンドを取得した場合、前記予測実行モジュールにより、ローカルに記録された前記データベースオペレーションコマンドおよび前記予測実行データを削除する段階
をさらに備える、請求項1から6のいずれか一項に記載の方法。 - データベースオペレーション装置であって、
アプリケーションサーバにより対象トランザクションを実行する処理の間、前記アプリケーションサーバにより前記対象トランザクションについて実行されたデータベースオペレーションコマンドを順次取得する取得モジュールと、
前記データベースオペレーションコマンドを実行して前記対象トランザクションの実行経路を予測する予測アルゴリズムを実行し、予測実行結果を前記アプリケーションサーバに戻し、これにより、前記アプリケーションサーバが、次に実行されるべきデータベースオペレーションコマンドを決定し、かつ、前記データベースオペレーションコマンドと、前記予測アルゴリズムの前記実行から生成された予測実行データとをローカルに記録する予測実行モジュールと、
前記対象トランザクションに関するトランザクションコミットコマンドを取得する場合、前記アプリケーションサーバに対応するデータベースを制御して、ローカルに記録された前記データベースオペレーションコマンドおよび前記予測実行データに従って前記対象トランザクションを実際に実行する制御実行モジュールと
を備える装置。 - 前記取得モジュールは具体的には、
前記アプリケーションサーバにより前記データベースに対して送信された前記データベースオペレーションコマンドをインタセプトするか、または
前記アプリケーションサーバにより前記データベースオペレーション装置に対して送信された前記データベースオペレーションコマンドを受信する、
請求項8に記載の装置。 - 前記予測実行モジュールは具体的には、
前記データベースオペレーションコマンドを読み取りコマンドおよび書き込みコマンドに分割し、
前記データベースにおいて前記読み取りコマンドを実行して、読み取りデータセットを取得し、
前記読み取りデータセットをローカルに確立されたメモリバンクに格納し、かつ、
前記メモリバンクにおいて前記書き込みコマンドを実行して、前記読み取りデータセットを修正する、
請求項8または9に記載の装置。 - 前記制御実行モジュールは具体的には、
ローカルに記録された前記データベースオペレーションコマンドを前記データベースに対して発行して、前記データベースオペレーションコマンドを実行するよう前記データベースに命令し、前記データベースにより戻された前記データベースオペレーションコマンドの実際の実行結果を受信し、
前記実際の実行結果が前記予測実行結果と同じだった場合、前記トランザクションコミットコマンドを前記データベースに対して発行し、これにより、前記データベースが前記対象トランザクションをコミットし、かつ、
前記実際の実行結果が前記予測実行結果とは異なっていた場合、トランザクションロールバックコマンドを前記データベースに対して発行し、これにより、前記データベースが前記対象トランザクションをロールバックする、
請求項8から10のいずれか一項に記載の装置。 - 前記制御実行モジュールは具体的には、
ローカルに記録された前記データベースオペレーションコマンドを前記データベースに対して同時に発行する、
請求項11に記載の装置。 - 前記制御実行モジュールは具体的には、
ローカルに記録された前記データベースオペレーションコマンドに従って、前記対象トランザクションがスタンドアロントランザクションであるかどうかを判断し、
判断結果が肯定的であった場合、スタンドアロントランザクション処理ロジックを用いて前記データベースを制御して、ローカルに記録された前記データベースオペレーションコマンドおよび前記予測実行データに従って前記対象トランザクションを実際に実行するか、または
判断結果が否定的であった場合、分散トランザクション処理ロジックを用いて前記データベースを制御して、ローカルに記録された前記データベースオペレーションコマンドおよび前記予測実行データに従って前記対象トランザクションを実際に実行する、
請求項8から12のいずれか一項に記載の装置。 - 前記予測実行モジュールはさらに、
前記対象トランザクションに関するトランザクションロールバックコマンドが取得された場合、ローカルに記録された前記データベースオペレーションコマンドおよび前記予測実行データを削除する、
請求項8から13のいずれか一項に記載の装置。
Applications Claiming Priority (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201510563745.3 | 2015-09-08 | ||
| CN201510563745.3A CN106503007B (zh) | 2015-09-08 | 2015-09-08 | 数据库操作方法及装置 |
| PCT/CN2016/097268 WO2017041639A1 (zh) | 2015-09-08 | 2016-08-30 | 数据库操作方法及装置 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2018526746A JP2018526746A (ja) | 2018-09-13 |
| JP6795259B2 true JP6795259B2 (ja) | 2020-12-02 |
Family
ID=58239114
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2018511371A Active JP6795259B2 (ja) | 2015-09-08 | 2016-08-30 | データベーストランザクションを最適化するための方法および装置 |
Country Status (4)
| Country | Link |
|---|---|
| US (1) | US11500869B2 (ja) |
| JP (1) | JP6795259B2 (ja) |
| CN (1) | CN106503007B (ja) |
| WO (1) | WO2017041639A1 (ja) |
Families Citing this family (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN106503027B (zh) * | 2015-09-08 | 2020-02-21 | 阿里巴巴集团控股有限公司 | 数据库操作方法及装置 |
| CN109766330B (zh) * | 2018-12-29 | 2020-02-14 | 北京三快在线科技有限公司 | 数据分片方法、装置、电子设备及存储介质 |
| CN111198913A (zh) * | 2019-12-10 | 2020-05-26 | 北京康沙士信息科技有限公司 | 一种异构数据库网络融合的方法及系统 |
| CN111694798B (zh) * | 2020-04-23 | 2023-04-25 | 武汉达梦数据库股份有限公司 | 一种基于日志解析的数据同步方法及数据同步系统 |
| CN111930830B (zh) * | 2020-06-22 | 2024-04-16 | 心有灵犀科技股份有限公司 | 一种基于共享数据库的分布式事务数据处理方法及系统 |
| CN112214790A (zh) * | 2020-09-17 | 2021-01-12 | 杭州安恒信息技术股份有限公司 | 数据库敏感操作的阻断方法、装置、电子装置和存储介质 |
| CN114386904A (zh) * | 2022-01-05 | 2022-04-22 | 北京京东振世信息技术有限公司 | 一种库存预占方法、装置、服务器及存储介质 |
| CN117033083B (zh) * | 2023-09-28 | 2024-01-19 | 武汉吧哒科技股份有限公司 | 数据备份方法、系统及存储介质 |
Family Cites Families (35)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH04245342A (ja) * | 1991-01-30 | 1992-09-01 | Toshiba Corp | 分散型データベースシステム |
| US5758144A (en) | 1994-06-24 | 1998-05-26 | International Business Machines Corporation | Database execution cost and system performance estimator |
| JP2001142898A (ja) * | 1999-11-16 | 2001-05-25 | Hitachi Ltd | 問合せ処理の実行可否判定方法 |
| CA2384259A1 (en) | 2002-04-29 | 2003-10-29 | Ibm Canada Limited-Ibm Canada Limitee | Access concurrency for cached authorization information in relational database systems |
| JP3602840B2 (ja) * | 2002-10-22 | 2004-12-15 | 株式会社東芝 | 命令の投機的実行制御装置およびその方法 |
| US7698348B2 (en) | 2003-12-19 | 2010-04-13 | Kinaxis Holdings Inc. | Extended database engine providing versioning and embedded analytics |
| US7493419B2 (en) * | 2005-12-13 | 2009-02-17 | International Business Machines Corporation | Input/output workload fingerprinting for input/output schedulers |
| US7594079B2 (en) | 2006-09-29 | 2009-09-22 | Mips Technologies, Inc. | Data cache virtual hint way prediction, and applications thereof |
| US9141670B2 (en) | 2007-08-27 | 2015-09-22 | Teradata Us, Inc. | Methods and systems for hardware acceleration of streamed database operations and queries based on multiple hardware accelerators |
| CN101212481A (zh) * | 2007-12-21 | 2008-07-02 | 华为技术有限公司 | 一种事务控制方法、系统和装置 |
| US8224845B2 (en) * | 2008-01-21 | 2012-07-17 | International Business Machines Corporation | Transaction prediction modeling method |
| CN101587447B (zh) | 2008-05-23 | 2013-03-27 | 国际商业机器公司 | 基于预测的事务执行系统和方法 |
| JP2010066922A (ja) * | 2008-09-09 | 2010-03-25 | Hitachi Ltd | データベース管理方法、データベース管理プログラム、および、データベース管理システム |
| CN101739298B (zh) | 2008-11-27 | 2013-07-31 | 国际商业机器公司 | 共享缓存管理方法和系统 |
| JP2010198581A (ja) * | 2009-02-27 | 2010-09-09 | Hitachi Ltd | データベース管理方法、データベース管理装置及びデータベース管理プログラム |
| US20120227045A1 (en) | 2009-12-26 | 2012-09-06 | Knauth Laura A | Method, apparatus, and system for speculative execution event counter checkpointing and restoring |
| CN103136308A (zh) | 2011-11-23 | 2013-06-05 | 英业达股份有限公司 | 应用系统数据库更新的方法和系统 |
| CN103186733B (zh) * | 2011-12-30 | 2016-01-27 | 中国移动通信集团广东有限公司 | 数据库用户行为管理系统和数据库用户行为管理方法 |
| US20130191105A1 (en) * | 2012-01-20 | 2013-07-25 | International Business Machines Coporation | Virtual systems testing |
| CN102662640B (zh) * | 2012-04-12 | 2015-04-01 | 苏州睿云智芯微电子有限公司 | 双重分支目标缓冲器和分支目标处理系统及处理方法 |
| US20130275685A1 (en) | 2012-04-16 | 2013-10-17 | International Business Machines Corporation | Intelligent data pre-caching in a relational database management system |
| KR101916837B1 (ko) * | 2012-04-26 | 2019-01-24 | 아마데우스 에스.에이.에스. | 일괄 지향 연산을 사용하는 데이터베이스 시스템 |
| CN103092955B (zh) * | 2013-01-17 | 2016-08-03 | 华为技术有限公司 | 检查点操作方法、装置及系统 |
| US9477707B2 (en) * | 2013-01-29 | 2016-10-25 | Nec Corporation | System and methods for predicting query execution time for concurrent and dynamic database workloads |
| US20140223418A1 (en) * | 2013-02-02 | 2014-08-07 | Ca, Inc. | Performance data in virtual services |
| US9418129B2 (en) | 2013-03-08 | 2016-08-16 | Oracle International Corporation | Adaptive high-performance database redo log synchronization |
| WO2014143053A1 (en) | 2013-03-15 | 2014-09-18 | Intel Corporation | Dead block predictors for cooperative execution in the last level cache |
| US9165425B2 (en) * | 2013-04-08 | 2015-10-20 | Steelseries Aps | Method and apparatus for configuring a computing environment |
| JP6160419B2 (ja) | 2013-10-02 | 2017-07-12 | 富士通株式会社 | 情報処理プログラム、情報処理装置及び情報処理方法 |
| US9477481B2 (en) * | 2014-06-27 | 2016-10-25 | International Business Machines Corporation | Accurate tracking of transactional read and write sets with speculation |
| US9684514B2 (en) * | 2014-09-10 | 2017-06-20 | International Business Machines Corporation | Inference based condition code generation |
| US9928064B2 (en) | 2015-11-10 | 2018-03-27 | International Business Machines Corporation | Instruction stream modification for memory transaction protection |
| US10733091B2 (en) * | 2016-05-03 | 2020-08-04 | International Business Machines Corporation | Read and write sets for ranges of instructions of transactions |
| US10572373B2 (en) * | 2017-04-20 | 2020-02-25 | International Business Machines Corporation | Automated test generation for multi-interface and multi-platform enterprise virtualization management environment |
| US10481958B2 (en) * | 2017-12-29 | 2019-11-19 | Intel IP Corporation | Speculative execution tag for asynchronous DRAM refresh |
-
2015
- 2015-09-08 CN CN201510563745.3A patent/CN106503007B/zh active Active
-
2016
- 2016-08-30 WO PCT/CN2016/097268 patent/WO2017041639A1/zh not_active Ceased
- 2016-08-30 US US15/757,087 patent/US11500869B2/en active Active
- 2016-08-30 JP JP2018511371A patent/JP6795259B2/ja active Active
Also Published As
| Publication number | Publication date |
|---|---|
| US20180181618A1 (en) | 2018-06-28 |
| CN106503007B (zh) | 2019-07-23 |
| US11500869B2 (en) | 2022-11-15 |
| JP2018526746A (ja) | 2018-09-13 |
| CN106503007A (zh) | 2017-03-15 |
| WO2017041639A1 (zh) | 2017-03-16 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP6795259B2 (ja) | データベーストランザクションを最適化するための方法および装置 | |
| US9697254B2 (en) | Graph traversal operator inside a column store | |
| US9792328B2 (en) | Splitting of a join operation to allow parallelization | |
| JP6877435B2 (ja) | データベース動作方法及び装置 | |
| CN106897123B (zh) | 数据库操作方法及装置 | |
| US9836505B2 (en) | Star and snowflake join query performance | |
| CN106855858B (zh) | 数据库操作方法及装置 | |
| US20170075955A1 (en) | Database system, database access method, and database access program | |
| CN106503027B (zh) | 数据库操作方法及装置 | |
| US7908268B2 (en) | Predictive database pool preparation | |
| TWI725110B (zh) | 資料庫操作方法及裝置 | |
| US20170090790A1 (en) | Control program, control method and information processing device | |
| TWI805544B (zh) | 資料庫操作方法及裝置 | |
| TWI735512B (zh) | 資料庫操作方法及裝置 | |
| US12153603B2 (en) | Database layered filtering | |
| TWI790991B (zh) | 資料庫操作方法及裝置 | |
| Munir | Storage format selection and optimization for materialized intermediate results in data-intensive flows | |
| CN121433572A (zh) | 基于大语言模型的分布式存储系统参数调优方法及系统 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20190730 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20200623 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20200630 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20200925 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20201013 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20201110 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 6795259 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |