JP4295333B2 - データベースの制御方法及びプログラム - Google Patents
データベースの制御方法及びプログラム Download PDFInfo
- Publication number
- JP4295333B2 JP4295333B2 JP2007132571A JP2007132571A JP4295333B2 JP 4295333 B2 JP4295333 B2 JP 4295333B2 JP 2007132571 A JP2007132571 A JP 2007132571A JP 2007132571 A JP2007132571 A JP 2007132571A JP 4295333 B2 JP4295333 B2 JP 4295333B2
- Authority
- JP
- Japan
- Prior art keywords
- data
- transaction
- log
- instruction
- database
- 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.)
- Expired - Fee Related
Links
- 238000000034 method Methods 0.000 title claims abstract description 64
- 239000000872 buffer Substances 0.000 claims abstract description 42
- 230000008569 process Effects 0.000 claims description 34
- 230000007246 mechanism Effects 0.000 description 111
- 238000007726 management method Methods 0.000 description 47
- 238000013500 data storage Methods 0.000 description 18
- 230000004044 response Effects 0.000 description 14
- 230000008859 change Effects 0.000 description 9
- 238000010586 diagram Methods 0.000 description 7
- 230000006870 function Effects 0.000 description 4
- 230000000694 effects Effects 0.000 description 2
- 230000007717 exclusion Effects 0.000 description 2
- 239000002253 acid Substances 0.000 description 1
- 230000009471 action Effects 0.000 description 1
- 230000001934 delay Effects 0.000 description 1
- 238000011010 flushing procedure Methods 0.000 description 1
- 238000002955 isolation Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000002688 persistence Effects 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
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/23—Updating
- G06F16/2308—Concurrency control
- G06F16/2336—Pessimistic concurrency control approaches, e.g. locking or multiple versions without time stamps
- G06F16/2343—Locking methods, e.g. distributed locking or locking implementation details
-
- 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/23—Updating
- G06F16/2358—Change logging, detection, and notification
-
- 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/28—Databases characterised by their database models, e.g. relational or object models
- G06F16/284—Relational databases
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)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
図15は、第2の実施形態を示し、前記第1実施形態のメモリ105の所定の領域に、一時的にデータを格納するデータ退避領域1301を設けたものである。その他の構成は前記第1実施形態と同様であり、同一のものに同一の符号を付した。
図20は、第3の実施形態を示し、前記第1実施形態のストレージ103にリモートコピー機能を加えて、このリモートコピー機能を利用したデータのリモートバックアップシステムに、本発明を適用した場合のシステム構成図である。なお、前記第1実施形態と同一のものには、同一の符号を付して重複した説明を省略する。サーバ102のメモリ105に設定されるログバッファは、前記第1実施形態に示したログバッファ115を、複数のログバッファ115a〜115cで構成する。
102 サーバ
103 ストレージ
106 データベース
107 入出力機構
108 SQL実行機構
109 排他制御機構
110 ログ出力機構
113 トランザクション管理テーブル
114 ロック管理テーブル
115 ログバッファ
116 ログ格納部
117 データ格納部
Claims (4)
- 計算機によって実行され、トランザクションの実行指示に従いデータの管理を行うデータベースの制御方法であって、
データ更新を示すトランザクションの実行指示を受け付けると、
前記トランザクションの実行指示で指定されたデータについて他のトランザクションによる操作を制限するロック中の状態とするとともに、前記トランザクションの実行指示で指定されたデータ更新を実行し、
前記データ更新のログを計算機内のログバッファに格納し、後に前記ログバッファのログを前記計算機に接続された記憶装置に格納するデータベースの制御方法において、
前記データ更新を示すトランザクションの実行指示の受付の後に、該トランザクションを完了させるトランザクション完了の指示を受け付けると、
前記トランザクション完了の指示を受け付けたことを契機に、前記データ更新を示すトランザクションで指定されたデータの属性について前記ロック中の状態から、他のトランザクションによるデータ参照を制限しデータ更新を許可する部分的排他であるロック解除中の状態に変更することを特徴とするデータベースの制御方法。 - 前記ロック中の状態から前記ロック解除中の状態に変更する処理は、前記トランザクション完了のログを前記ログバッファに格納してから実行することを特徴とする請求項1に記載のデータベースの制御方法。
- 前記ログバッファに格納された前記トランザクション完了のログを前記記憶装置に格納する処理が完了したことを契機に、前記データ更新を示すトランザクションの実行指示で指定されたデータについて、前記ロック解除中の状態から他のトランザクションによる操作の制御を解除したロックなしの状態に変更する処理を更に有し、
新たに受け付けたトランザクションがロック解除中の状態であるデータについてデータ参照を指示する場合は、該データがロックなしの状態になるまでデータ参照の実行を待機させることを特徴とする請求項2に記載のデータベースの制御方法。 - 新たに受け付けたトランザクションのデータ参照指示にロック中のデータの参照許可の属性が付与されていた場合には、該データ参照指示の指定するデータがロック解除中の状態であっても該データがロックなしの状態に変更されるのを待たずデータ参照を実行することを特徴とする請求項3に記載のデータベースの制御方法。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007132571A JP4295333B2 (ja) | 2007-05-18 | 2007-05-18 | データベースの制御方法及びプログラム |
US11/819,310 US8131679B2 (en) | 2007-05-18 | 2007-06-26 | Exclusive control method for database and program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007132571A JP4295333B2 (ja) | 2007-05-18 | 2007-05-18 | データベースの制御方法及びプログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2008287548A JP2008287548A (ja) | 2008-11-27 |
JP4295333B2 true JP4295333B2 (ja) | 2009-07-15 |
Family
ID=40028584
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2007132571A Expired - Fee Related JP4295333B2 (ja) | 2007-05-18 | 2007-05-18 | データベースの制御方法及びプログラム |
Country Status (2)
Country | Link |
---|---|
US (1) | US8131679B2 (ja) |
JP (1) | JP4295333B2 (ja) |
Families Citing this family (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8073778B2 (en) * | 2008-09-11 | 2011-12-06 | Linden Research, Inc. | Scalable distributed transaction manager for multi-host transactions |
US8134793B1 (en) | 2010-06-17 | 2012-03-13 | Western Digital Technologies, Inc. | Methods and systems for fast release of data from a host by a disk drive |
CN102110167B (zh) * | 2011-03-01 | 2013-07-31 | 上海维宏电子科技股份有限公司 | 数控系统中实现日志信息管理的方法 |
US10332129B2 (en) * | 2013-11-01 | 2019-06-25 | Salesforce.Com, Inc. | Methods and systems for processing a log file |
US20160034210A1 (en) * | 2014-07-31 | 2016-02-04 | International Business Machines Corporation | Committing data across multiple, heterogeneous storage devices |
US10339126B2 (en) | 2014-08-11 | 2019-07-02 | Salesforce.Com, Inc. | Processing log files using a database system |
KR102253841B1 (ko) * | 2014-10-31 | 2021-05-18 | 에스케이텔레콤 주식회사 | 대용량 분산 파일 시스템에서 데이터의 수정을 포함하는 트랜잭션 처리 장치 및 컴퓨터로 읽을 수 있는 기록매체 |
US10467198B2 (en) * | 2016-09-15 | 2019-11-05 | Oracle International Corporation | Network partition tolerance in a high available centralized VCS implementation |
WO2018056267A1 (ja) * | 2016-09-20 | 2018-03-29 | 日本電気株式会社 | データベース管理装置、データベース管理方法、及びコンピュータ読み取り可能な記録媒体 |
CN107977376B (zh) * | 2016-10-24 | 2020-07-07 | 腾讯科技(深圳)有限公司 | 分布式数据库系统及事务处理方法 |
WO2021086875A1 (en) * | 2019-10-31 | 2021-05-06 | Pronto Technology, Inc. | Data enrichment and matching |
Family Cites Families (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5347648A (en) * | 1990-06-29 | 1994-09-13 | Digital Equipment Corporation | Ensuring write ordering under writeback cache error conditions |
JP2737765B2 (ja) | 1995-04-21 | 1998-04-08 | 日本電気株式会社 | 排他制御方式 |
JP2001229063A (ja) | 2000-02-17 | 2001-08-24 | Mitsubishi Electric Corp | データ管理システム |
JP2003140951A (ja) | 2001-11-05 | 2003-05-16 | Ricoh Co Ltd | トランザクション同時実行制御方法およびトランザクション同時実行制御装置 |
JP4331970B2 (ja) | 2003-05-07 | 2009-09-16 | 株式会社日立製作所 | データベースのスナップショット方法及びシステム |
JP4484618B2 (ja) * | 2004-07-30 | 2010-06-16 | 株式会社日立製作所 | ディザスタリカバリシステム、プログラム及びデータの複製方法 |
US20060206538A1 (en) | 2005-03-09 | 2006-09-14 | Veazey Judson E | System for performing log writes in a database management system |
-
2007
- 2007-05-18 JP JP2007132571A patent/JP4295333B2/ja not_active Expired - Fee Related
- 2007-06-26 US US11/819,310 patent/US8131679B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
US20080288497A1 (en) | 2008-11-20 |
US8131679B2 (en) | 2012-03-06 |
JP2008287548A (ja) | 2008-11-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4295333B2 (ja) | データベースの制御方法及びプログラム | |
KR101805948B1 (ko) | 파일 시스템에 대한 체크포인트 | |
EP3117348B1 (en) | Systems and methods to optimize multi-version support in indexes | |
KR101573965B1 (ko) | 분산형 저장 시스템 내의 데이터의 원자 다중 변경 | |
CN1755635B (zh) | 事务型存储器访问的混合硬件软件实现 | |
US11132350B2 (en) | Replicable differential store data structure | |
KR100862661B1 (ko) | 지연된 로깅 방법 및 그 장치 | |
JP4237354B2 (ja) | トランザクション処理方法及びトランザクション処理システム | |
JP5343399B2 (ja) | 管理プログラム、管理方法、及び管理装置 | |
CN108021338B (zh) | 用于实现两层提交协议的系统和方法 | |
US20100325630A1 (en) | Parallel nested transactions | |
US8832022B2 (en) | Transaction processing device, transaction processing method and transaction processing program | |
JP2000284995A (ja) | データ処理装置及び記録媒体 | |
CN102024015A (zh) | 用于批量删除数据库系统的数据记录的方法 | |
JP6361223B2 (ja) | トランザクションシステム | |
US20130085988A1 (en) | Recording medium, node, and distributed database system | |
JP2011150458A (ja) | 情報処理装置、情報処理システム、データ・アーカイブ方法およびデータ削除方法 | |
TWI815622B (zh) | 資訊處理裝置 | |
JP6293709B2 (ja) | ストレージシステムおよびストレージシステム用プログラム | |
US20110099347A1 (en) | Managing allocation and deallocation of storage for data objects | |
JP3785004B2 (ja) | トランザクション管理方法及びトランザクション管理装置 | |
US20080082533A1 (en) | Persistent locks/resources for concurrency control | |
JP2023511743A (ja) | 確率的データ構造を使用した要求の低減 | |
WO1993003436A1 (en) | Method and apparatus for reducing lock period of shared buffer | |
JP2004062473A (ja) | データベース管理方法およびシステム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20081216 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20090216 |
|
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: 20090407 |
|
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: 20090409 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120417 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4295333 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: 20120417 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130417 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130417 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140417 Year of fee payment: 5 |
|
LAPS | Cancellation because of no payment of annual fees |