KR101666440B1 - 환형큐 기반의 인-메모리 데이터베이스 시스템에서의 데이터 처리방법 - Google Patents
환형큐 기반의 인-메모리 데이터베이스 시스템에서의 데이터 처리방법 Download PDFInfo
- Publication number
- KR101666440B1 KR101666440B1 KR1020150011088A KR20150011088A KR101666440B1 KR 101666440 B1 KR101666440 B1 KR 101666440B1 KR 1020150011088 A KR1020150011088 A KR 1020150011088A KR 20150011088 A KR20150011088 A KR 20150011088A KR 101666440 B1 KR101666440 B1 KR 101666440B1
- Authority
- KR
- South Korea
- Prior art keywords
- data
- aging
- memory
- database
- storage
- 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
-
- G06F17/30312—
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F17/00—Digital computing or data processing equipment or methods, specially adapted for specific functions
- G06F17/40—Data acquisition and logging
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
-
- G06F17/30218—
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Computer Hardware Design (AREA)
- Mathematical Physics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
본 발명에 따른 환형큐 기반의 인-메모리 데이터베이스 시스템에서의 데이터 처리방법은 데이터베이스 관리장치에서 외부로부터 연속하여 입력되는 시공간 관련 데이터를 메모리 데이터베이스의 메모리 페이지에 저장하되, 다수의 메모리 페이지가 환형큐 구조로 연결되어 구성되는 해당 데이터 레코드의 메모리 페이지에 저장하는 제1 단계와, 상기 데이터베이스 관리장치에서 상기 메모리 데이터베이스를 감시하여 기 설정된 에이징 아웃 조건을 만족하는 데이터 레코드가 존재하는지를 판단하는 제2 단계, 상기 제2 단계에서 에이징 아웃 조건을 만족하는 데이터 레코드가 존재하는 경우, 상기 데이터베이스 관리장치는 해당 데이터 레코드에서 저장 시간이 일정 시간을 초과하는 에이징 아웃 대상 데이터를 검색하는 제3 단계, 상기 데이터베이스 관리장치는 상기 제3 단계에서 검색된 에이징 아웃 대상 데이터를 해당 데이터 레코드에서 독출하여 삭제하거나 또는 외부 저장수단에 백업 저장처리하는 제4 단계 및, 상기 데이터베이스 관리장치는 입력되는 시공간관련 데이터를 상기 제3 단계에서 검색된 에이징 아웃 대상 데이터 저장영역에 저장하는 제5 단계를 포함하여 구성되는 것을 특징으로 한다.
Description
도2는 도1에 도시된 메모리 데이터베이스(100)를 구성하는 데이터 레코드의 저장구조를 예시한 도면.
도3은 도1에 도시된 에이징 아웃 관리모듈(220)의 내부구성을 기능적으로 분리하여 나타낸 블록구성도.
도4는 본 발명에 따른 환형큐 기반의 인-메모리 데이터베이스에서의 데이터 처리 동작을 설명하기 위한 도면.
210 : 저장 관리모듈, 220 : 에이징 아웃 관리모듈,
230 : 데이터 백업 관리모듈, 300 : 외부 저장수단.
Claims (8)
- 삭제
- 삭제
- 삭제
- 삭제
- 데이터베이스 관리장치에서 외부로부터 연속하여 입력되는 시공간 관련 데이터를 메모리 데이터베이스의 메모리 페이지에 저장하되, 다수의 메모리 페이지가 환형큐 구조로 연결되어 구성되는 해당 데이터 레코드의 메모리 페이지에 저장하는 제1 단계와,
상기 데이터베이스 관리장치에서 상기 메모리 데이터베이스를 감시하여 기 설정된 에이징 아웃 조건을 만족하는 데이터 레코드가 존재하는지를 판단하는 제2 단계,
상기 제2 단계에서 에이징 아웃 조건을 만족하는 데이터 레코드가 존재하는 경우, 상기 데이터베이스 관리장치는 해당 데이터 레코드에서 저장 시간이 일정 시간을 초과하는 에이징 아웃 대상 데이터를 검색하는 제3 단계,
상기 데이터베이스 관리장치는 상기 제3 단계에서 검색된 에이징 아웃 대상 데이터를 해당 데이터 레코드에서 독출하여 삭제하거나 또는 외부 저장수단에 백업 저장처리하는 제4 단계 및,
상기 데이터베이스 관리장치는 입력되는 시공간관련 데이터를 상기 제3 단계에서 검색된 에이징 아웃 대상 데이터 저장영역에 저장하는 제5 단계를 포함하여 구성되는 것을 특징으로 하는 환형큐 기반의 인-메모리 데이터베이스 시스템에서의 데이터 처리방법. - 제5항에 있어서,
상기 제2 단계에서 상기 데이터베이스 관리장치는 메모리 데이터베이스에서 최대 데이터 저장 갯수를 초과하거나 최대 데이터 저장 용량을 초과하는 데이터 레코드가 존재하는지를 판단하는 것을 특징으로 하는 환형큐 기반의 인-메모리 데이터베이스 시스템에서의 데이터 처리방법. - 삭제
- 제5항에 있어서,
상기 메모리 데이터베이스에 저장되는 시공간 관련데이터는 시간정보와 위치정보를 포함하는 이동객체의 위치데이터인 것을 특징으로 하는 환형큐 기반의 인-메모리 데이터베이스 시스템에서의 데이터 처리방법.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020150011088A KR101666440B1 (ko) | 2015-01-23 | 2015-01-23 | 환형큐 기반의 인-메모리 데이터베이스 시스템에서의 데이터 처리방법 |
PCT/KR2015/000832 WO2016117740A1 (ko) | 2015-01-23 | 2015-01-27 | 환형큐 기반의 인-메모리 데이터베이스 시스템 및 그 데이터 처리방법 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020150011088A KR101666440B1 (ko) | 2015-01-23 | 2015-01-23 | 환형큐 기반의 인-메모리 데이터베이스 시스템에서의 데이터 처리방법 |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20160091471A KR20160091471A (ko) | 2016-08-03 |
KR101666440B1 true KR101666440B1 (ko) | 2016-10-17 |
Family
ID=56417262
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020150011088A Active KR101666440B1 (ko) | 2015-01-23 | 2015-01-23 | 환형큐 기반의 인-메모리 데이터베이스 시스템에서의 데이터 처리방법 |
Country Status (2)
Country | Link |
---|---|
KR (1) | KR101666440B1 (ko) |
WO (1) | WO2016117740A1 (ko) |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107766005B (zh) * | 2017-11-02 | 2020-07-17 | 普道(上海)信息科技有限公司 | 电子文件处理方法、装置及电子终端 |
US10831379B2 (en) * | 2018-10-30 | 2020-11-10 | Western Digital Technologies, Inc. | Method for enhancing SSD endurance by utilizing host DRAM |
KR102225577B1 (ko) * | 2020-08-21 | 2021-03-09 | (주)테온 | 하이브리드 스토리지를 이용한 데이터 분산 저장 방법 및 장치 |
CN114328563B (zh) * | 2021-12-31 | 2023-07-14 | 北京深演智能科技股份有限公司 | 数据更新的控制方法及装置 |
Family Cites Families (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4165747B2 (ja) * | 2003-03-20 | 2008-10-15 | 株式会社日立製作所 | 記憶システム、制御装置及び制御装置のプログラム |
US7519776B2 (en) * | 2005-07-26 | 2009-04-14 | Invensys Systems, Inc. | Method and system for time-weighted cache management |
US8151060B2 (en) * | 2006-11-28 | 2012-04-03 | Hitachi, Ltd. | Semiconductor memory system having a snapshot function |
KR101101038B1 (ko) * | 2009-12-30 | 2011-12-29 | 경희대학교 산학협력단 | 플래시메모리 기반 데이터베이스 관리 시스템 및 이를 위한 페이지 합병 방법 |
KR101420292B1 (ko) * | 2012-10-09 | 2014-07-21 | 주식회사 시큐아이 | 데이터 구조 및 이를 이용한 데이터 처리 방법 |
CN103514261B (zh) * | 2013-08-13 | 2017-03-15 | 北京华电天益信息科技有限公司 | 一种应用于工业控制系统的数据异步存储及访问方法 |
-
2015
- 2015-01-23 KR KR1020150011088A patent/KR101666440B1/ko active Active
- 2015-01-27 WO PCT/KR2015/000832 patent/WO2016117740A1/ko active Application Filing
Also Published As
Publication number | Publication date |
---|---|
WO2016117740A1 (ko) | 2016-07-28 |
KR20160091471A (ko) | 2016-08-03 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9448927B1 (en) | System and methods for removing obsolete data in a distributed system of hybrid storage and compute nodes | |
CN101067822B (zh) | 用于元数据的分级存储管理的方法和系统 | |
CN108255647B (zh) | 一种samba服务器集群下的高速数据备份方法 | |
CN109800218B (zh) | 分布式存储系统、存储节点设备和数据去重方法 | |
EP3788505B1 (en) | Storing data items and identifying stored data items | |
US20040267782A1 (en) | Database system | |
CN102982067A (zh) | 以可重复方式遍历数据 | |
CN102169507A (zh) | 一种分布式实时搜索引擎 | |
CN104040481A (zh) | 用于融合、存储和检索增量式备份数据的方法和系统 | |
CN103488687A (zh) | 用于大数据的搜索系统和搜索方法 | |
CN101790257A (zh) | 一种存储数据的方法和网管系统 | |
KR101666440B1 (ko) | 환형큐 기반의 인-메모리 데이터베이스 시스템에서의 데이터 처리방법 | |
CN104584524A (zh) | 聚合中介系统中的数据 | |
US10642530B2 (en) | Global occupancy aggregator for global garbage collection scheduling | |
US20140025899A1 (en) | Efficiently Updating and Deleting Data in a Data Storage System | |
US20100115061A1 (en) | Server system, server apparatus, program and method | |
CN113377777B (zh) | 数据加载方法、设备、计算机程序产品及存储介质 | |
EP3422205A1 (en) | Database-archiving method and apparatus that generate index information, and method and apparatus for searching archived database comprising index information | |
CN109086382A (zh) | 一种数据同步方法、装置、设备及存储介质 | |
CN102779138A (zh) | 实时数据的硬盘存取方法 | |
US20160203032A1 (en) | Series data parallel analysis infrastructure and parallel distributed processing method therefor | |
US20230161795A1 (en) | Time series data management systems and methods | |
KR101588375B1 (ko) | 데이터베이스 관리 방법 및 데이터베이스 관리 시스템 | |
JP5956064B2 (ja) | 計算機システム、データ管理方法、及び計算機 | |
CN113348450B (zh) | 一种车载数据存储方法及系统 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 20150123 |
|
PA0201 | Request for examination | ||
E902 | Notification of reason for refusal | ||
PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 20151218 Patent event code: PE09021S01D |
|
E701 | Decision to grant or registration of patent right | ||
PE0701 | Decision of registration |
Patent event code: PE07011S01D Comment text: Decision to Grant Registration Patent event date: 20160712 |
|
PG1501 | Laying open of application | ||
GRNT | Written decision to grant | ||
PR0701 | Registration of establishment |
Comment text: Registration of Establishment Patent event date: 20161010 Patent event code: PR07011E01D |
|
PR1002 | Payment of registration fee |
Payment date: 20161010 End annual number: 3 Start annual number: 1 |
|
PG1601 | Publication of registration | ||
FPAY | Annual fee payment |
Payment date: 20191105 Year of fee payment: 4 |
|
PR1001 | Payment of annual fee |
Payment date: 20191105 Start annual number: 4 End annual number: 4 |
|
PR1001 | Payment of annual fee |
Payment date: 20201012 Start annual number: 5 End annual number: 5 |
|
PR1001 | Payment of annual fee |
Payment date: 20211206 Start annual number: 6 End annual number: 6 |
|
PR1001 | Payment of annual fee |
Payment date: 20221128 Start annual number: 7 End annual number: 7 |
|
PR1001 | Payment of annual fee |
Payment date: 20241107 Start annual number: 9 End annual number: 9 |