JP2010039819A - データベース管理方法、データベース管理装置及びデータベース管理プログラム - Google Patents
データベース管理方法、データベース管理装置及びデータベース管理プログラム Download PDFInfo
- Publication number
- JP2010039819A JP2010039819A JP2008202920A JP2008202920A JP2010039819A JP 2010039819 A JP2010039819 A JP 2010039819A JP 2008202920 A JP2008202920 A JP 2008202920A JP 2008202920 A JP2008202920 A JP 2008202920A JP 2010039819 A JP2010039819 A JP 2010039819A
- Authority
- JP
- Japan
- Prior art keywords
- database
- memory
- data
- database management
- data stored
- 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
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/14—Error detection or correction of the data by redundancy in operation
- G06F11/1402—Saving, restoring, recovering or retrying
- G06F11/1446—Point-in-time backing up or restoration of persistent data
- G06F11/1458—Management of the backup or restore process
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/14—Error detection or correction of the data by redundancy in operation
- G06F11/1402—Saving, restoring, recovering or retrying
- G06F11/1446—Point-in-time backing up or restoration of persistent data
- G06F11/1458—Management of the backup or restore process
- G06F11/1466—Management of the backup or restore process to make the backup process non-disruptive
-
- 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/21—Design, administration or maintenance of databases
- G06F16/217—Database tuning
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/14—Error detection or correction of the data by redundancy in operation
- G06F11/1402—Saving, restoring, recovering or retrying
- G06F11/1446—Point-in-time backing up or restoration of persistent data
- G06F11/1456—Hardware arrangements for backup
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2201/00—Indexing scheme relating to error detection, to error correction, and to monitoring
- G06F2201/80—Database-specific techniques
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Quality & Reliability (AREA)
- Data Mining & Analysis (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
【解決手段】記憶装置に格納されたデータベースを管理するデータベース管理装置において、記憶装置から読み出したデータをメモリに記憶するロード処理を実行し、メモリに記憶されたデータを読み書きすることによって業務処理を実行し、メモリに記憶されたデータを記憶装置に書き込むアンロード処理を実行し、ロード処理及びアンロード処理を実行する少なくともいずれか一方のタイミングで、メモリに記憶されたデータを利用して、データベースの運用処理を実行する。
【選択図】図1
Description
110 プロセッサ
120 メモリ
121 DBアクセス要求解析部
122 DBアクセス処理部
123 インメモリ要求解析部
124 インメモリ処理部
125 DB運用処理部
126 DBバックアップ処理部
127 DB再編成処理部
128 DB最適化情報取得処理部
131 インメモリ管理テーブル
132 インメモリデータバッファ
133 グローバルバッファ
134 ログ用バッファ
135 ワークエリア
140 インターフェース
150 ストレージ装置
151 DB定義情報
152 データベース
153 ログ
160 ネットワーク
170 端末
180 バックアップ装置
Claims (10)
- 記憶装置に格納されたデータベースを管理するデータベース管理装置におけるデータベース管理方法であって、
前記データベース管理装置は、前記記憶装置に接続されるインターフェース、前記インターフェースに接続されるプロセッサ及び前記プロセッサに接続されるメモリを備え、
前記方法は、
前記記憶装置から読み出したデータを前記メモリに記憶するロード処理を実行し、
前記メモリに記憶されたデータを読み書きすることによって業務処理を実行し、
前記メモリに記憶されたデータを前記記憶装置に書き込むアンロード処理を実行し、
前記ロード処理及び前記アンロード処理を実行する少なくともいずれか一方のタイミングで、前記メモリに記憶されたデータを利用して、前記データベースの運用処理を実行することを特徴とするデータベース管理方法。 - 前記ロード処理を実行するタイミングで前記データベースの運用処理を実行する場合には、前記記憶装置からのデータの読み出しが完了し、かつ、前記メモリに記憶されたデータを利用して、前記データベースの運用処理を実行することを特徴とする請求項1に記載のデータベース管理方法。
- 前記アンロード処理を実行するタイミングで前記データベースの運用処理を実行する場合には、前記メモリに記憶され、かつ、前記記憶装置にデータの書き込みが完了したデータを利用して、前記データベースの運用処理を実行することを特徴とする請求項1に記載のデータベース管理方法。
- 前記業務処理に前記データを更新する処理が含まれる場合には、前記アンロード処理を実行するタイミングで前記データベースの運用処理を実行することを特徴とする請求項1に記載のデータベース管理方法。
- 前記業務処理に前記データを更新する処理が含まれない場合には、前記ロード処理を実行するタイミングで前記データベースの運用処理を実行することを特徴とする請求項1に記載のデータベース管理方法。
- 前記データベース管理装置は、前記データベースのバックアップデータを格納するバックアップ装置にさらに接続され、
前記データベースの運用処理は、前記メモリに記憶されたデータを前記バックアップ装置に格納する処理であることを特徴とする請求項1に記載のデータベース管理方法。 - 前記データベースの運用処理は、
前記メモリに記憶されたデータを、前記メモリ上に割り当てられた詰め替え用バッファにレコード単位で順次格納し、
前記詰め替え用バッファに格納されたデータを前記記憶装置に格納することによって前記データベースを再編成する処理であることを特徴とする請求項1に記載のデータベース管理方法。 - 前記データベース管理装置は、前記データベースを構成するオブジェクトの統計情報に基づいて、前記データベースに対するアクセス要求の処理を最適化し、
前記データベースの運用処理は、前記メモリに記憶されたデータに基づいて、前記処理を最適化するための統計情報を生成する処理であることを特徴とする請求項1に記載のデータベース管理方法。 - 記憶装置に格納されたデータベースを管理するデータベース管理装置であって、
前記記憶装置に接続されるインターフェース、前記インターフェースに接続されるプロセッサ及び前記プロセッサに接続されるメモリを備え、
前記プロセッサは、
前記記憶装置からデータを読み出し、前記読み出されたデータを前記メモリに記憶するロード処理を実行し、
前記メモリに記憶されたデータを読み書きすることによって業務処理を実行し、
前記メモリに記憶されたデータを前記記憶装置に書き込むアンロード処理を実行し、
前記ロード処理及び前記アンロード処理を実行する少なくともいずれか一方のタイミングで、前記メモリに記憶されたデータを利用して、前記データベースの運用処理を実行することを特徴とするデータベース管理装置。 - 記憶装置に格納されたデータベースを管理するデータベース管理装置で実行されるデータベース管理プログラムであって、
前記記憶装置からデータを読み出し、前記読み出されたデータを前記メモリに記憶するロード処理を実行する手順と、
前記メモリに記憶されたデータを読み書きすることによって業務処理を実行する手順と、
前記メモリに記憶されたデータを前記記憶装置に書き込むアンロード処理を実行する手順と、
前記ロード処理及び前記アンロード処理を実行する少なくともいずれか一方のタイミングで、前記メモリに記憶されたデータを利用して、前記データベースの運用処理を実行する手順と、を含むことを特徴とするデータベース管理プログラム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008202920A JP4589427B2 (ja) | 2008-08-06 | 2008-08-06 | データベース管理方法、データベース管理装置及びデータベース管理プログラム |
US12/370,942 US8161006B2 (en) | 2008-08-06 | 2009-02-13 | Database management method, database management apparatus, and database management program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008202920A JP4589427B2 (ja) | 2008-08-06 | 2008-08-06 | データベース管理方法、データベース管理装置及びデータベース管理プログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2010039819A true JP2010039819A (ja) | 2010-02-18 |
JP4589427B2 JP4589427B2 (ja) | 2010-12-01 |
Family
ID=41653887
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008202920A Expired - Fee Related JP4589427B2 (ja) | 2008-08-06 | 2008-08-06 | データベース管理方法、データベース管理装置及びデータベース管理プログラム |
Country Status (2)
Country | Link |
---|---|
US (1) | US8161006B2 (ja) |
JP (1) | JP4589427B2 (ja) |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2014136172A1 (ja) * | 2013-03-04 | 2014-09-12 | 株式会社東芝 | データベース装置、プログラムおよびデータ処理方法 |
JP2015203985A (ja) * | 2014-04-14 | 2015-11-16 | 株式会社Tkc | データ一致化のための方法およびシステム |
JP2016184272A (ja) * | 2015-03-26 | 2016-10-20 | 日本電気株式会社 | データベース管理システム、そのバッファリング方法およびコンピュータ・プログラム |
JP2021114130A (ja) * | 2020-01-20 | 2021-08-05 | 富士通株式会社 | 情報処理装置、情報処理システムおよびデータ再配置プログラム |
WO2023218541A1 (ja) * | 2022-05-10 | 2023-11-16 | ファナック株式会社 | 情報記録装置及び情報記録方法 |
Families Citing this family (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8180728B2 (en) * | 2009-09-21 | 2012-05-15 | Bmc Software, Inc. | Area-specific reload of database |
US8266125B2 (en) * | 2009-10-01 | 2012-09-11 | Starcounter Ab | Systems and methods for managing databases |
US9251214B2 (en) * | 2010-04-08 | 2016-02-02 | Microsoft Technology Licensing, Llc | In-memory database system |
US8938480B2 (en) * | 2011-12-29 | 2015-01-20 | Teradata Us, Inc. | Techniques for fast loading of data from an external distributed file system to a database management system |
US9984118B2 (en) * | 2014-07-10 | 2018-05-29 | Sap Se | Data loading techniques for an in-memory database |
US11086832B2 (en) * | 2015-10-16 | 2021-08-10 | Sap Se | Out of memory error handling for data definition language operations |
US10013214B2 (en) * | 2015-12-29 | 2018-07-03 | International Business Machines Corporation | Adaptive caching and dynamic delay scheduling for in-memory data analytics |
US11163616B2 (en) | 2017-03-07 | 2021-11-02 | Polyjuice Ab | Systems and methods for enabling interoperation of independent software applications |
JP2019191909A (ja) * | 2018-04-25 | 2019-10-31 | 東芝メモリ株式会社 | メモリシステムおよび制御方法 |
CN113656362B (zh) * | 2021-08-20 | 2024-02-23 | 中国银行股份有限公司 | Spark流文件存储方法及装置 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH04163638A (ja) * | 1990-10-29 | 1992-06-09 | Toshiba Corp | 二重化ディスク制御方式 |
JPH086829A (ja) * | 1994-06-17 | 1996-01-12 | Hitachi Ltd | データベースの同時全件検索方法 |
JPH0926906A (ja) * | 1995-07-10 | 1997-01-28 | Hitachi Ltd | メモリデータベースの回復方法 |
JP2004178035A (ja) * | 2002-11-25 | 2004-06-24 | Hitachi Ltd | データベース運用管理方法 |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2004164318A (ja) * | 2002-11-13 | 2004-06-10 | Hitachi Ltd | バックアップデータの世代管理方法およびこの方法に用いる記憶制御装置 |
US7958091B2 (en) * | 2006-02-16 | 2011-06-07 | Ingrian Networks, Inc. | Method for fast bulk loading data into a database while bypassing exit routines |
-
2008
- 2008-08-06 JP JP2008202920A patent/JP4589427B2/ja not_active Expired - Fee Related
-
2009
- 2009-02-13 US US12/370,942 patent/US8161006B2/en not_active Expired - Fee Related
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH04163638A (ja) * | 1990-10-29 | 1992-06-09 | Toshiba Corp | 二重化ディスク制御方式 |
JPH086829A (ja) * | 1994-06-17 | 1996-01-12 | Hitachi Ltd | データベースの同時全件検索方法 |
JPH0926906A (ja) * | 1995-07-10 | 1997-01-28 | Hitachi Ltd | メモリデータベースの回復方法 |
JP2004178035A (ja) * | 2002-11-25 | 2004-06-24 | Hitachi Ltd | データベース運用管理方法 |
Cited By (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2014136172A1 (ja) * | 2013-03-04 | 2014-09-12 | 株式会社東芝 | データベース装置、プログラムおよびデータ処理方法 |
JP5719083B2 (ja) * | 2013-03-04 | 2015-05-13 | 株式会社東芝 | データベース装置、プログラムおよびデータ処理方法 |
AU2013380500B2 (en) * | 2013-03-04 | 2016-06-23 | Kabushiki Kaisha Toshiba | Database device, program, and data processing method |
JPWO2014136172A1 (ja) * | 2013-03-04 | 2017-02-09 | 株式会社東芝 | データベース装置、プログラムおよびデータ処理方法 |
US10969970B2 (en) | 2013-03-04 | 2021-04-06 | Kabushiki Kaisha Toshiba | Storage optimization of database in volatile and non-volatile storing unit |
JP2015203985A (ja) * | 2014-04-14 | 2015-11-16 | 株式会社Tkc | データ一致化のための方法およびシステム |
JP2016184272A (ja) * | 2015-03-26 | 2016-10-20 | 日本電気株式会社 | データベース管理システム、そのバッファリング方法およびコンピュータ・プログラム |
JP2021114130A (ja) * | 2020-01-20 | 2021-08-05 | 富士通株式会社 | 情報処理装置、情報処理システムおよびデータ再配置プログラム |
JP7421078B2 (ja) | 2020-01-20 | 2024-01-24 | 富士通株式会社 | 情報処理装置、情報処理システムおよびデータ再配置プログラム |
WO2023218541A1 (ja) * | 2022-05-10 | 2023-11-16 | ファナック株式会社 | 情報記録装置及び情報記録方法 |
Also Published As
Publication number | Publication date |
---|---|
US20100036890A1 (en) | 2010-02-11 |
US8161006B2 (en) | 2012-04-17 |
JP4589427B2 (ja) | 2010-12-01 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4589427B2 (ja) | データベース管理方法、データベース管理装置及びデータベース管理プログラム | |
US7765189B2 (en) | Data migration apparatus, method, and program for data stored in a distributed manner | |
US8316065B2 (en) | Data migration system and data migration method | |
US7827368B2 (en) | Snapshot format conversion method and apparatus | |
US9286328B2 (en) | Producing an image copy of a database object based on information within database buffer pools | |
US20140040331A1 (en) | Computer system, file management method and metadata server | |
JP4916892B2 (ja) | トランザクション処理のためのログ情報管理システムおよび方法 | |
JP2010134522A (ja) | データベース管理方法、データベース管理プログラム、および、データベース管理装置 | |
US20110295913A1 (en) | Database apparatus | |
US20070233753A1 (en) | Database system management method, database system, database device, and backup program | |
US6658541B2 (en) | Computer system and a database access method thereof | |
JP5547814B2 (ja) | 計算機システム、仮想サーバへのボリューム割り当て方法及び計算機読み取り可能な記憶媒体 | |
CN108475201A (zh) | 一种虚拟机启动过程中的数据获取方法和云计算系统 | |
US20140129524A1 (en) | Restoring method and computer system | |
WO2013175609A1 (ja) | データベース管理システム、計算機、データベース管理方法 | |
JP6272556B2 (ja) | 共有リソース更新装置及び共有リソース更新方法 | |
US11442663B2 (en) | Managing configuration data | |
US10437812B2 (en) | Information processing method, information processing device, and medium | |
JP6764175B2 (ja) | データベース管理システム、及び、データベース管理方法 | |
US20170090790A1 (en) | Control program, control method and information processing device | |
JP2013088920A (ja) | 計算機システム及びデータ管理方法 | |
JP6707754B2 (ja) | データベース管理システム及び方法 | |
WO2016001959A1 (ja) | ストレージシステム | |
JP2004062781A (ja) | 情報管理装置 | |
US12007842B2 (en) | Database node soft restart |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20100215 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20100514 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20100525 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100726 |
|
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: 20100817 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20100909 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4589427 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130917 Year of fee payment: 3 |
|
LAPS | Cancellation because of no payment of annual fees |