CN103116610A - Vector space big data storage method based on HBase - Google Patents

Vector space big data storage method based on HBase Download PDF

Info

Publication number
CN103116610A
CN103116610A CN2013100230526A CN201310023052A CN103116610A CN 103116610 A CN103116610 A CN 103116610A CN 2013100230526 A CN2013100230526 A CN 2013100230526A CN 201310023052 A CN201310023052 A CN 201310023052A CN 103116610 A CN103116610 A CN 103116610A
Authority
CN
China
Prior art keywords
vector
hbase
grid
storage method
data record
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.)
Pending
Application number
CN2013100230526A
Other languages
Chinese (zh)
Inventor
陈华钧
黄梅龙
胡磊
郑国轴
吴朝晖
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhejiang University ZJU
Original Assignee
Zhejiang University ZJU
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Zhejiang University ZJU filed Critical Zhejiang University ZJU
Priority to CN2013100230526A priority Critical patent/CN103116610A/en
Publication of CN103116610A publication Critical patent/CN103116610A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to the field of big data storage of computers and discloses a vector space big data storage method based on the HBase. The vector space big data storage method based on the HBase includes the following steps: 1) a vector data record is collected; 2) spacial scale numbers of the vector data record are computed; 3) an ID of the vector data record is taken as a row key, a data field and an attribute field except for the ID of the vector data record are taken as a row, and a data record is created; 4) the spacial scale numbers of the vector data record is taken as the row key, IDs of all vector space data in the spacial scale numbers are taken as the row, and an index is created. The vector space big data storage method based on the HBase has the advantages of being capable of supporting distributed storage and management of vector space data of a super-large scale and supporting quick query of a geographic position range. Compared with the existing vector space data storage method, the vector space big data storage method based on the HBase has a high visit concurrent amount and supports expansion of a data scale.

Description

The large date storage method of vector space based on HBase
Technical field
The present invention relates to the large field of data storage of a kind of computing machine, particularly the large date storage method of a kind of vector space based on HBase.
Background technology
Vector data is as important a kind of Spatial data types, is widely used in the spatial information field.But, because it has the characteristics such as data volume is large, data recording is elongated, make can expand a large amount of vector data of ground store and management and efficiently the addressing space data become the topic that people are concerned about.
Geodata is with spatial data and the attribute information thereof of earth surface as basic reference framework.For the ease of obtain, store, analysis and management geographical, set up Geographic Information System, be called for short generalized information system (geographic information system).Generalized information system has represented it is really each target in the world, as road, soil, height above sea level etc.In vector data structure, a zone is divided into several polygons, and each polygon is comprised of some line segments or camber line.The vector data structure memory data output is little, pattern precision is high, easily define single spatial object, and you are more time-consuming but process spatial relationship, are usually used in describing graph data.In raster data structure, in ground, entity identifies with the row and column of grid cell, and raster data simply, is easily processed spatial relation, but memory data output is large, and pattern precision is low, is usually used in Description Image and image data.
Current, adopt file system to manage raster data more, adopt database to come the management vector data.But vector data had both comprised the suitable structural data of managing with the traditional relational database, comprised that also some are not suitable for plate structure and the unstructured data of managing with the traditional relational database.
At present each large database concept manufacturer also constantly optimizes the management of vector data, and a lot of manufacturers have realized support and the expansion to vector data on the product of oneself.Most solutions are to leave in traditional relevant database in the relevant attribute data of vector data, with the solution of real GML data storage at other database or use middleware.But most of functions are perfect not, also have some drawbacks.
And, for spatial data, vector data particularly, be not only wherein real vector data part random length, various disunity, and type and the quantity of the relevant attribute data of these vector datas are also inconsistent, such as for typical vector data file shapefile file, the meaning of the field type of the attribute data in different shapefile files, field number and field is all different, if the relevant database class storage with traditional may need to set up a lot of tables.That is to say that these data are not structurized data, using traditional relational data library storage is not just very suitable.
For current generalized information system, the data volume of spatial data is all very huge.Along with the continuous increase of vector data scale, the processing power of individual node can become bottleneck gradually, and it is serious that the problem of Single Point of Faliure also becomes gradually.Traditional relevant database operates on individual node more, supports that the cost of distributed database and configuration cost also can be higher.And the performance of most relevant database clusters and extensibility are not fine.
This shows, vector data has and destructuring or feature semi-structured and that data volume is large, storage, inquiry and management to vector data should take into full account these characteristics, with traditional relevant database, vector data are carried out store and management not too suitable.
Summary of the invention
The present invention is directed to prior art and can't adapt to the geodata googol according to the shortcoming of amount, provide a kind of and can adapt to jumbo geodata, along with the novel large date storage method of the vector space based on HBase that significantly increases the data processing performance to keep stable of data volume.
For achieving the above object, the present invention can take following technical proposals:
The large date storage method of vector space based on HBase comprises following concrete steps:
1) collect the vector data record, described vector data record comprises a data field and a plurality of attribute field;
2) calculate the spatial dimension numbering of described vector data record, described spatial dimension numbering is the grid numbering that can comprise the minimum grid of described vector data record fully, described grid is for dividing the whole world formed zone take certain longitude and latitude as the border, choose a plurality of grids with different sizes, the grid of described different sizes is sorted and is numbered according to the size of grid obtains the grid rank, and described grid numbering comprises centre coordinate, the grid rank of described grid;
3) with the ID of described vector data record as line unit RowKey, set up data recording with the data field of described vector data record and the attribute field except ID as row, described data recording is added in the HBase database, and the field name of described attribute field is the row name of described row;
4) number as line unit RowKey with the spatial dimension of described vector data record, the ID of all Vector spatial datas under numbering with described spatial dimension sets up index as row, and described index is added in the HBase database.
As preferably, described vector data is recorded as from the vector data file that comprises described vector data record and resolves gained, be perhaps to make acquisition from geodata.
As preferably, described data field is preserved with the WKB form.
As preferably, described centre coordinate is latitude and longitude coordinates.
As preferably, the row of described step 3 form row bunch.
As preferably, in described step 4, the ID of all Vector spatial datas is recorded in row.
As preferably, separate with branch between described ID.
The present invention introduces the HBase database as basic data storage system, HBase be one distributed, towards the database of increasing income of row, be a high reliability, high-performance, towards row, telescopic distributed memory system.
The present invention has significant technique effect owing to having adopted above technical scheme:
The present invention is by introducing the HBase database, high-performance in conjunction with the HBase database, creatively the spatial dimension numbering with the vector data record of the per-column memory module of the uniqueness of HBase database and geodata combines, obtained a kind of higher data handling property that has, adapt to large data throughout, have the novel geodata storage mode of enhanced scalability, improved the processing power of computing machine to geodata, have higher practical value.
Description of drawings
Fig. 1 is the schematic flow sheet of embodiment 1.
Fig. 2 is the structural representation of grid.
Fig. 3 is the another kind of structural representation of grid.
Fig. 4 is the test result schematic diagram of contrast test 1.
Fig. 5 is the test result schematic diagram of contrast test 2.
Embodiment
The present invention is described in further detail below in conjunction with embodiment.
Embodiment 1
The large date storage method of vector space based on HBase comprises following concrete steps, as shown in Figure 1:
1) the vector data record is collected and obtained to computing machine, and described vector data record comprises a data field and a plurality of attribute field, and the vector data record is made to obtain or resolve from vector data file from geodata and obtained.
2) computing machine converts the above-mentioned vector data record that obtains to the WKB form of standard.
3) calculate the spatial dimension numbering of each vector data record.At first in the world according to latitude and longitude coordinates, according to different sizing grids, earth surface is divided into the grid of different stage, as shown in Fig. 2,3, Fig. 2, Fig. 3 represent respectively take 1 and 0.1 as unit, earth surf zone to be divided the grid that obtains.Under other is divided in certain level, the surface of the earth can be divided into grid, described grid is for dividing the whole world formed zone take certain longitude and latitude as the border, choose a plurality of grids with different sizes, the grid of described different sizes is sorted and is numbered according to the size of grid obtains the grid rank.The grid of these different sizes can be identified out by a unique identifier, and the naming rule of identifier is: the latitude and longitude coordinates of grid element center+grid rank.Described spatial dimension numbering is for the vector data record, and the spatial dimension numbering of a vector data record is the grid numbering that can comprise the minimum grid of this vector data record fully, and the grid numbering is exactly above-mentioned identifier.For example, 11.50_45.00_0 just represents that rank is 0 grid, and this grid element center latitude and longitude coordinates is (11.50,45.00).
4) in the HBase database newly-built one only have one row bunch table, the logical view of this table sees the following form shown in 1, with the ID of described vector data record as line unit RowKey, set up data recording with the data field of described vector data record and the attribute field except ID as row, between ID with branch separately, described data recording is added in the HBase database, the field name of described attribute field is the row name of described row, and wherein fida1, fida2 etc. are the id of vector data record.
Table 1
Figure 2013100230526100002DEST_PATH_IMAGE002
5) set up separately a concordance list as secondary index in the HBase database, be convenient to inquire about according to the geographic position.The logical view of this concordance list is as shown in table 2, and this table only has row bunch, and these row bunch only have row.Spatial dimension with described vector data record is numbered as line unit RowKey, and the ID of all Vector spatial datas under numbering with described spatial dimension sets up index as row, and described index is added in the concordance list of HBase database.
Table 2
Figure 2013100230526100002DEST_PATH_IMAGE004
The following describes the result that the application described method of above-described embodiment 1 and existing spatial database (PostgreSQL) relatively more commonly used compare test.
Contrast test 1
Test environment is 4 Dell PowerEdge R710 rack-mount servers, and Intel is to strong 5600 serial CPU Xeon E5620, and frequency is 2.4GHz, 12G DDR3 internal memory, 582G hard disk.STE is RedHat AS4.4 operating system, and the kernel version is 2.6.32.The spatial data lab environment that is used for contrast is PostgreSQL9.1.3, and space plug-in unit Postgis1.5.3 has been installed, and PostgreSQL has used SLONY pattern synchronization to 4 node.The HBase database environment is HBase0.9.2, Haddop1.0.1, and HBase uses distributed environment, and 1 host node wherein, 3 from node.
Test data set comprises 3,000, and the efficient that records the id random challenge according to vector data tested here in 000 shapefile vector data record.Fig. 4 has shown in inquiry 2,000, article 000, the contrast situation per second query rate QPS(Query Per Second when vector data records), therefrom can find out, in the situation that single-threaded access, the handling capacity of the HBase data-base cluster of Application Example 1 described method is 2 times of PostgreSQL data-base cluster of prior art, when number of threads reached 50, the handling capacity of the HBase data set cluster of Application Example 1 described method was more than 3 times of PostgreSQL data-base cluster of prior art.
Contrast test 2
Test environment has been tested the search efficiency to the vector data record of one of them spatial dimension with contrast test 1.Fig. 5 has shown in the contrast of setting up the spatial dimension index and not setting up spatial dimension index time space range query efficient, therefrom can find out, in the time of large and also large to the inquiry amount of spatial dimension to space data quantity, the search efficiency of not setting up spatial dimension in spatial dimension index situation is almost insupportable.
In a word, the above is only preferred embodiment of the present invention, and all equalizations of doing according to the present patent application the scope of the claims change and modify, and all should belong to the covering scope of patent of the present invention.

Claims (7)

1. the large date storage method of the vector space based on HBase, is characterized in that, comprises following concrete steps:
1) collect the vector data record, described vector data record comprises a data field and a plurality of attribute field;
2) calculate the spatial dimension numbering of described vector data record, described spatial dimension numbering is the grid numbering that can comprise the minimum grid of described vector data record fully, described grid is for dividing the whole world formed zone take certain longitude and latitude as the border, choose a plurality of grids with different sizes, the grid of described different sizes is sorted and is numbered according to the size of grid obtains the grid rank, and described grid numbering comprises centre coordinate, the grid rank of described grid;
3) with the ID of described vector data record as line unit RowKey, set up data recording with the data field of described vector data record and the attribute field except ID as row, described data recording is added in the HBase database, and the field name of described attribute field is the row name of described row;
4) number as line unit RowKey with the spatial dimension of described vector data record, the ID of all Vector spatial datas under numbering with described spatial dimension sets up index as row, and described index is added in the HBase database.
2. the large date storage method of the vector space based on HBase according to claim 1, is characterized in that, described vector data is recorded as from the vector data file that comprises described vector data record and resolves gained, is perhaps to make to obtain from geodata.
3. the large date storage method of the vector space based on HBase according to claim 1, is characterized in that, described data field is preserved with the WKB form.
4. the large date storage method of the vector space based on HBase according to claim 1, is characterized in that, described centre coordinate is latitude and longitude coordinates.
5. the large date storage method of the vector space based on HBase according to claim 1, is characterized in that, the row of described step 3 form row bunch.
6. the large date storage method of the vector space based on HBase according to claim 1, is characterized in that, in described step 4, the ID of all Vector spatial datas is recorded in row.
7. the large date storage method of the vector space based on HBase according to claim 6, is characterized in that, separates with branch between described ID.
CN2013100230526A 2013-01-23 2013-01-23 Vector space big data storage method based on HBase Pending CN103116610A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2013100230526A CN103116610A (en) 2013-01-23 2013-01-23 Vector space big data storage method based on HBase

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2013100230526A CN103116610A (en) 2013-01-23 2013-01-23 Vector space big data storage method based on HBase

Publications (1)

Publication Number Publication Date
CN103116610A true CN103116610A (en) 2013-05-22

Family

ID=48414984

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2013100230526A Pending CN103116610A (en) 2013-01-23 2013-01-23 Vector space big data storage method based on HBase

Country Status (1)

Country Link
CN (1) CN103116610A (en)

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103488704A (en) * 2013-09-06 2014-01-01 乐视致新电子科技(天津)有限公司 Method and device for storing data
CN103838830A (en) * 2014-02-18 2014-06-04 广东亿迅科技有限公司 Data management method and system of HBase database
CN104112013A (en) * 2014-07-17 2014-10-22 浪潮(北京)电子信息产业有限公司 HBase secondary indexing method and device
CN104199986A (en) * 2014-09-29 2014-12-10 国家电网公司 Vector data space indexing method base on hbase and geohash
CN104239576A (en) * 2014-10-09 2014-12-24 浪潮(北京)电子信息产业有限公司 Method and device for searching for all lines in column values of HBase list
CN104239269A (en) * 2013-06-19 2014-12-24 苏州吉浦迅科技有限公司 Computer cluster based intelligent parallel bee colony algorithm data system
CN104252536A (en) * 2014-09-16 2014-12-31 福建新大陆软件工程有限公司 Hbase-based internet log data inquiring method and device
CN104268709A (en) * 2014-10-10 2015-01-07 浪潮集团有限公司 Method for designing RFID system by distributed LSM tree
CN104331460A (en) * 2014-10-31 2015-02-04 北京思特奇信息技术股份有限公司 Hbase-based data read-write operation method and system
CN104391910A (en) * 2014-11-17 2015-03-04 西安交通大学 HBase-based tax statistic report storage and calculation method
CN105426506A (en) * 2015-11-27 2016-03-23 中国科学院重庆绿色智能技术研究院 Massive dynamic data management method
CN106326305A (en) * 2015-06-30 2017-01-11 星环信息科技(上海)有限公司 Storage method and equipment for data file and inquiry method and equipment for data file
CN106528786A (en) * 2016-11-08 2017-03-22 国网山东省电力公司电力科学研究院 Method and system for rapidly transferring multi-source heterogeneous power grid big data to HBase
CN106649425A (en) * 2016-08-01 2017-05-10 中国地质大学(武汉) Spatial-contiguity-considered vector space data coding method
CN106844374A (en) * 2015-12-04 2017-06-13 北京四维图新科技股份有限公司 A kind of storage, the method and device of retrieval photo
CN107463560A (en) * 2016-06-05 2017-12-12 贵州双龙数联科技有限公司 Business location information for vertical search obtains analysis and storage method
CN107463557A (en) * 2016-06-05 2017-12-12 贵州双龙数联科技有限公司 A kind of business location information storage system
CN107463561A (en) * 2016-06-05 2017-12-12 贵州双龙数联科技有限公司 Business location information storage method for internet vertical search
CN107463559A (en) * 2016-06-05 2017-12-12 贵州双龙数联科技有限公司 A kind of business location information obtains analysis and storage system
CN107463558A (en) * 2016-06-05 2017-12-12 贵州双龙数联科技有限公司 Business location information for vertical search obtains and analysis method
CN107463556A (en) * 2016-06-05 2017-12-12 贵州双龙数联科技有限公司 A kind of business location information for vertical search obtains system
US9940406B2 (en) 2014-03-27 2018-04-10 International Business Machine Corporation Managing database

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060184519A1 (en) * 1997-02-27 2006-08-17 Smartt Brian E System and method of optimizing database queries in two or more dimensions
CN101324896A (en) * 2008-07-24 2008-12-17 中国科学院计算技术研究所 Method for storing and searching vector data and management system thereof

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060184519A1 (en) * 1997-02-27 2006-08-17 Smartt Brian E System and method of optimizing database queries in two or more dimensions
CN101324896A (en) * 2008-07-24 2008-12-17 中国科学院计算技术研究所 Method for storing and searching vector data and management system thereof

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
YONGGANG WANG ET AL: "Research and implementation on spatial data storage and operation based on hadoop", 《2010 SECOND IITA INTERNATIONAL CONFERENCE ON GEOSCIENCE AND REMOTE SENSING》, 31 August 2010 (2010-08-31), pages 275 - 278, XP031777107 *
夏慧琼等: "基于地图空间数据的空间信息多级网格生成方法", 《测绘信息与工程》, vol. 32, no. 4, 31 August 2007 (2007-08-31), pages 31 - 33 *
范建永等: "基于HBase的矢量空间数据分布式存储研究", 《地理与地理信息科学》, vol. 28, no. 5, 30 September 2012 (2012-09-30), pages 39 - 42 *

Cited By (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104239269A (en) * 2013-06-19 2014-12-24 苏州吉浦迅科技有限公司 Computer cluster based intelligent parallel bee colony algorithm data system
CN103488704B (en) * 2013-09-06 2016-10-05 乐视致新电子科技(天津)有限公司 A kind of date storage method and device
CN103488704A (en) * 2013-09-06 2014-01-01 乐视致新电子科技(天津)有限公司 Method and device for storing data
CN103838830A (en) * 2014-02-18 2014-06-04 广东亿迅科技有限公司 Data management method and system of HBase database
CN103838830B (en) * 2014-02-18 2017-03-29 广东亿迅科技有限公司 A kind of data managing method and system of HBase data bases
US10296656B2 (en) 2014-03-27 2019-05-21 International Business Machines Corporation Managing database
US9940406B2 (en) 2014-03-27 2018-04-10 International Business Machine Corporation Managing database
CN104112013A (en) * 2014-07-17 2014-10-22 浪潮(北京)电子信息产业有限公司 HBase secondary indexing method and device
CN104252536A (en) * 2014-09-16 2014-12-31 福建新大陆软件工程有限公司 Hbase-based internet log data inquiring method and device
CN104252536B (en) * 2014-09-16 2017-12-08 福建新大陆软件工程有限公司 A kind of internet log data query method and device based on hbase
CN104199986A (en) * 2014-09-29 2014-12-10 国家电网公司 Vector data space indexing method base on hbase and geohash
CN104199986B (en) * 2014-09-29 2017-06-06 国家电网公司 Vector data space index method based on hbase and geohash
CN104239576A (en) * 2014-10-09 2014-12-24 浪潮(北京)电子信息产业有限公司 Method and device for searching for all lines in column values of HBase list
CN104268709A (en) * 2014-10-10 2015-01-07 浪潮集团有限公司 Method for designing RFID system by distributed LSM tree
CN104331460A (en) * 2014-10-31 2015-02-04 北京思特奇信息技术股份有限公司 Hbase-based data read-write operation method and system
CN104391910A (en) * 2014-11-17 2015-03-04 西安交通大学 HBase-based tax statistic report storage and calculation method
CN106326305A (en) * 2015-06-30 2017-01-11 星环信息科技(上海)有限公司 Storage method and equipment for data file and inquiry method and equipment for data file
CN105426506B (en) * 2015-11-27 2018-10-02 中国科学院重庆绿色智能技术研究院 A kind of massive dynamic data management method
CN105426506A (en) * 2015-11-27 2016-03-23 中国科学院重庆绿色智能技术研究院 Massive dynamic data management method
CN106844374B (en) * 2015-12-04 2020-04-03 北京四维图新科技股份有限公司 Method and device for storing and retrieving photos
CN106844374A (en) * 2015-12-04 2017-06-13 北京四维图新科技股份有限公司 A kind of storage, the method and device of retrieval photo
CN107463556A (en) * 2016-06-05 2017-12-12 贵州双龙数联科技有限公司 A kind of business location information for vertical search obtains system
CN107463559A (en) * 2016-06-05 2017-12-12 贵州双龙数联科技有限公司 A kind of business location information obtains analysis and storage system
CN107463558A (en) * 2016-06-05 2017-12-12 贵州双龙数联科技有限公司 Business location information for vertical search obtains and analysis method
CN107463561A (en) * 2016-06-05 2017-12-12 贵州双龙数联科技有限公司 Business location information storage method for internet vertical search
CN107463557A (en) * 2016-06-05 2017-12-12 贵州双龙数联科技有限公司 A kind of business location information storage system
CN107463560A (en) * 2016-06-05 2017-12-12 贵州双龙数联科技有限公司 Business location information for vertical search obtains analysis and storage method
CN106649425A (en) * 2016-08-01 2017-05-10 中国地质大学(武汉) Spatial-contiguity-considered vector space data coding method
CN106649425B (en) * 2016-08-01 2019-12-17 中国地质大学(武汉) Vector space data coding method considering spatial proximity
CN106528786A (en) * 2016-11-08 2017-03-22 国网山东省电力公司电力科学研究院 Method and system for rapidly transferring multi-source heterogeneous power grid big data to HBase
CN106528786B (en) * 2016-11-08 2019-07-12 国网山东省电力公司电力科学研究院 Method and system of the multi-source heterogeneous power grid big data of fast transferring to HBase

Similar Documents

Publication Publication Date Title
CN103116610A (en) Vector space big data storage method based on HBase
CN104820714B (en) Magnanimity tile small documents memory management method based on hadoop
CN103927933B (en) A kind of magnanimity moves method and the device that target renders
CN107220285B (en) Space-time index construction method for massive trajectory point data
CN104199986A (en) Vector data space indexing method base on hbase and geohash
Zhang et al. Hbasespatial: A scalable spatial data storage based on hbase
CN106933833B (en) Method for quickly querying position information based on spatial index technology
Wei et al. Indexing spatial data in cloud data managements
Hsu et al. Key formulation schemes for spatial index in cloud data managements
CN103577440A (en) Data processing method and device in non-relational database
CN103995861A (en) Distributed data device, method and system based on spatial correlation
CN102289466A (en) K-nearest neighbor searching method based on regional coverage
CN112214472B (en) Meteorological lattice data storage and query method, device and storage medium
CN108205562B (en) Positioning data storage and retrieval method and device for geographic information system
CN108009265B (en) Spatial data indexing method in cloud computing environment
KR101794883B1 (en) Method for generating and storing high speed diatributed index of massive spatial data in data-distributed processing
CN103455531A (en) Parallel indexing method supporting real-time biased query of high dimensional data
CN111639075B (en) Non-relational database vector data management method based on flattened R tree
Van et al. An efficient distributed index for geospatial databases
CN109063194A (en) Data retrieval method and device based on space encoding
CN104462421A (en) Multi-tenant expanding method based on Key-Value database
CN112395288B (en) R-tree index merging and updating method, device and medium based on Hilbert curve
CN104834650A (en) Method and system for generating effective query tasks
KR101654314B1 (en) Distributed processing system in spatial data and method for operating the same
CN116992887A (en) Metadata data catalog processing method, device and processing equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20130522