CN103617162A - Method of constructing Hilbert R-tree index on equivalent cloud platform - Google Patents

Method of constructing Hilbert R-tree index on equivalent cloud platform Download PDF

Info

Publication number
CN103617162A
CN103617162A CN201310478326.0A CN201310478326A CN103617162A CN 103617162 A CN103617162 A CN 103617162A CN 201310478326 A CN201310478326 A CN 201310478326A CN 103617162 A CN103617162 A CN 103617162A
Authority
CN
China
Prior art keywords
hilbert
data object
cloud platform
data
tree
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.)
Granted
Application number
CN201310478326.0A
Other languages
Chinese (zh)
Other versions
CN103617162B (en
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.)
Nanjing Post and Telecommunication University
Original Assignee
Nanjing Post and Telecommunication University
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 Nanjing Post and Telecommunication University filed Critical Nanjing Post and Telecommunication University
Priority to CN201310478326.0A priority Critical patent/CN103617162B/en
Publication of CN103617162A publication Critical patent/CN103617162A/en
Application granted granted Critical
Publication of CN103617162B publication Critical patent/CN103617162B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2453Query optimisation
    • G06F16/24532Query optimisation of parallel queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • G06F16/2246Trees, e.g. B+trees
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2471Distributed queries
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Software Systems (AREA)
  • Computational Linguistics (AREA)
  • Fuzzy Systems (AREA)
  • Mathematical Physics (AREA)
  • Probability & Statistics with Applications (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method of constructing a Hilbert R-tree index on an equivalent structure cloud platform, wherein a Chord network of an equivalent structure is organized at a main node in the P2P cloud platform. Firstly, a data object is read through a mapping method, and a Hilbert curve code of the space where the data object is located is obtained according to the geographical location of the data object; secondly, the data object is partitioned based on the code, and the code is transmitted to a corresponding reduction method; thirdly, the reduction method is used for constructing Hilbert R-subtrees for the data object in all partitions; lastly, a safe hashing function is used for obtaining a hashed value of root node numbers of the Hilbert R-subtrees, and the hashed value is published to the main node located in a Chord loop to form the complete distributed Hilbert R-tree index. The method can be used for establishing a Hilbert R-tree concurrently, thereby shortening tree establishing time; meanwhile, the established Hilbert R-tree is distributed, so that the stability and search efficiency of the index are improved.

Description

On a kind of reciprocity cloud platform, build the method for Hilbert R tree index
Technical field
The present invention relates to build on a kind of reciprocity cloud platform the method for Hilbert R tree index, belong to the integration technology field of spatial data index and reciprocity cloud platform.
Background technology
Cloud computing is that a kind of business computation model is distributed in calculation task on the resource pool of a large amount of computing machines formations, makes various application systems can obtain as required computing power, storage space and information service.Google company and the cloud computing platform Hadoop that increases income etc. are used Map-Reduce parallel computing model now, the processing that this model is mass data provides general, an efficient technological frame, thereby in fields such as geographical spatial data query processing, data minings, has obtained application more and more widely.
P2P (Peer-to-Peer, peer-to-peer network) calculating refers between different system and exchanges by direct, realizes the process that computer resource and service are shared, carried out information processing.Here, resource can be processor, buffer memory and disk space etc.; Service comprises message exchange, data calculating etc.The key difference of P2P pattern and traditional client/server mode is Peer(peer-to-peer) with Peer in communication process, can abandon the role of server completely, by direct communication, obtain shared resource or service.
In the face of Spatial Data Mining, spatial decision support, Spatial Multi-Dimensional dynamic and visual analyses and simulations etc. are many, belong to the space application of computation-intensive and I/O intensity, the calculating of traditional GIS and data-handling capacity can not meet application demand well.Along with the application of grid computing technology in GIS becomes study hotspot gradually, its distributed parallel computation schema and system architecture will contribute to improve overall performance and the operational efficiency of GIS.Therefore, distributed parallel calculates the important method that solves the not enough problem of traditional GIS computing power by becoming.Organization And Management's technology of massive spatial data is the basis of all kinds of complex space application, is also the key problem of GIS technology.Wherein, Spatial Data Index Technology is the important research content of data organization and management.At present, at scientific research fields such as data base management system (DBMS) and GIS, the achievement in research of Spatial Data Index Technology is very abundant, applies comparatively extensive.Yet, less for the distributed parallel Spatial Data Index Technology achievement in research of tissue, management, access, processing and the application of massive spatial data.
ArielCary etc. have proposed to use under cloud platform that MapReduce is parallel builds sub-R tree, sub-R tree is merged, the R tree index of formation be one centralized, this centralized R tree becomes its bottleneck.
AnirbanMondal etc. have proposed to set up R under peer-to-peer network again and have set index, it is equal piece by spatial division, each peer node is safeguarded the piece of a decile, because the peer node of storage information is not necessarily continuous, may destroy the continuity of geographical space.
Summary of the invention
Technical matters to be solved by this invention is the deficiency for above-mentioned background technology, and a kind of method of geographical spatial data being set up distributed R tree index on reciprocity cloud platform is provided.
The present invention adopts following technical scheme for achieving the above object: a kind of method that builds Hilbert R tree index on peering structure cloud platform, it is characterized in that: the host node (Master) in P2P cloud platform is organized into the Chord network of peering structure, first, by mapping method (Map) reading out data object, based on its geographic position, obtain the hibert curve coding in its space of living in; Secondly, based on this coding, data object is carried out to subregion, and passed to corresponding reduction method (Reduce); Then, reduction method carries out the structure of Hilbert R subtree to the data object of each subregion; Finally, by secure hash function (SHA-1), obtain the hashed value of Hilbert R subtree root node numbering, and the host node (Master) publishing in Chord ring is upper, the distributed Hilbert R tree index of complete; Comprise the steps:
Step 1, tentation data integrates as D, establishes arbitrary data object that o ∈ D is data centralization, and o.id is the identifier of data object o, and o.p is the geographical position coordinates of data object o;
Step 2, reads in the data object in data set D with mapping method (Map), and the key word of mapping method (Map) input is o.id, is worth for o.p, and the data object o for input, according to its geographical position coordinates o.p, arrives this object map
Figure BDA0000395095330000025
on the Hilbert space fitting a curve on rank (exponent number of hibert curve is determined by the size of data set, data set size | D|, and produce corresponding Hilbert coding o.hc;
Step 3, based on Hilbert coding o.hc, calls partition method f data object o is mapped to corresponding subregion, and the Hilbert coding that is input as data object of partition method f, is output as partition number, is defined as follows:
The key word of mapping method (Map) output is partition number f (o.hc), is worth for o, and according to partition method f, data object will be mapped to
Figure BDA0000395095330000026
in individual subregion, number of partitions is by the number decision of the host node in Chord encircles (Master), and establishing host node (Master) is that number is N,
Figure BDA0000395095330000023
Step 4, uses
Figure BDA0000395095330000024
individual reduction method (Reduce) receives the output of mapping method (Map) as input, its key word is partition number f (o.hc), value is o, each reduction method (Reduce) carries out respectively the structure of Hilbert R subtree for the data object of a certain subregion of input, and the numbering using this partition number as the Hilbert R subtree root node building;
Step 5, pass through Secure Hash Algorithm, calculate the hashed value of Hilbert R subtree root node numbering, and the corresponding host node (Master) that the root node of Hilbert R subtree corresponding to this hashed value is published in Chord ring is upper, the distributed Hilbert R tree index of complete;
So far, under reciprocity cloud platform, setting up distributed Hilbert R tree index completes, an independent host node (Master) in reciprocity cloud platform plays the effect of a partial indexes, and all host nodes (Master) based on Chord play the effect of Yi Ge global index.
The present invention has the following advantages and beneficial effect:
1) the inventive method has solved the shortcoming of prior art, has formed distributed R tree index, preferably resolves the bottleneck of centralized R tree, utilizes hibert curve to carry out subregion, preferably resolves the successional problem of geographical space.
2) for spatial data is parallel, setting up Hilbert R tree, it has significant lifting with respect to its speed of setting up Hilbert R tree index of traditional indexing means of setting up Hilbert R tree.
3) the present invention has become Chord ring by the Mater node organization of buffer memory root node, with respect to single Master node, has not only reduced the burden of Master node, and has improved the parallel processing capability of Master node, and its maintenance costs will be lower than traditional R tree; Can effectively accelerate inquiry, its maintenance costs will, lower than traditional R tree, reduce the loss that Master node failure causes.And what set up is the distributed index of Hilbert R tree, has effectively solved the bottleneck of centralized index, as: the ability of parallel query, process the maximum load of inquiry etc.
Accompanying drawing explanation
Fig. 1 is the general flow chart that builds Hilbert R tree index on peering structure cloud platform;
Fig. 2 is the Hilbert R tree index structure schematic diagram having built on peering structure cloud platform.
Embodiment
Below in conjunction with accompanying drawing, the technical scheme of invention is elaborated:
Host node (Master) in P2P cloud platform is organized into the Chord network of peering structure.On peering structure cloud platform, build the general flow chart of Hilbert R tree index, as shown in Figure 1:
Step 1, tentation data integrates as D, establishes arbitrary data object that o ∈ D is data centralization, and o.id is the identifier of data object o, and o.p is the geographical position coordinates of data object o.
Step 2, reads in the data object in data set D with mapping method (Map).The key word of mapping method (Map) input is o.id, is worth for o.p.Data object o for input, according to its geographical position coordinates o.p, arrives this object map
Figure BDA0000395095330000031
on the Hilbert space fitting a curve on rank (exponent number of hibert curve determines by the size of data set, herein data set size | D|,
Figure BDA0000395095330000032
and produce corresponding Hilbert coding o.hc.
Step 3, based on Hilbert coding o.hc, calls partition method f data object o is mapped to corresponding subregion.The Hilbert coding that is input as data object of partition method f, is output as partition number, is defined as follows:
Figure BDA0000395095330000041
The key word of mapping method (Map) output is partition number f (o.hc), is worth for o.According to partition method f, data object will be mapped to in individual subregion, number of partitions determines by the number of the host node in Chord encircles, and establishing host node is that number is N,
Figure BDA0000395095330000043
Step 4, uses
Figure BDA0000395095330000044
individual reduction method (Reduce) receives the output of mapping method as input, its key word is partition number f (o.hc), value is o, each reduction method (Reduce) carries out respectively the structure of Hilbert R subtree for the data object of a certain subregion of input, and the numbering using this partition number as the Hilbert R subtree root node building.
Step 5, pass through Secure Hash Algorithm, calculate the hashed value of Hilbert R subtree root node numbering, and the root node of Hilbert R subtree corresponding to this hashed value is published on the corresponding host node in Chord ring, the distributed Hilbert R tree index of complete, as shown in Figure 2, host node (Master) in P2P cloud platform forms a Chord ring, according to Secure Hash Algorithm, Hilbert R subtree can be distributed in Chord network equably, thereby realizes the object of load balancing.
In sum, first, by mapping method (Map) reading out data object, based on its geographic position, obtain the hibert curve coding in its space of living in; Secondly, based on this coding, data object is carried out to subregion, and passed to corresponding reduction method (Reduce); Then, reduction method carries out the structure of Hilbert R subtree to the data object of each subregion; Finally, by secure hash function, obtain the hashed value of Hilbert R subtree root node numbering, and the host node (Master) publishing in Chord ring is upper, the distributed Hilbert R tree index of complete.This method can effectively be set up Hilbert R tree index, accelerates the inquiry of Hilbert R tree, and can reduce burden and the load balancing of Master node, is applicable to, on reciprocity cloud platform, spatial data is set up to Hilbert R tree index.

Claims (1)

1. on a peering structure cloud platform, build the method for Hilbert R tree index, it is characterized in that: the host node in P2P cloud platform is organized into the Chord network of peering structure, first, by mapping method reading out data object, based on its geographic position, obtain the hibert curve coding in its space of living in; Secondly, based on this coding, data object is carried out to subregion, and passed to corresponding reduction method; Then, reduction method carries out the structure of Hilbert R subtree to the data object of each subregion; Finally, by secure hash function, obtain the hashed value of Hilbert R subtree root node numbering, and publish on the host node in Chord ring, the distributed Hilbert R tree index of complete; Comprise the steps:
Step 1, tentation data integrates as D, establishes arbitrary data object that o ∈ D is data centralization, and o.id is the identifier of data object o, and o.p is the geographical position coordinates of data object o;
Step 2, reads in the data object in data set D with mapping method, and the key word of mapping method input is o.id, is worth for o.p, and the data object o for input, according to its geographical position coordinates o.p, arrives this object map
Figure FDA0000395095320000011
on the Hilbert space fitting a curve on rank, the exponent number of hibert curve is determined by the size of data set, data set size | D|,
Figure FDA0000395095320000012
and produce corresponding Hilbert coding o.hc;
Step 3, based on Hilbert coding o.hc, calls partition method f data object o is mapped to corresponding subregion, and the Hilbert coding that is input as data object of partition method f, is output as partition number, is defined as follows:
Figure FDA0000395095320000013
The key word of mapping method output is partition number f (o.hc), is worth for o, and according to partition method f, data object will be mapped to
Figure FDA0000395095320000014
in individual subregion, number of partitions determines by the number of the host node in Chord encircles, and establishing host node is that number is N,
Figure FDA0000395095320000015
Step 4, uses
Figure FDA0000395095320000016
individual reduction method receives the output of mapping method as input, its key word is partition number f (o.hc), value is o, each reduction method carries out respectively the structure of Hilbert R subtree for the data object of a certain subregion of input, and the numbering using this partition number as the Hilbert R subtree root node building;
Step 5, pass through Secure Hash Algorithm, calculate the hashed value of Hilbert R subtree root node numbering, and the root node of Hilbert R subtree corresponding to this hashed value is published on the corresponding host node in Chord ring to the distributed Hilbert R tree index of complete;
So far, set up distributed Hilbert R tree index and complete under reciprocity cloud platform, the independent host node in reciprocity cloud platform plays the effect of a partial indexes, plays the effect of Yi Ge global index based on all host nodes of Chord.
CN201310478326.0A 2013-10-14 2013-10-14 A kind of method building Hilbert R tree index in equity cloud platform Expired - Fee Related CN103617162B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310478326.0A CN103617162B (en) 2013-10-14 2013-10-14 A kind of method building Hilbert R tree index in equity cloud platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310478326.0A CN103617162B (en) 2013-10-14 2013-10-14 A kind of method building Hilbert R tree index in equity cloud platform

Publications (2)

Publication Number Publication Date
CN103617162A true CN103617162A (en) 2014-03-05
CN103617162B CN103617162B (en) 2016-09-07

Family

ID=50167865

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310478326.0A Expired - Fee Related CN103617162B (en) 2013-10-14 2013-10-14 A kind of method building Hilbert R tree index in equity cloud platform

Country Status (1)

Country Link
CN (1) CN103617162B (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106095920A (en) * 2016-06-07 2016-11-09 四川大学 Distributed index method towards extensive High dimensional space data
CN108804556A (en) * 2018-05-22 2018-11-13 上海交通大学 Distributed treatment frame system based on time travel and tense aggregate query
CN109857743A (en) * 2019-02-12 2019-06-07 浙江水利水电学院 The construction method and device querying method and system of symmetrical canonical multi-dimensional indexing platform
CN110297952A (en) * 2019-06-05 2019-10-01 西南交通大学 A kind of parallelization high-speed railway survey data search method based on grid index
CN110347680A (en) * 2019-06-21 2019-10-18 北京航空航天大学 A kind of space-time data indexing means towards high in the clouds environment
CN111078634A (en) * 2019-12-30 2020-04-28 中科海拓(无锡)科技有限公司 Distributed spatio-temporal data indexing method based on R tree
CN112035586A (en) * 2020-08-28 2020-12-04 南京航空航天大学 Spatial range query method based on extensible learning index
CN112395288A (en) * 2020-09-25 2021-02-23 浙江大学 R-tree index merging and updating method, device and medium based on Hilbert curve
CN112989228A (en) * 2021-04-25 2021-06-18 湖南视觉伟业智能科技有限公司 Distributed space-time query method and system
CN113179313A (en) * 2021-04-25 2021-07-27 湖南视觉伟业智能科技有限公司 Method and system for constructing distributed space-time index structure
CN113434511A (en) * 2021-07-12 2021-09-24 北京林业大学 Hilbert curve-based clustering index method
WO2022120542A1 (en) * 2020-12-07 2022-06-16 浙江大学 Point cloud encoding method and apparatus, point cloud decoding method and apparatus, and computer-readable storage medium

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107220285B (en) * 2017-04-24 2020-01-21 中国科学院计算技术研究所 Space-time index construction method for massive trajectory point data

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
WU JIA-GAO ET AL.: ""HPSIN: a new hybrid P2P spatial indexing network"", 《THE JOURNAL OF CHINA UNIVERSITIES OF POSTS AND TELECOMMUNICATIONS》 *
吴家皋等: ""P2P空间矢量数据索引网络组策略的优化研究"", 《计算机技术与发展》 *
吴家皋等: ""P2P空间矢量数据索引网络路由机制的研究与实现"", 《计算机技术与发展》 *
吴家皋等: ""一种新的P2P空间矢量数据索引网络的研究"", 《计算机应用研究》 *
吴家皋等: ""混合结构P2P空间索引网络优化机制的研究与实现"", 《计算机应用》 *
邹志强等: ""一种基于语义分簇聚类的P2P空间数据索引机制"", 《武汉大学学报 信息科学版》 *

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106095920B (en) * 2016-06-07 2019-06-11 四川大学 Distributed index method towards extensive High dimensional space data
CN106095920A (en) * 2016-06-07 2016-11-09 四川大学 Distributed index method towards extensive High dimensional space data
CN108804556A (en) * 2018-05-22 2018-11-13 上海交通大学 Distributed treatment frame system based on time travel and tense aggregate query
CN109857743A (en) * 2019-02-12 2019-06-07 浙江水利水电学院 The construction method and device querying method and system of symmetrical canonical multi-dimensional indexing platform
CN110297952A (en) * 2019-06-05 2019-10-01 西南交通大学 A kind of parallelization high-speed railway survey data search method based on grid index
CN110297952B (en) * 2019-06-05 2021-12-21 西南交通大学 Grid index-based parallelization high-speed railway survey data retrieval method
CN110347680B (en) * 2019-06-21 2021-11-12 北京航空航天大学 Space-time data indexing method for interpyury environment
CN110347680A (en) * 2019-06-21 2019-10-18 北京航空航天大学 A kind of space-time data indexing means towards high in the clouds environment
CN111078634A (en) * 2019-12-30 2020-04-28 中科海拓(无锡)科技有限公司 Distributed spatio-temporal data indexing method based on R tree
CN111078634B (en) * 2019-12-30 2023-07-25 中科海拓(无锡)科技有限公司 Distributed space-time data indexing method based on R tree
CN112035586A (en) * 2020-08-28 2020-12-04 南京航空航天大学 Spatial range query method based on extensible learning index
CN112395288A (en) * 2020-09-25 2021-02-23 浙江大学 R-tree index merging and updating method, device and medium based on Hilbert curve
WO2022061995A1 (en) * 2020-09-25 2022-03-31 浙江大学 R-tree index merging and updating method and apparatus based on hilbert curve, and medium
WO2022120542A1 (en) * 2020-12-07 2022-06-16 浙江大学 Point cloud encoding method and apparatus, point cloud decoding method and apparatus, and computer-readable storage medium
CN112989228B (en) * 2021-04-25 2021-08-27 湖南视觉伟业智能科技有限公司 Distributed space-time query method and system
CN113179313A (en) * 2021-04-25 2021-07-27 湖南视觉伟业智能科技有限公司 Method and system for constructing distributed space-time index structure
CN112989228A (en) * 2021-04-25 2021-06-18 湖南视觉伟业智能科技有限公司 Distributed space-time query method and system
CN113434511A (en) * 2021-07-12 2021-09-24 北京林业大学 Hilbert curve-based clustering index method
CN113434511B (en) * 2021-07-12 2023-08-29 北京林业大学 Clustering index method based on Hilbert curve

Also Published As

Publication number Publication date
CN103617162B (en) 2016-09-07

Similar Documents

Publication Publication Date Title
CN103617162A (en) Method of constructing Hilbert R-tree index on equivalent cloud platform
US20200081898A1 (en) A Method for Constructing Electricity Transaction Index System Based on Big Data Technology
CN107251017B (en) Efficient join path determination via radix estimation
Wang et al. Research and implementation on spatial data storage and operation based on Hadoop platform
CN110347680B (en) Space-time data indexing method for interpyury environment
CN103491187A (en) Big data unified analyzing and processing method based on cloud computing
CN103678550B (en) Mass data real-time query method based on dynamic index structure
CN102662639A (en) Mapreduce-based multi-GPU (Graphic Processing Unit) cooperative computing method
Hao et al. Research of Cloud Computing based on the Hadoop platform
CN104731925A (en) MapReduce-based FP-Growth load balance parallel computing method
CN111586091A (en) Edge computing gateway system for realizing computing power assembly
CN102902742A (en) Spatial data partitioning method in cloud environment
Moutafis et al. Efficient processing of all-k-nearest-neighbor queries in the MapReduce programming framework
Zhong et al. A distributed geospatial data storage and processing framework for large-scale WebGIS
Li et al. Efficient subspace skyline query based on user preference using MapReduce
Jing et al. An optimized method of HDFS for massive small files storage
Tian et al. A survey of spatio-temporal big data indexing methods in distributed environment
Kumar et al. M-Grid: a distributed framework for multidimensional indexing and querying of location based data
Kumari et al. Exact, fast and scalable parallel dbscan for commodity platforms
Ji et al. Scalable nearest neighbor query processing based on inverted grid index
Wang et al. HCIndex: a Hilbert-Curve-based clustering index for efficient multi-dimensional queries for cloud storage systems
CA2846717A1 (en) Systems and methods for managing large volumes of data in a digital earth environment
CN111737490B (en) Knowledge graph ontology model generation method and device based on banking channel
Dong et al. Research on Architecture of Power Big Data High-Speed Storage System for Energy Interconnection
CN204887003U (en) Big data processing platform network architecture

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20140305

Assignee: Jiangsu Nanyou IOT Technology Park Ltd.

Assignor: NANJING University OF POSTS AND TELECOMMUNICATIONS

Contract record no.: 2016320000214

Denomination of invention: Method of constructing Hilbert R-tree index on equivalent cloud platform

Granted publication date: 20160907

License type: Common License

Record date: 20161117

LICC Enforcement, change and cancellation of record of contracts on the licence for exploitation of a patent or utility model
EC01 Cancellation of recordation of patent licensing contract
EC01 Cancellation of recordation of patent licensing contract

Assignee: Jiangsu Nanyou IOT Technology Park Ltd.

Assignor: NANJING University OF POSTS AND TELECOMMUNICATIONS

Contract record no.: 2016320000214

Date of cancellation: 20180116

CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20160907