CN114691609A - Technical data management information processing method and device - Google Patents
Technical data management information processing method and device Download PDFInfo
- Publication number
- CN114691609A CN114691609A CN202011560081.2A CN202011560081A CN114691609A CN 114691609 A CN114691609 A CN 114691609A CN 202011560081 A CN202011560081 A CN 202011560081A CN 114691609 A CN114691609 A CN 114691609A
- Authority
- CN
- China
- Prior art keywords
- file
- speed memory
- index
- representing
- management information
- 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
Links
- 230000010365 information processing Effects 0.000 title claims abstract description 11
- 238000013523 data management Methods 0.000 title claims abstract description 8
- 238000003672 processing method Methods 0.000 title claims abstract description 7
- 238000000034 method Methods 0.000 claims abstract description 14
- 238000007726 management method Methods 0.000 claims description 5
- 239000004557 technical material Substances 0.000 claims description 4
- 238000012545 processing Methods 0.000 description 3
- 238000011161 development Methods 0.000 description 2
- 230000002688 persistence Effects 0.000 description 2
- 230000002085 persistent effect Effects 0.000 description 2
- 235000000177 Indigofera tinctoria Nutrition 0.000 description 1
- 230000009286 beneficial effect Effects 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 238000004590 computer program Methods 0.000 description 1
- 229940097275 indigo Drugs 0.000 description 1
- COHYTHOBJLSHDF-UHFFFAOYSA-N indigo powder Natural products N1C2=CC=CC=C2C(=O)C1=C1C(=O)C2=CC=CC=C2N1 COHYTHOBJLSHDF-UHFFFAOYSA-N 0.000 description 1
- 230000004044 response Effects 0.000 description 1
- 238000012795 verification Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/13—File access structures, e.g. distributed indices
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/14—Details of searching files based on file metadata
- G06F16/148—File search processing
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)
- Library & Information Science (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
The invention relates to a technical data management information processing method and a device, wherein the method comprises the following steps: step S1: receiving a file uploaded by a user, and creating a unique number of the file; step S2: establishing an index directory of files, recording the index times of each file, and storing the index directory and the files with the earlier index times in a high-speed memory; step S3: when a user inquires a file, the file is called from the high-speed memory through the index directory inquiry if the file is stored in the high-speed memory. Compared with the prior art, the method and the device can improve the query and call efficiency of the file by storing the file with the index times before in the high-speed memory.
Description
Technical Field
The present invention relates to a supervisory information system, and more particularly, to a method and apparatus for processing technical data management information.
Background
In the supervision project of communication engineering, various problems and difficulties are always encountered by a supervisor in the process of carrying out field supervision, various technical data are collected for solving various problems encountered on the spot more quickly and efficiently, technical standards are provided for the supervisor to look up, how to accurately position the problems encountered in the actual supervision process is realized, the related technical data are quickly checked, the supervision efficiency is improved, and the urgent problem is created. Because the number of the data files is too large, a large amount of resources are consumed in the inquiry process, and because the number of the clients requesting at the same time is too large, the time consumption of response is long.
Disclosure of Invention
The invention aims to provide a technical data management information processing method and a device, which can improve the efficiency of inquiring and calling files by storing the files with the earlier index times in a high-speed memory.
The purpose of the invention can be realized by the following technical scheme:
a technical data management information processing method comprises the following steps:
step S1: receiving a file uploaded by a user, and creating a unique number of the file;
step S2: establishing an index directory of files, recording the index times of each file, and storing the index directory and the files with the earlier index times in a high-speed memory;
step S3: when a user inquires a file, the file is called from the high-speed memory through the index directory inquiry if the file is stored in the high-speed memory.
The medium of the high-speed memory is a flash memory.
In step S3, when the file is not stored in the high-speed memory, the file is called from the low-speed memory.
The medium of the low-speed memory is a magnetic disk.
The unique number includes:
a first code segment for characterizing a disciplinary classification of the document,
the second coding section is used for representing the uploading timestamp;
the third coding segment is used for representing an uploading user;
and the fourth coding segment is used for representing the sequence number.
A technical material management information processing apparatus comprising a memory, a processor and a program, the processor implementing the following steps when executing the program:
step S1: receiving a file uploaded by a user, and creating a unique number of the file;
step S2: establishing an index directory of files, recording the index times of each file, and storing the index directory and the files with the earlier index times in a high-speed memory;
step S3: when a user inquires a file, the file is called from the high-speed memory through the index directory inquiry if the file is stored in the high-speed memory.
Compared with the prior art, the invention has the following beneficial effects:
1) by storing the file with the index number before in the high-speed memory, the query calling efficiency of the file can be improved.
2) By designing the flash memory as a storage medium, reading and writing speeds can be increased.
3) And the magnetic disk is used as a low-speed memory, so that the cost can be reduced and the stability can be improved.
Drawings
FIG. 1 is a schematic view of the main flow of the method of the present invention.
Detailed Description
The invention is described in detail below with reference to the figures and specific embodiments. The present embodiment is implemented on the premise of the technical solution of the present invention, and a detailed implementation manner and a specific operation process are given, but the scope of the present invention is not limited to the following embodiments.
A technical data management information processing method implemented by a computer system in the form of a computer program, as shown in fig. 1, comprising:
step S1: receiving a file uploaded by a user, and creating a unique number of the file, wherein the unique number comprises: the first coding section is used for representing the subject classification of the file, and the second coding section is used for representing the uploading timestamp;
the third coding segment is used for representing an uploading user; and the fourth coding segment is used for representing the sequence number.
Step S2: establishing an index directory of files, recording the index times of each file, and storing the index directory and the files with the earlier index times in a high-speed memory;
step S3: when a user inquires a file, the file is inquired through the index directory, if the file is stored in the high-speed memory, the file is called from the high-speed memory, wherein the medium of the high-speed memory is a flash memory, and the reading and writing speed can be improved by designing the flash memory as a storage medium.
When the file is not stored in the high-speed memory, the file is called from the low-speed memory, the medium of the low-speed memory is a magnetic disk, and the magnetic disk is used as the low-speed memory, so that the cost can be reduced, and the stability can be improved.
According to the file query method and device, the files with the index times being earlier are stored in the high-speed memory, and therefore the query calling efficiency of the files can be improved.
The system can adopt a B/S multi-layer architecture, mainly adopts a JAVA-based SSH development framework, ensures the safety of data transmission by using an HTTPS protocol, adopts Eclipse INDIGO as a development tool, adopts tomcat7.0 as a middleware, and deploys the whole system in a Windows Server 2008 operating system environment. Mainly comprises the following 3 layers:
and (3) a data layer: mainly a database management system, and an Oracle11g database is adopted.
An application service layer: the method mainly provides WEB SERVICE of application, supports SOA architecture based on JAVA environment, comprises a WEB layer, a SERVICE layer, a DAO layer and a persistence layer, and needs version support of middleware tomcat above 7.0. Wherein: the WEB layer is mainly used for managing user requests, calling business layer logic and processing exceptions; a SERIVE layer: processing the service logic and service check of the application program, and managing the execution of the program; DAO layer: the data access object based on the iBatis interacts with the persistent object; a persistent layer: the persistence object based on the iBatis is operated through SQL sentences, so that the system is more flexible, has better efficiency and higher performance, and adopts the iBatis as an ORM framework.
A performance layer: the system is responsible for collecting business data and representing client verification, and mainly realizes application of various business scenarios through a traditional H5 page.
Claims (10)
1. A technical data management information processing method is characterized by comprising the following steps:
step S1: receiving a file uploaded by a user, and creating a unique number of the file;
step S2: establishing an index directory of files, recording the index times of each file, and storing the index directory and the files with the earlier index times in a high-speed memory;
step S3: when a user inquires a file, the file is called from the high-speed memory through the index directory inquiry if the file is stored in the high-speed memory.
2. The method as claimed in claim 1, wherein the medium of the high-speed memory is a flash memory.
3. The method as claimed in claim 1, wherein in step S3, when the file is not stored in the high speed memory, the file is called from the low speed memory.
4. The method as claimed in claim 3, wherein the medium of the low-speed memory is a magnetic disk.
5. The method as claimed in claim 1, wherein the unique number comprises:
a first code segment for characterizing a disciplinary classification of the document,
the second coding section is used for representing the uploading timestamp;
the third coding segment is used for representing an uploading user;
and the fourth coding segment is used for representing the sequence number.
6. A technical material management information processing apparatus comprising a memory, a processor and a program, wherein the processor implements the following steps when executing the program:
step S1: receiving a file uploaded by a user, and creating a unique number of the file;
step S2: establishing an index directory of files, recording the index times of each file, and storing the index directory and the files with the earlier index times in a high-speed memory;
step S3: when a user inquires a file, the file is called from the high-speed memory through the index directory inquiry if the file is stored in the high-speed memory.
7. The technical material management information processing apparatus according to claim 6, wherein the medium of the high speed memory is a flash memory.
8. The device of claim 6, wherein in step S3, when the file is not stored in the high speed memory, the file is called from the low speed memory.
9. The technical material management information processing apparatus according to claim 8, wherein the medium of the low-speed memory is a magnetic disk.
10. The apparatus as claimed in claim 6, wherein the unique number comprises:
a first code segment for characterizing a disciplinary classification of the document,
the second coding section is used for representing the uploading timestamp;
the third coding segment is used for representing an uploading user;
and the fourth coding segment is used for representing the sequence number.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011560081.2A CN114691609A (en) | 2020-12-25 | 2020-12-25 | Technical data management information processing method and device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011560081.2A CN114691609A (en) | 2020-12-25 | 2020-12-25 | Technical data management information processing method and device |
Publications (1)
Publication Number | Publication Date |
---|---|
CN114691609A true CN114691609A (en) | 2022-07-01 |
Family
ID=82130491
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202011560081.2A Pending CN114691609A (en) | 2020-12-25 | 2020-12-25 | Technical data management information processing method and device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN114691609A (en) |
-
2020
- 2020-12-25 CN CN202011560081.2A patent/CN114691609A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11392416B2 (en) | Automated reconfiguration of real time data stream processing | |
US20190082005A1 (en) | Managed function execution for processing data streams in real time | |
CN104090889A (en) | Method and system for data processing | |
CN112347071B (en) | Power distribution network cloud platform data fusion method and power distribution network cloud platform | |
CN103309904A (en) | Method and device for generating data warehouse ETL (Extraction, Transformation and Loading) codes | |
CN103297485B (en) | Distributed caching automated management system and distributed caching automatic management method | |
CN113835693B (en) | Code generation method, device, electronic equipment and storage medium | |
WO2023160327A1 (en) | Container image management | |
CN109669975B (en) | Industrial big data processing system and method | |
US10951540B1 (en) | Capture and execution of provider network tasks | |
CN101706823B (en) | Inquiry system and method of customized database | |
CN113297148B (en) | Method, device and equipment for collecting service log data and readable storage medium | |
CN109189724B (en) | Method and device for improving audio and video data storage efficiency of video monitoring system | |
CN106570151A (en) | Data collection processing method and system for mass files | |
CN113434473A (en) | Distributed log processing method, device, medium and electronic equipment | |
CN111782363A (en) | Method and flow system for supporting multi-service scene calling | |
CN114691609A (en) | Technical data management information processing method and device | |
US10997057B2 (en) | Debugging asynchronous functions | |
CN108846002B (en) | Label real-time updating method and system | |
US11200138B1 (en) | Policy-based request tracing using a computer | |
CN115168361A (en) | Label management method and device | |
CN114416690A (en) | Data migration device, method and storage medium for file storage to object storage | |
CN108762930A (en) | A kind of optimization method, system and the associated component of User space NFS threads | |
US12072868B1 (en) | Data retention management for partitioned datasets | |
Junwei et al. | Architecture for component library retrieval on the cloud |
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 |