JP7106656B2 - データベース装置、プログラム、およびデータ処理方法 - Google Patents
データベース装置、プログラム、およびデータ処理方法 Download PDFInfo
- Publication number
- JP7106656B2 JP7106656B2 JP2020540992A JP2020540992A JP7106656B2 JP 7106656 B2 JP7106656 B2 JP 7106656B2 JP 2020540992 A JP2020540992 A JP 2020540992A JP 2020540992 A JP2020540992 A JP 2020540992A JP 7106656 B2 JP7106656 B2 JP 7106656B2
- Authority
- JP
- Japan
- Prior art keywords
- database
- record
- expiration date
- records
- 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.)
- Active
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/21—Design, administration or maintenance of databases
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/16—File or folder operations, e.g. details of user interfaces specifically adapted to file systems
- G06F16/162—Delete operations
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/11—File system administration, e.g. details of archiving or snapshots
- G06F16/113—Details of archiving
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/17—Details of further file system functions
- G06F16/1734—Details of monitoring file system events, e.g. by the use of hooks, filter drivers, logs
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/18—File system types
- G06F16/182—Distributed file systems
- G06F16/1824—Distributed file systems implemented using Network-attached Storage [NAS] architecture
-
- 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/2365—Ensuring data consistency and integrity
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Human Computer Interaction (AREA)
- Computer Security & Cryptography (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
まず、データベース装置10のデータベース管理部24が、クライアント端末12から受信したデータを含むレコードRを、データベース30へ登録する、登録処理を実行する(ステップS100~ステップS106)。
次に、データベース装置10のアーカイブ処理部26が、閾値期限の設定処理を実行する(ステップS108~ステップS112)。
次に、データベース装置10のアーカイブ処理部26が、アーカイブ処理を実行する(ステップS114)。
次に、データベース装置10の削除部24Dが、アーカイブ済のレコードRを、データベース30から削除する(ステップS116~ステップS120)。
Claims (8)
- 互いに非重複の複数の記憶領域を含み、複数の前記記憶領域の少なくとも1つに有効期限とデータとを含む1または複数のレコードを記憶したデータベースと、
前記データベースに記憶された前記レコードを有効期限切れと判断するための閾値期限として、前記レコードの状態に基づきタイミングを設定する設定部と、
複数の前記記憶領域の内、登録された最も遅い有効期限が、設定された前記閾値期限以前を示す前記記憶領域を、アーカイブ対象として特定し、特定した前記記憶領域内の全ての前記レコードをアーカイブファイルに登録する第1登録部と、
前記アーカイブファイルに登録された前記記憶領域内の全ての前記レコードを、該記憶領域から削除する削除部と、
を備えるデータベース装置。 - 前記レコードを取得する取得部と、
取得した前記レコードを前記データベースの前記記憶領域に登録する第2登録部と、
を備える、請求項1に記載のデータベース装置。 - 前記第2登録部は、
取得した前記レコードを、複数の前記記憶領域の内、取得した該レコードに含まれる有効期限に最も近い有効期限を含む他の前記レコードが登録された前記記憶領域に登録する、
請求項2に記載のデータベース装置。 - 前記設定部は、
複数の前記記憶領域のそれぞれ毎に、登録された有効期限の内の最も遅い有効期限を特定し、現在より前で且つ現在に最も近い、特定した該有効期限を、前記閾値期限として設定する、
請求項1~請求項3の何れか1項に記載のデータベース装置。 - 前記設定部は、
複数の前記記憶領域の内の少なくとも1つの空き容量が所定割合以下となったときに、前記閾値期限を設定する、
請求項1~請求項4の何れか1項に記載のデータベース装置。 - 前記記憶領域は、前記データベースにおける予め定めたサイズのブロック領域である、
請求項1~請求項5の何れか1項に記載のデータベース装置。 - 互いに非重複の複数の記憶領域を含み、複数の前記記憶領域の少なくとも1つに有効期限とデータとを含む1または複数のレコードを記憶したデータベースに記憶された前記レコードを有効期限切れと判断するための閾値期限として、前記レコードの状態に基づきタイミングを設定するステップと、
複数の前記記憶領域の内、登録された最も遅い有効期限が、設定された前記閾値期限以前を示す前記記憶領域を、アーカイブ対象として特定し、特定した前記記憶領域内の全ての前記レコードをアーカイブファイルに登録するステップと、
前記アーカイブファイルに登録された前記記憶領域内の全ての前記レコードを、該記憶領域から削除するステップと、
をコンピュータに実行させるためのプログラム。 - コンピュータによって実行されるデータ処理方法であって、
互いに非重複の複数の記憶領域を含み、複数の前記記憶領域の少なくとも1つに有効期限とデータとを含む1または複数のレコードを記憶したデータベースに記憶された前記レコードを有効期限切れと判断するための閾値期限として、前記レコードの状態に基づきタイミングを設定するステップと、
複数の前記記憶領域の内、登録された最も遅い有効期限が、設定された前記閾値期限以前を示す前記記憶領域を、アーカイブ対象として特定し、特定した前記記憶領域内の全ての前記レコードをアーカイブファイルに登録するステップと、
前記アーカイブファイルに登録された前記記憶領域内の全ての前記レコードを、該記憶領域から削除するステップと、
を含む、データ処理方法。
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/JP2018/033322 WO2020049746A1 (ja) | 2018-09-07 | 2018-09-07 | データベース装置、プログラム、およびデータ処理方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
JPWO2020049746A1 JPWO2020049746A1 (ja) | 2021-05-13 |
JP7106656B2 true JP7106656B2 (ja) | 2022-07-26 |
Family
ID=69722037
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2020540992A Active JP7106656B2 (ja) | 2018-09-07 | 2018-09-07 | データベース装置、プログラム、およびデータ処理方法 |
Country Status (5)
Country | Link |
---|---|
US (1) | US20210124718A1 (ja) |
EP (1) | EP3848811A4 (ja) |
JP (1) | JP7106656B2 (ja) |
CN (1) | CN112639746A (ja) |
WO (1) | WO2020049746A1 (ja) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2021192281A1 (ja) * | 2020-03-27 | 2021-09-30 | 日本電気株式会社 | 情報処理装置、情報処理方法及び記憶媒体 |
CN113836116A (zh) * | 2021-09-29 | 2021-12-24 | 济南浪潮数据技术有限公司 | 数据迁移方法、装置、电子设备及可读存储介质 |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2005301971A (ja) | 2004-03-15 | 2005-10-27 | Hitachi Ltd | デジタルアーカイブを保存するボリュームを管理するサーバ及び方法 |
JP2006215954A (ja) | 2005-02-07 | 2006-08-17 | Hitachi Ltd | ストレージシステム及びストレージ装置のアーカイブ管理方法 |
JP2006350599A (ja) | 2005-06-15 | 2006-12-28 | Hitachi Ltd | ストレージシステム及びストレージシステムのデータマイグレーション方法 |
JP2008269408A (ja) | 2007-04-23 | 2008-11-06 | Canon Inc | データ検索システム |
JP2012168815A (ja) | 2011-02-15 | 2012-09-06 | Fujitsu Ltd | 管理装置、管理プログラムおよび管理方法 |
Family Cites Families (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS5844554B2 (ja) | 1980-01-09 | 1983-10-04 | 株式会社 佐山製作所 | パネル式蓄熱槽等の側壁接合方法 |
JPH09223048A (ja) | 1996-02-19 | 1997-08-26 | Fuji Xerox Co Ltd | データ登録管理装置及びデータ登録管理方法 |
JP4100241B2 (ja) * | 2003-04-24 | 2008-06-11 | ソニー株式会社 | 情報処理装置、情報処理方法、プログラム、記憶媒体 |
JP2005149348A (ja) | 2003-11-19 | 2005-06-09 | Hitachi Ltd | データベース管理方法、管理プログラム及び管理装置 |
JP5694124B2 (ja) * | 2011-10-31 | 2015-04-01 | シャープ株式会社 | 表示装置、表示方法、および表示プログラム |
CN104303162B (zh) * | 2012-01-12 | 2018-03-27 | 桑迪士克科技有限责任公司 | 用于管理缓存接纳的系统和方法 |
US10838926B2 (en) * | 2013-10-01 | 2020-11-17 | Sap Se | Transparent access to multi-temperature data |
US9720989B2 (en) * | 2013-11-11 | 2017-08-01 | Amazon Technologies, Inc. | Dynamic partitioning techniques for data streams |
US10380072B2 (en) * | 2014-03-17 | 2019-08-13 | Commvault Systems, Inc. | Managing deletions from a deduplication database |
JP5864667B2 (ja) * | 2014-05-07 | 2016-02-17 | 株式会社日立製作所 | ストレージシステムおよびそのデータ制御方法 |
CN104123238A (zh) * | 2014-06-30 | 2014-10-29 | 海视云(北京)科技有限公司 | 数据存储方法及装置 |
CN104090987B (zh) * | 2014-07-28 | 2018-03-13 | 华中科技大学 | 一种历史数据存储及索引方法 |
US9928144B2 (en) * | 2015-03-30 | 2018-03-27 | Commvault Systems, Inc. | Storage management of data using an open-archive architecture, including streamlined access to primary data originally stored on network-attached storage and archived to secondary storage |
US9813936B2 (en) * | 2015-04-22 | 2017-11-07 | At&T Intellectual Property I, L.P. | System and method for scheduling time-shifting traffic in a mobile cellular network |
US10437791B1 (en) * | 2016-02-09 | 2019-10-08 | Code 42 Software, Inc. | Network based file storage system monitor |
-
2018
- 2018-09-07 JP JP2020540992A patent/JP7106656B2/ja active Active
- 2018-09-07 EP EP18932930.3A patent/EP3848811A4/en active Pending
- 2018-09-07 CN CN201880096973.6A patent/CN112639746A/zh active Pending
- 2018-09-07 WO PCT/JP2018/033322 patent/WO2020049746A1/ja unknown
-
2021
- 2021-01-05 US US17/141,254 patent/US20210124718A1/en active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2005301971A (ja) | 2004-03-15 | 2005-10-27 | Hitachi Ltd | デジタルアーカイブを保存するボリュームを管理するサーバ及び方法 |
JP2006215954A (ja) | 2005-02-07 | 2006-08-17 | Hitachi Ltd | ストレージシステム及びストレージ装置のアーカイブ管理方法 |
JP2006350599A (ja) | 2005-06-15 | 2006-12-28 | Hitachi Ltd | ストレージシステム及びストレージシステムのデータマイグレーション方法 |
JP2008269408A (ja) | 2007-04-23 | 2008-11-06 | Canon Inc | データ検索システム |
JP2012168815A (ja) | 2011-02-15 | 2012-09-06 | Fujitsu Ltd | 管理装置、管理プログラムおよび管理方法 |
Also Published As
Publication number | Publication date |
---|---|
CN112639746A (zh) | 2021-04-09 |
WO2020049746A1 (ja) | 2020-03-12 |
US20210124718A1 (en) | 2021-04-29 |
JPWO2020049746A1 (ja) | 2021-05-13 |
EP3848811A1 (en) | 2021-07-14 |
EP3848811A4 (en) | 2022-05-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110417901B (zh) | 数据处理方法、装置及网关服务器 | |
CN109558065B (zh) | 数据删除方法及分布式存储系统 | |
JP5774794B2 (ja) | ストレージシステム及びストレージシステムの制御方法 | |
US9146927B2 (en) | Data processing apparatus, data processing method, and program | |
JP7106656B2 (ja) | データベース装置、プログラム、およびデータ処理方法 | |
CN110505495B (zh) | 多媒体资源抽帧方法、装置、服务器及存储介质 | |
CN107748790B (zh) | 一种线上服务系统、数据加载方法、装置及设备 | |
CN107924345B (zh) | 用于度量的聚合测量结果的数据存储区 | |
US20140351311A1 (en) | System, method, computer-readable medium and apparatus | |
CN113127472B (zh) | 一种针对大上报量的司机数量实时去重统计的方法及系统 | |
EP3373148A1 (en) | Database system, transaction management node, method, and program | |
CN105022753B (zh) | 一种数据存储方法及系统 | |
CN111124650B (zh) | 一种流式数据处理方法及装置 | |
CN110543509B (zh) | 用户访问数据的监控系统、方法、装置及电子设备 | |
CN112256649A (zh) | 一种医学文件的存储方法及装置 | |
US20140304000A1 (en) | Diagnosis-and-treatment-record management system, diagnosis-and-treatment-record management method, and non-transitory computer-readable medium | |
CN106921536B (zh) | 基于客户端版本信息的数据处理方法及装置 | |
CN111291127B (zh) | 一种数据同步方法、装置、服务器及存储介质 | |
CN114036121A (zh) | 一种日志文件处理方法、装置、系统、设备及存储介质 | |
CN111708780B (zh) | 分布式表格系统与分片选主方法、装置、服务器及介质 | |
CN112579805A (zh) | 图像搜索方法、装置、电子设备及存储介质 | |
CN111708997B (zh) | 目标对象身份标识符的确定方法、装置及存储介质 | |
CN110856040A (zh) | 客户端中监控数据的处理方法和装置 | |
CN111274230B (zh) | 数据迁移的管理方法、装置、设备及存储介质 | |
EP3923523B1 (en) | Data collection device, data collection method, and program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20201111 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20220111 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20220118 |
|
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: 20220614 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20220713 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 7106656 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |