JP2019040245A - データ提供プロラム、データ提供方法、及びデータ提供装置 - Google Patents
データ提供プロラム、データ提供方法、及びデータ提供装置 Download PDFInfo
- Publication number
- JP2019040245A JP2019040245A JP2017159414A JP2017159414A JP2019040245A JP 2019040245 A JP2019040245 A JP 2019040245A JP 2017159414 A JP2017159414 A JP 2017159414A JP 2017159414 A JP2017159414 A JP 2017159414A JP 2019040245 A JP2019040245 A JP 2019040245A
- Authority
- JP
- Japan
- Prior art keywords
- query
- data
- execution plan
- database
- storage unit
- 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.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR 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
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR 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/27—Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Operations Research (AREA)
- Computational Linguistics (AREA)
- Computing Systems (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
以下、第1実施形態について説明する。図1は、第1実施形態のサーバシステムの構成例を示す図である。第1実施形態のサーバシステムは、キャッシュサーバ10、データベースサーバ11、アプリケーションサーバ12を含み、キャッシュサーバ10、データベースサーバ11、アプリケーションサーバ12は、ネットワーク13を介して接続されている。
次に、第2実施形態について説明する。第2実施形態に係るキャッシュサーバ10のハードウェア構成は、第1実施形態に係るキャッシュサーバ10と同一であっても良いため、説明を省略する。
次に、第3実施形態について説明する。第3実施形態に係るデータベースサーバ11のハードウェア構成は、第1実施形態に係るデータベースサーバ11と同一であっても良いため、説明を省略する。
11:データベースサーバ
12:アプリケーションサーバ
13:ネットワーク
14:実行計画キャッシュ
15:キャッシュデータベース
16:データベース
21:制御装置
22:記憶装置
23:通信装置
24:システムバス
31:制御装置
32:記憶装置
33:通信装置
34:システムバス
50:テーブル
51:テーブル
52:テーブルフィルタ
Claims (8)
- クエリをデータベースサーバに送信した後に、前記データベースサーバから、前記クエリに基づいて生成された実行計画と前記実行計画に基づいてデータベースから抽出されたデータとを受信すると、前記クエリを前記実行計画と対応付けて候補クエリとして第1の記憶部に記憶するとともに、前記データを第2の記憶部に記憶し、
第1の要求元から第1のクエリを受信すると、前記第1の記憶部において、前記第1のクエリと内容が対応する候補クエリを検索し、
前記検索において前記第1のクエリと内容が対応する第1の候補クエリが特定された場合、前記第1の記憶部を参照して、前記第1の候補クエリに対応する第1の実行計画を特定するとともに、前記第1の実行計画に基づいて前記第2の記憶部から特定のデータを抽出し、前記特定のデータを前記第1の要求元に送信し、
前記検索において前記第1のクエリと内容が対応する候補クエリが特定されない場合、前記第1のクエリを前記データベースサーバに送信する、
処理をコンピュータに実行させることを特徴とするデータ提供プログラム。 - 前記クエリは、問合せ言語で記述されており、
前記実行計画は、前記問合せ言語に基づく構文解析を前記クエリに対して行うことにより生成され、
前記検索は、前記問合せ言語に基づく構文解析を行うことなく行われる、
ことを特徴とする請求項1に記載のデータ提供プログラム。 - 前記第2の記憶部のデータ構造は、前記データベースサーバが有する前記データベースの一部のデータ構造と同一である、
ことを特徴とする請求項1に記載のデータ提供プログラム。 - 前記第1のクエリと内容が対応する候補クエリを検索する処理は、前記第1のクエリの内容を正規化し、正規化後の第1のクエリの内容と対応する候補クエリを検索する処理である、
ことを特徴とする請求項1に記載のデータ提供プログラム。 - 前記データベースサーバからデータの更新処理に関する情報を受信すると、前記情報に基づいて、前記第2の記憶部に記憶されたデータに対して、更新処理を実行する、
ことを特徴とする請求項1に記載のデータ提供プログラム。 - 前記データベースサーバからデータの更新処理に関する情報を受信すると、前記情報に基づいて、前記第1の記憶部からデータの更新処理により影響を受ける特定の実行計画を削除する、
ことを特徴とする請求項1に記載のデータ提供方法。 - クエリをデータベースサーバに送信した後に、前記データベースサーバから、前記クエリに基づいて生成された実行計画と前記実行計画に基づいてデータベースから抽出されたデータとを受信すると、前記クエリを前記実行計画と対応付けて候補クエリとして第1の記憶部に記憶するとともに、前記データを第2の記憶部に記憶し、
第1の要求元から第1のクエリを受信すると、前記第1の記憶部において、前記第1のクエリと内容が対応する候補クエリを検索し、
前記検索において前記第1のクエリと内容が対応する第1の候補クエリが特定された場合、前記第1の記憶部を参照して、前記第1の候補クエリに対応する第1の実行計画を特定するとともに、前記第1の実行計画に基づいて前記第2の記憶部から特定のデータを抽出し、前記特定のデータを前記第1の要求元に送信し、
前記検索において前記第1のクエリと内容が対応する候補クエリが特定されない場合、前記第1のクエリを前記データベースサーバに送信する、
処理をコンピュータが実行することを特徴とするデータ提供方法。 - クエリをデータベースサーバに送信した後に、前記データベースサーバから、前記クエリに基づいて生成された実行計画と前記実行計画に基づいてデータベースから抽出されたデータとを受信すると、前記クエリを前記実行計画と対応付けて候補クエリとして第1の記憶部に記憶するとともに、前記データを第2の記憶部に記憶し、第1の要求元から第1のクエリを受信すると、前記第1の記憶部において、前記第1のクエリと内容が対応する候補クエリを検索し、前記検索において前記第1のクエリと内容が対応する第1の候補クエリが特定された場合、前記第1の記憶部を参照して、前記第1の候補クエリに対応する第1の実行計画を特定するとともに、前記第1の実行計画に基づいて前記第2の記憶部から特定のデータを抽出し、前記特定のデータを前記第1の要求元に送信し、前記検索において前記第1のクエリと内容が対応する候補クエリが特定されない場合、前記第1のクエリを前記データベースサーバに送信する、処理を実行する制御部、
を有することを特徴とするデータ提供装置。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017159414A JP7006013B2 (ja) | 2017-08-22 | 2017-08-22 | データ提供プロラム、データ提供方法、及びデータ提供装置 |
US16/105,270 US11360975B2 (en) | 2017-08-22 | 2018-08-20 | Data providing apparatus and data providing method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017159414A JP7006013B2 (ja) | 2017-08-22 | 2017-08-22 | データ提供プロラム、データ提供方法、及びデータ提供装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2019040245A true JP2019040245A (ja) | 2019-03-14 |
JP7006013B2 JP7006013B2 (ja) | 2022-01-24 |
Family
ID=65435153
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2017159414A Active JP7006013B2 (ja) | 2017-08-22 | 2017-08-22 | データ提供プロラム、データ提供方法、及びデータ提供装置 |
Country Status (2)
Country | Link |
---|---|
US (1) | US11360975B2 (ja) |
JP (1) | JP7006013B2 (ja) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2022079856A1 (ja) * | 2020-10-15 | 2022-04-21 | 日本電信電話株式会社 | データ処理装置、データ処理方法及びデータ処理プログラム |
JP7433281B2 (ja) | 2021-07-20 | 2024-02-19 | エスアーペー エスエー | インテリジェントなクエリプランキャッシュサイズ管理 |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110162543A (zh) * | 2019-05-29 | 2019-08-23 | 北京奇艺世纪科技有限公司 | 一种信息查询方法及装置 |
US11023464B2 (en) * | 2019-09-03 | 2021-06-01 | International Business Machines Corporation | Reducing temp size over a base table |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2010530566A (ja) * | 2007-05-21 | 2010-09-09 | グーグル・インコーポレーテッド | クエリ統計プロバイダ |
JP2013050864A (ja) * | 2011-08-31 | 2013-03-14 | Fujitsu Frontech Ltd | 情報処理システム、情報処理方法および情報処理プログラム |
JP2015197909A (ja) * | 2014-04-02 | 2015-11-09 | 株式会社 ビーアイマトリックス | 大容量データを処理するための、sqlパーシングによる2レベルクエリー及び結果キャッシングを用いたオンライン分析プロセッシング方法 |
Family Cites Families (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
SE515459C2 (sv) * | 1999-02-10 | 2001-08-06 | Ericsson Telefon Ab L M | Metod för att synkronisera en värddatabas och en fjärrdatabas |
US6466931B1 (en) * | 1999-07-30 | 2002-10-15 | International Business Machines Corporation | Method and system for transparently caching and reusing query execution plans efficiently |
US20030158842A1 (en) * | 2002-02-21 | 2003-08-21 | Eliezer Levy | Adaptive acceleration of retrieval queries |
US7877373B2 (en) * | 2006-06-30 | 2011-01-25 | Oracle International Corporation | Executing alternative plans for a SQL statement |
JP2008287660A (ja) | 2007-05-21 | 2008-11-27 | Hitachi Ltd | キャッシュサーバ、キャッシュ管理方法、およびキャッシュ管理プログラム |
US7937385B2 (en) * | 2008-05-05 | 2011-05-03 | International Business Machines Corporation | Obtaining a plan for executing a query in a relational database |
US20100306188A1 (en) * | 2009-06-01 | 2010-12-02 | Microsoft Corporation | Persistent query plans |
US8392403B2 (en) * | 2009-09-18 | 2013-03-05 | Microsoft Corporation | Management of data and computation in data centers |
JP5199317B2 (ja) * | 2010-08-25 | 2013-05-15 | 株式会社日立製作所 | データベース処理方法、データベース処理システム及びデータベースサーバ |
EP2641190A1 (en) * | 2010-10-01 | 2013-09-25 | Telefonaktiebolaget L M Ericsson (PUBL) | Generation of a query plan for accessing a database |
US9002813B2 (en) * | 2011-12-22 | 2015-04-07 | Sap Se | Execution plan preparation in application server |
WO2013161080A1 (ja) * | 2012-04-27 | 2013-10-31 | 株式会社日立製作所 | データベース管理システム、計算機、データベース管理方法 |
US8924373B2 (en) * | 2012-08-09 | 2014-12-30 | International Business Machines Corporation | Query plans with parameter markers in place of object identifiers |
CN103577561B (zh) * | 2013-10-24 | 2017-12-01 | 华为技术有限公司 | 执行计划的存储方法、装置及系统 |
US10255324B2 (en) * | 2017-02-03 | 2019-04-09 | International Business Machines Corporation | Query modification in a database management system |
US10459889B2 (en) * | 2017-06-06 | 2019-10-29 | Sap Se | Multi-user database execution plan caching |
-
2017
- 2017-08-22 JP JP2017159414A patent/JP7006013B2/ja active Active
-
2018
- 2018-08-20 US US16/105,270 patent/US11360975B2/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2010530566A (ja) * | 2007-05-21 | 2010-09-09 | グーグル・インコーポレーテッド | クエリ統計プロバイダ |
JP2013050864A (ja) * | 2011-08-31 | 2013-03-14 | Fujitsu Frontech Ltd | 情報処理システム、情報処理方法および情報処理プログラム |
JP2015197909A (ja) * | 2014-04-02 | 2015-11-09 | 株式会社 ビーアイマトリックス | 大容量データを処理するための、sqlパーシングによる2レベルクエリー及び結果キャッシングを用いたオンライン分析プロセッシング方法 |
Non-Patent Citations (1)
Title |
---|
加藤 祥平: "Oracle 初心者必読! 絶対に身に付けたいSQLチューニングの基礎知識", 月刊DBマガジン 2009年6月号, vol. 第19巻2号, JPN6021019672, 1 June 2009 (2009-06-01), JP, pages 106 - 117, ISSN: 0004513245 * |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2022079856A1 (ja) * | 2020-10-15 | 2022-04-21 | 日本電信電話株式会社 | データ処理装置、データ処理方法及びデータ処理プログラム |
JP7524962B2 (ja) | 2020-10-15 | 2024-07-30 | 日本電信電話株式会社 | データ処理装置、データ処理方法及びデータ処理プログラム |
US12093257B2 (en) | 2020-10-15 | 2024-09-17 | Nippon Telegraph And Telephone Corporation | Data processing device, data processing method, and data processing program based on a historical plan tree |
JP7433281B2 (ja) | 2021-07-20 | 2024-02-19 | エスアーペー エスエー | インテリジェントなクエリプランキャッシュサイズ管理 |
Also Published As
Publication number | Publication date |
---|---|
JP7006013B2 (ja) | 2022-01-24 |
US11360975B2 (en) | 2022-06-14 |
US20190065551A1 (en) | 2019-02-28 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6832227B2 (en) | Database management program, a database managing method and an apparatus therefor | |
US10733055B1 (en) | Methods and apparatus related to graph transformation and synchronization | |
CN107273522B (zh) | 面向多应用的数据存储系统和数据调用方法 | |
US9817858B2 (en) | Generating hash values | |
US8495701B2 (en) | Indexing of security policies | |
US20150234927A1 (en) | Application search method, apparatus, and terminal | |
US8185546B2 (en) | Enhanced control to users to populate a cache in a database system | |
JP7006013B2 (ja) | データ提供プロラム、データ提供方法、及びデータ提供装置 | |
US10635668B2 (en) | Intelligently utilizing non-matching weighted indexes | |
US20130325826A1 (en) | Matching transactions in multi-level records | |
WO2018036549A1 (zh) | 分布式数据库查询方法、装置及管理系统 | |
US11797495B2 (en) | Simulating data definition triggers in a database system | |
US10685031B2 (en) | Dynamic hash partitioning for large-scale database management systems | |
US10241979B2 (en) | Accelerated detection of matching patterns | |
KR102368775B1 (ko) | 인덱스 관리 방법, 장치, 기기 및 저장 매체 | |
US20230153455A1 (en) | Query-based database redaction | |
CN111914020A (zh) | 数据同步方法及装置、数据查询方法及装置 | |
US10324933B2 (en) | Technique for processing query in database management system | |
CN104731641A (zh) | 用于复制计算系统的批量作业的方法与系统 | |
US10019483B2 (en) | Search system and search method | |
US11588844B1 (en) | Distributing search loads to optimize security event processing | |
US9710516B2 (en) | Ghost table joins in remote systems | |
JP7173165B2 (ja) | 履歴管理装置、履歴管理方法及びプログラム | |
JP6628566B2 (ja) | データベース管理装置及びプログラム | |
CN114443782A (zh) | 图形数据库的数据处理方法、装置、电子设备和存储介质 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
RD01 | Notification of change of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7421 Effective date: 20180528 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20200514 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20210520 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20210525 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20210716 |
|
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: 20211207 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20211220 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 7006013 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |