JP6737039B2 - データベースシステム、データ処理プログラム、及びデータ処理方法 - Google Patents
データベースシステム、データ処理プログラム、及びデータ処理方法 Download PDFInfo
- Publication number
- JP6737039B2 JP6737039B2 JP2016144475A JP2016144475A JP6737039B2 JP 6737039 B2 JP6737039 B2 JP 6737039B2 JP 2016144475 A JP2016144475 A JP 2016144475A JP 2016144475 A JP2016144475 A JP 2016144475A JP 6737039 B2 JP6737039 B2 JP 6737039B2
- Authority
- JP
- Japan
- Prior art keywords
- data
- database
- output
- file
- migration
- 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
- 238000003672 processing method Methods 0.000 title claims description 21
- 238000012545 processing Methods 0.000 claims description 126
- 238000000034 method Methods 0.000 claims description 79
- 230000008569 process Effects 0.000 claims description 70
- 238000013515 script Methods 0.000 claims description 32
- 238000012217 deletion Methods 0.000 claims description 12
- 230000037430 deletion Effects 0.000 claims description 12
- 238000013508 migration Methods 0.000 description 198
- 230000005012 migration Effects 0.000 description 195
- 238000012546 transfer Methods 0.000 description 28
- 238000013500 data storage Methods 0.000 description 13
- 230000005540 biological transmission Effects 0.000 description 5
- 230000006870 function Effects 0.000 description 5
- 238000010586 diagram Methods 0.000 description 4
- 239000000470 constituent Substances 0.000 description 2
- 230000000694 effects Effects 0.000 description 2
- 238000007689 inspection Methods 0.000 description 2
- 238000007726 management method Methods 0.000 description 2
- 230000007704 transition Effects 0.000 description 2
- 230000001174 ascending effect Effects 0.000 description 1
- 230000008859 change Effects 0.000 description 1
- 238000000605 extraction Methods 0.000 description 1
- 230000010365 information processing Effects 0.000 description 1
- 238000012544 monitoring process Methods 0.000 description 1
- 238000013509 system migration Methods 0.000 description 1
Images
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
以下、本発明によるデータベースシステム、データ処理プログラム、及びデータ処理方法の一実施形態を、図面を参照しながら詳述する。
図1は、この実施形態のデータベース(以下、「DB」とも呼ぶ)システム1の全体構成を示すブロック図である。
次に、以上のような構成を有するDBシステム1の動作(実施形態のデータ処理方法)を説明する。
この実施形態によれば、以下のような効果を奏することができる。
本発明は、上記の実施形態に限定されるものではなく、以下に例示するような変形実施形態も挙げることができる。
Claims (6)
- 第1のデータベースから、前記第1のデータベースを構成するデータを順次読み出し、前記第1のデータベースから読み出したデータを読みだした順序で出力した第1の出力データを生成する第1のデータベース出力手段と、
前記第1の出力データからデータを順次読み出し、読み出した各データに順序を識別する順序識別子を付加したデータを、第2のデータベースに登録するデータ登録手段と、
前記第2のデータベースから、前記第2のデータベースを構成するデータを、順序識別子が示す順序で読み出し、前記第2のデータベースから読み出したデータを読みだした順序で出力した第2の出力データを生成する第2のデータベース出力手段と、
前記第1の出力データと前記第2の出力データとの比較結果に基づいて、前記第1のデータベースと前記第2のデータベースとを比較する処理を行うデータ比較手段と
を有することを特徴とするデータベースシステム。 - 前記データ比較手段の比較処理後に、前記第2のデータベースの各データから順序識別子の項目を削除する処理を行う削除処理手段をさらに有することを特徴とする請求項1に記載のデータベースシステム。
- 前記第1のデータベース出力手段、前記データ登録手段、前記第2のデータベース出力手段、及びデータ比較手段は、いずれも、シェルスクリプトを用いて構成されていることを特徴とする請求項1に記載のデータベースシステム。
- 前記第1の出力データ及び前記第2の出力データはいずれもテキストデータであり、
前記データ比較手段は、前記第1の出力データと前記第2の出力データとのテキストデータとしての同一性を比較する処理を行う
ことを特徴とする請求項1〜3のいずれかに記載のデータベースシステム。 - コンピュータを、
第1のデータベースから、前記第1のデータベースを構成するデータを順次読み出し、前記第1のデータベースから読み出したデータを読みだした順序で出力した第1の出力データを生成する第1のデータベース出力手段と、
前記第1の出力データからデータを順次読み出し、読み出した各データに順序を識別する順序識別子を付加したデータを、第2のデータベースに登録するデータ登録手段と、
前記第2のデータベースから、前記第2のデータベースを構成するデータを、順序識別子が示す順序で読み出し、前記第2のデータベースから読み出したデータを読みだした順序で出力した第2の出力データを生成する第2のデータベース出力手段と、
前記第1の出力データと前記第2の出力データとの比較結果に基づいて、前記第1のデータベースと前記第2のデータベースとを比較する処理を行うデータ比較手段と
して機能させることを特徴とするデータ処理プログラム。 - データベースシステムにおけるデータ処理方法において、
第1のデータベース出力手段、データ登録手段、第2のデータベース出力手段、及びデータ比較手段を備え、
前記第1のデータベース出力手段は、第1のデータベースから、前記第1のデータベースを構成するデータを順次読み出し、前記第1のデータベースから読み出したデータを読みだした順序で出力した第1の出力データを生成し、
前記データ登録手段は、前記第1の出力データからデータを順次読み出し、読み出した各データに順序を識別する順序識別子を付加したデータを、第2のデータベースに登録し、
前記第2のデータベース出力手段は、前記第2のデータベースから、前記第2のデータベースを構成するデータを、順序識別子が示す順序で読み出し、前記第2のデータベースから読み出したデータを読みだした順序で出力した第2の出力データを生成し、
前記データ比較手段は、前記第1の出力データと前記第2の出力データとの比較結果に基づいて、前記第1のデータベースと前記第2のデータベースとを比較する処理を行う
ことを特徴とするデータ処理方法。
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2016144475A JP6737039B2 (ja) | 2016-07-22 | 2016-07-22 | データベースシステム、データ処理プログラム、及びデータ処理方法 |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2016144475A JP6737039B2 (ja) | 2016-07-22 | 2016-07-22 | データベースシステム、データ処理プログラム、及びデータ処理方法 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2018014036A JP2018014036A (ja) | 2018-01-25 |
| JP6737039B2 true JP6737039B2 (ja) | 2020-08-05 |
Family
ID=61021235
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2016144475A Active JP6737039B2 (ja) | 2016-07-22 | 2016-07-22 | データベースシステム、データ処理プログラム、及びデータ処理方法 |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP6737039B2 (ja) |
Families Citing this family (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN108573042B (zh) * | 2018-04-10 | 2022-06-10 | 平安科技(深圳)有限公司 | 报表同步方法、电子设备及计算机可读存储介质 |
| US11212514B2 (en) * | 2019-03-25 | 2021-12-28 | Light Field Lab, Inc. | Light field display system for cinemas |
| CN116802622A (zh) * | 2021-02-03 | 2023-09-22 | 三菱电机株式会社 | 数据转移装置、数据转移方法以及数据转移程序 |
Family Cites Families (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH04353942A (ja) * | 1991-05-30 | 1992-12-08 | Nec Corp | 論理ボリューム突合装置 |
| JP2002366400A (ja) * | 2001-06-11 | 2002-12-20 | Ntt Comware Corp | データ移行方法、プログラム及び記憶媒体 |
| JP2005266973A (ja) * | 2004-03-16 | 2005-09-29 | Kyowa Exeo Corp | データ移行方法および装置 |
| JP2008171225A (ja) * | 2007-01-12 | 2008-07-24 | Hitachi Information Systems Ltd | データベース自動移行システム |
| JP5167795B2 (ja) * | 2007-12-13 | 2013-03-21 | 大日本印刷株式会社 | データベース保守方法およびシステム |
| JP2012141847A (ja) * | 2011-01-04 | 2012-07-26 | Hitachi Solutions Ltd | データ移行システム、データ移行装置、及びデータ移行方法 |
| JP5836422B2 (ja) * | 2014-04-14 | 2015-12-24 | 株式会社Tkc | データ一致化のための方法およびシステム |
| US20160188710A1 (en) * | 2014-12-29 | 2016-06-30 | Wipro Limited | METHOD AND SYSTEM FOR MIGRATING DATA TO NOT ONLY STRUCTURED QUERY LANGUAGE (NoSOL) DATABASE |
-
2016
- 2016-07-22 JP JP2016144475A patent/JP6737039B2/ja active Active
Also Published As
| Publication number | Publication date |
|---|---|
| JP2018014036A (ja) | 2018-01-25 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| EP2784665B1 (en) | Program and version control method | |
| US9251163B2 (en) | File sharing system and file sharing method | |
| US20150128150A1 (en) | Data processing method and information processing apparatus | |
| US20140101213A1 (en) | Computer-readable recording medium, execution control method, and information processing apparatus | |
| CN104603774A (zh) | 迁移目的地文件服务器和文件系统迁移方法 | |
| CN106294421A (zh) | 一种数据写入、读取方法及装置 | |
| JP6737039B2 (ja) | データベースシステム、データ処理プログラム、及びデータ処理方法 | |
| EP3646133A1 (en) | Systems and methods of creation and deletion of tenants within a database | |
| US20110107198A1 (en) | Information processing apparatus, storage medium, and information processing method | |
| US20160154851A1 (en) | Computing device, storage medium, and data search method | |
| CN113792026A (zh) | 数据库脚本的部署方法、装置及计算机可读存储介质 | |
| JP2018109898A (ja) | データマイグレーションシステム | |
| US20180032544A1 (en) | Distributed processing management method and distributed processing management apparatus | |
| CN117421277A (zh) | 一种文件管理方法及相关设备 | |
| CN114168532A (zh) | 迁移脚本构建方法、装置、计算机设备及可读存储介质 | |
| US20180232353A1 (en) | Non-transitory computer-readable storage medium, record data processing method, and record data processing apparatus | |
| CN111400243B (zh) | 基于流水线服务的研发管理系统以及文件存储方法、装置 | |
| US10083121B2 (en) | Storage system and storage method | |
| JP6705482B2 (ja) | システム構築パラメータ管理装置、システム構築パラメータ管理システム、システム構築パラメータ管理方法、及び、システム構築パラメータ管理プログラム | |
| JP6217440B2 (ja) | シンボリック実行プログラム、シンボリック実行方法及びシンボリック実行装置 | |
| JP2015130165A (ja) | ハイパーグラフソルバーのためのグラフ入力の自動編集 | |
| CN115599743A (zh) | 迁移文件的方法、装置及存储介质 | |
| JP5936465B2 (ja) | 複数データベース自動検索装置 | |
| KR101733118B1 (ko) | 메타데이터 연산 충돌 회피 방법 및 이를 수행하는 메타 데이터 관리 시스템 | |
| JP5517904B2 (ja) | データアクセス処理管理・生成システム |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20190515 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20200529 |
|
| 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: 20200616 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20200629 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 6737039 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |