CN109597795B - High-efficiency processing system for roadbed compaction construction data - Google Patents

High-efficiency processing system for roadbed compaction construction data Download PDF

Info

Publication number
CN109597795B
CN109597795B CN201811485278.7A CN201811485278A CN109597795B CN 109597795 B CN109597795 B CN 109597795B CN 201811485278 A CN201811485278 A CN 201811485278A CN 109597795 B CN109597795 B CN 109597795B
Authority
CN
China
Prior art keywords
data
storage
unit
queue
task
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
Application number
CN201811485278.7A
Other languages
Chinese (zh)
Other versions
CN109597795A (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 Tianchen Lida Electronic Technology Co ltd
Original Assignee
Nanjing Tianchen Lida Electronic Technology Co ltd
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 Tianchen Lida Electronic Technology Co ltd filed Critical Nanjing Tianchen Lida Electronic Technology Co ltd
Priority to CN201811485278.7A priority Critical patent/CN109597795B/en
Publication of CN109597795A publication Critical patent/CN109597795A/en
Priority to PCT/CN2019/114278 priority patent/WO2020114155A1/en
Application granted granted Critical
Publication of CN109597795B publication Critical patent/CN109597795B/en
Active 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/10File systems; File servers
    • G06F16/13File access structures, e.g. distributed indices
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/176Support for shared access to files; File sharing support

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a high-efficiency processing system for roadbed compaction construction data, which comprises a data splitting unit, a data storage queue unit, a storage task scheduling thread pool unit, an original data storage unit, a data calculation task queue unit and a calculation task execution unit. The high-concurrency rapid storage of real-time data is realized by designing a reasonable data fragmentation rule and a storage task scheduling strategy based on a thread pool. Through the fragment storage of the data, the high-concurrency reading, calculation and processing of the original data are realized.

Description

High-efficiency processing system for roadbed compaction construction data
Technical Field
The invention relates to a high-concurrency storage method for original data of roadbed compaction construction; the invention relates to a high-concurrency calculation processing method for roadbed compaction construction data.
Background
During roadbed compaction construction, construction vehicles generate a large amount of construction data. How to rapidly store a large amount of real-time construction data is a technical difficulty, and how to rapidly analyze and calculate a large amount of original construction data is another technical difficulty. If the storage or calculation processing delay is too long, the real-time performance of the system is reduced, and the larger the data volume is, the lower the real-time performance is, and finally the significance of real-time monitoring is lost.
Disclosure of Invention
In order to solve the defects, the invention provides an efficient processing system for roadbed compaction construction data, and aims to solve the problems of high-concurrency rapid storage and high-concurrency rapid calculation processing of a large amount of construction original data. The high-concurrency rapid storage of real-time data is realized by designing a reasonable data fragmentation rule and a storage task scheduling strategy based on a thread pool. Through the fragment storage of the data, the high-concurrency reading, calculation and processing of the original data are realized.
The invention provides a roadbed compaction construction data efficient processing system which comprises a data splitting unit, a data storage queue unit, a storage task scheduling thread pool unit, an original data storage unit, a data calculation task queue unit and a calculation task execution unit.
In the system, the data splitting unit splits the original construction data according to a designed data splitting strategy, and the data belonging to the same segment are stored in the same database file.
In the system, after the data storage queue unit splits the original construction data into data packets, a data storage queue is created in units of the split data packets, and the queue is scheduled and managed by the data storage thread pool.
In the system, the storage task scheduling thread pool unit schedules the storage task according to the storage task queue condition by a policy.
In the system, the original data storage unit stores the original data in different database files according to different data packets.
In the system, the data calculation task queue unit is based on database files stored in segments, a calculation task is created from an original data storage file, the calculation task is placed in a queue, and the queue is managed by a calculation task scheduling thread pool.
In the system, the computing task execution unit schedules the data computing task according to the policy by scheduling the thread pool according to the computing task, and the computing task can be concurrently executed with a higher concurrency number because the data to be computed are in different data files.
The invention provides a high-efficiency processing system for roadbed compaction construction data, which has the following beneficial effects: the high-concurrency rapid storage of real-time data is realized by designing a reasonable data fragmentation rule and a storage task scheduling strategy based on a thread pool. High-concurrency reading, calculation and processing of original data are realized through the fragment storage of the data; a data splitting strategy is established to realize the block storage of data, a storage task scheduling strategy is established according to the split data, and the high-concurrency rapid storage of a large amount of real-time data is realized. According to the split data, a scheduling strategy of a calculation task is established, high-concurrency rapid calculation processing of a large amount of data is achieved, and rapid storage of calculation results is achieved.
Drawings
The invention and its features, aspects and advantages will become more apparent from reading the following detailed description of non-limiting embodiments with reference to the accompanying drawings. Like reference symbols in the various drawings indicate like elements. The drawings are not necessarily to scale, emphasis instead being placed upon illustrating the principles of the invention.
Fig. 1 and fig. 2 are a flow chart of the construction data track and gridding processing and a flow chart of the construction data extraction and picture generation, respectively.
Detailed Description
In the following description, numerous specific details are set forth in order to provide a more thorough understanding of the present invention. It will be apparent, however, to one skilled in the art, that the present invention may be practiced without one or more of these specific details. In other instances, well-known features have not been described in order to avoid obscuring the invention.
In the following description, for the purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the present invention. The following detailed description of the preferred embodiments of the invention, however, the invention is capable of other embodiments in addition to those detailed.
The high-concurrency data storage and the high-concurrency data calculation processing are core technical functions of the roadbed compaction construction informatization system and are the foundation of construction real-time monitoring.
Referring to fig. 1 and 2, the roadbed compaction construction data efficient processing system provided by the invention comprises a data splitting unit, a data storage queue unit, a storage task scheduling thread pool unit, an original data storage unit, a data calculation task queue unit and a calculation task execution unit.
According to the invention, the data splitting unit splits the original construction data according to a designed data splitting strategy, and the data belonging to the same segment are stored in the same database file.
In a preferred but nonlimiting embodiment of the present invention, after the data storage queue unit splits the original construction data into data packets, a data storage queue is created in units of the split data packets, and the queue is scheduled and managed by the data storage thread pool.
In a preferred but nonlimiting embodiment of the present invention, the storage task scheduling thread pool unit schedules the storage tasks according to the storage task queue conditions and a certain policy, so that the storage tasks perform data storage with as large a concurrency number as possible, and the storage tasks can be concurrently executed with a larger concurrency number because the original data is stored in different database files in a packetized manner.
In a preferred but non-limiting embodiment of the present invention, the original data storage unit stores in different database files according to different data packets, which is the basis for concurrent storage of original data and also for concurrent processing of data.
In a preferred but nonlimiting embodiment of the present invention, the data calculation task queue unit is based on database files stored in segments, a calculation task is created from an original data storage file, the calculation task is placed in a queue, and the queue is managed by a calculation task scheduling thread pool.
In a preferred but nonlimiting embodiment of the present invention, the computing task execution unit schedules the data computing task with a certain policy according to the computing task scheduling thread pool, and since the data to be computed is in different data files, the computing task can be concurrently executed with a higher concurrency number.
According to the invention, the data splitting strategy is established to realize the block storage of the data, and the storage task scheduling strategy is established according to the split data to realize the high-concurrency and quick storage of a large amount of real-time data. According to the split data, a scheduling strategy of a calculation task is established, high-concurrency rapid calculation processing of a large amount of data is achieved, and rapid storage of calculation results is achieved.
In the invention, the block storage of the data is the basis of concurrent storage and concurrent computation. In the construction process, a large amount of data are transmitted to the server side, and the server side needs to receive and store real-time data. If the storage is processed in a single-entry manner, the storage entry becomes a bottleneck of the storage, and the larger the data volume is, the higher the storage delay is. Through the engineering attribute of the construction data, a set of data partitioning strategy is established, and the data belonging to the same partition is stored in the same database file. And establishing a data storage queue according to the database files stored in blocks, and putting the storage queue into a data storage thread pool for management. And the data storage thread pool reasonably schedules the storage tasks according to the set scheduling strategy, so that the high-concurrency execution of the data storage tasks is realized. And establishing a data calculation processing task queue by taking the database files stored in blocks as a basis. The block storage of the data provides a data basis for the concurrent execution of the calculation, and the data calculation task scheduling thread pool reasonably schedules the calculation tasks according to the set scheduling strategy, so that the high concurrent execution of the data calculation tasks is realized. The calculation result of each block is still stored in the database file of the block, and the storage operation is executed when the calculation task is completed, so that the concurrent execution of the storage operation of the calculation result is realized.
The invention realizes high-concurrency and rapid storage of real-time data by designing a reasonable data fragmentation rule and a storage task scheduling strategy based on a thread pool. High-concurrency reading, calculation and processing of original data are realized through the fragment storage of the data; a data splitting strategy is established to realize the block storage of data, a storage task scheduling strategy is established according to the split data, and the high-concurrency rapid storage of a large amount of real-time data is realized. According to the split data, a scheduling strategy of a calculation task is established, high-concurrency rapid calculation processing of a large amount of data is achieved, and rapid storage of calculation results is achieved.
The above description is of the preferred embodiment of the invention. It is to be understood that the invention is not limited to the particular embodiments described above, in that devices and structures not described in detail are understood to be implemented in a manner common in the art; those skilled in the art can make many possible variations and modifications to the disclosed embodiments, or modify equivalent embodiments to equivalent variations, without departing from the spirit of the invention, using the methods and techniques disclosed above. Therefore, any simple modification, equivalent change and modification made to the above embodiments according to the technical essence of the present invention are still within the scope of the protection of the technical solution of the present invention, unless the contents of the technical solution of the present invention are departed.

Claims (1)

1. A roadbed compaction construction data high-efficiency processing system is characterized by comprising a data splitting unit, a data storage queue unit, a storage task scheduling thread pool unit, an original data storage unit, a data calculation task queue unit and a calculation task execution unit; the data splitting unit splits the original construction data according to a designed data splitting strategy, and the data belonging to the same fragment are stored in the same database file; the data storage queue unit divides original construction data into data packets, and creates a data storage queue by taking the divided data packets as units, wherein the queue is scheduled and managed by a data storage thread pool; the storage task scheduling thread pool unit schedules the storage task according to the storage task queue condition by a strategy; the original data storage unit is stored in different database files according to different data packets; the data calculation task queue unit is based on database files stored in a fragmentation mode, a calculation task is established by an original data storage file, the calculation task is placed in a queue, and the queue is managed by a calculation task scheduling thread pool; the computing task execution unit schedules the data computing tasks according to the computing task scheduling thread pool and the strategies, and the computing tasks can be executed concurrently with high concurrency number because the data to be computed are in different data files.
CN201811485278.7A 2018-12-06 2018-12-06 High-efficiency processing system for roadbed compaction construction data Active CN109597795B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201811485278.7A CN109597795B (en) 2018-12-06 2018-12-06 High-efficiency processing system for roadbed compaction construction data
PCT/CN2019/114278 WO2020114155A1 (en) 2018-12-06 2019-10-30 Subgrade compaction construction data efficient processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811485278.7A CN109597795B (en) 2018-12-06 2018-12-06 High-efficiency processing system for roadbed compaction construction data

Publications (2)

Publication Number Publication Date
CN109597795A CN109597795A (en) 2019-04-09
CN109597795B true CN109597795B (en) 2020-10-16

Family

ID=65962103

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811485278.7A Active CN109597795B (en) 2018-12-06 2018-12-06 High-efficiency processing system for roadbed compaction construction data

Country Status (2)

Country Link
CN (1) CN109597795B (en)
WO (1) WO2020114155A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109597795B (en) * 2018-12-06 2020-10-16 南京天辰礼达电子科技有限公司 High-efficiency processing system for roadbed compaction construction data

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1858735A (en) * 2005-12-30 2006-11-08 华为技术有限公司 Method for processing mass data
CN101957863A (en) * 2010-10-14 2011-01-26 广州从兴电子开发有限公司 Data parallel processing method, device and system
CN104216899A (en) * 2013-05-31 2014-12-17 济南观澜数据技术有限公司 Mass-unstructured data distributed type processing structure for description information
CN105354239A (en) * 2015-10-10 2016-02-24 中国科学院计算机网络信息中心 Configuration data processing model based processing center data stream processing method
CN106445403A (en) * 2015-08-11 2017-02-22 张凡 Distributed storage method and system aiming at paired storage of mass data
CN106777180A (en) * 2016-12-22 2017-05-31 北京京东金融科技控股有限公司 The method of high-performance distributed data conversion, apparatus and system

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10762057B2 (en) * 2016-12-09 2020-09-01 Nhn Corporation Method and system for sharing file between devices
CN109597795B (en) * 2018-12-06 2020-10-16 南京天辰礼达电子科技有限公司 High-efficiency processing system for roadbed compaction construction data

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1858735A (en) * 2005-12-30 2006-11-08 华为技术有限公司 Method for processing mass data
CN101957863A (en) * 2010-10-14 2011-01-26 广州从兴电子开发有限公司 Data parallel processing method, device and system
CN104216899A (en) * 2013-05-31 2014-12-17 济南观澜数据技术有限公司 Mass-unstructured data distributed type processing structure for description information
CN106445403A (en) * 2015-08-11 2017-02-22 张凡 Distributed storage method and system aiming at paired storage of mass data
CN105354239A (en) * 2015-10-10 2016-02-24 中国科学院计算机网络信息中心 Configuration data processing model based processing center data stream processing method
CN106777180A (en) * 2016-12-22 2017-05-31 北京京东金融科技控股有限公司 The method of high-performance distributed data conversion, apparatus and system

Also Published As

Publication number Publication date
WO2020114155A1 (en) 2020-06-11
CN109597795A (en) 2019-04-09

Similar Documents

Publication Publication Date Title
CN110908788B (en) Spark Streaming based data processing method and device, computer equipment and storage medium
CN106919675B (en) Data storage method and device
Sallinen et al. Graph colouring as a challenge problem for dynamic graph processing on distributed systems
CN110019267A (en) A kind of metadata updates method, apparatus, system, electronic equipment and storage medium
CN106126601A (en) A kind of social security distributed preprocess method of big data and system
CN103488687A (en) Searching system and searching method of big data
CN108197486A (en) Big data desensitization method, system, computer-readable medium and equipment
CN103699441A (en) MapReduce report task execution method based on task granularity
US20190079939A1 (en) Outputting map-reduce jobs to an archive file
CN104834599A (en) WEB security detection method and device
CN105224358A (en) Under a kind of cloud computing software automatically pack dispose system and method
CN110297810A (en) A kind of stream data processing method, device and electronic equipment
CN109597795B (en) High-efficiency processing system for roadbed compaction construction data
CN104853061A (en) Hadoop-based video processing method and system
KR20150056266A (en) Engine for processing fixed form and non-fixed form bigdata for controlling factory plant method thereof
CN104778252A (en) Index storage method and index storage device
CN110768786A (en) Information segmentation encryption and decryption combination system and method based on AES algorithm
CN109885620A (en) Metadata read method and device based on Hive data warehouse
CN109426438B (en) Real-time big data mirror image storage method and device
US20150160968A1 (en) Freezing a call stack
CN105468676A (en) Big data processing method
CN204906437U (en) Big data storage application network framework
US11100123B2 (en) Sharing intermediate data in map-reduce
CN112445776A (en) Presto-based dynamic barrel dividing method, system, equipment and readable storage medium
CN101833585A (en) Database server operation control system, method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant