CN110688073A - Data storage method, electronic device, system and medium - Google Patents

Data storage method, electronic device, system and medium Download PDF

Info

Publication number
CN110688073A
CN110688073A CN201910958925.XA CN201910958925A CN110688073A CN 110688073 A CN110688073 A CN 110688073A CN 201910958925 A CN201910958925 A CN 201910958925A CN 110688073 A CN110688073 A CN 110688073A
Authority
CN
China
Prior art keywords
target
storage
identification code
storage carrier
data
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
CN201910958925.XA
Other languages
Chinese (zh)
Other versions
CN110688073B (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.)
Shenzhen Onething Technology Co Ltd
Original Assignee
Shenzhen Onething 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 Shenzhen Onething Technology Co Ltd filed Critical Shenzhen Onething Technology Co Ltd
Priority to CN201910958925.XA priority Critical patent/CN110688073B/en
Publication of CN110688073A publication Critical patent/CN110688073A/en
Application granted granted Critical
Publication of CN110688073B publication Critical patent/CN110688073B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/0626Reducing size or complexity of storage systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0629Configuration or reconfiguration of storage systems
    • G06F3/0631Configuration or reconfiguration of storage systems by allocating resources to storage systems
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention provides a data storage method, electronic equipment, a system and a medium. The data storage method comprises the following steps: when file data are received, target equipment is called from online equipment; monitoring the mounting data of the storage carrier on the target equipment, and determining the storage carrier mounted on the target equipment; selecting a target storage carrier from the storage carriers; storing the file data to the target storage carrier; detecting whether the target storage carrier has a corresponding first identification code; generating the first identification code when detecting that the target storage carrier does not have the first identification code; and acquiring a second identification code corresponding to the file data, and storing the corresponding relation between the first identification code and the second identification code. The invention can solve the problems of high storage cost and incapability of accurately positioning the storage position of the data.

Description

Data storage method, electronic device, system and medium
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a data storage method, an electronic device, a system, and a medium.
Background
With the development of big data technology, the data volume is increased dramatically, so that the large-scale storage of data becomes a trend, at present, a server is usually adopted to match with a storage medium to store data in a large scale, the overall cost of the storage mode is higher, in addition, the identification codes of the storage medium are randomly generated and may generate the same identification code, so that the storage position of the data cannot be accurately positioned due to collision under the condition that the identification codes of the storage medium are the same.
Disclosure of Invention
The invention mainly aims to provide a data storage method, electronic equipment, a system and a medium, aiming at solving the problems of high storage cost and incapability of accurately positioning the storage position of data.
In order to achieve the above object, the present invention provides a data storage method, including:
when file data are received, target equipment is called from online equipment;
monitoring the mounting data of the storage carrier on the target equipment, and determining the storage carrier mounted on the target equipment;
selecting a target storage carrier from the storage carriers;
storing the file data to the target storage carrier;
detecting whether the target storage carrier has a corresponding first identification code;
generating the first identification code when detecting that the target storage carrier does not have the first identification code;
and acquiring a second identification code corresponding to the file data, and storing the corresponding relation between the first identification code and the second identification code.
Preferably, the retrieving the target device from the online device includes:
acquiring target information of each online device, wherein the target information comprises a plurality of pieces of sub information, and each piece of sub information corresponds to a weight value;
determining the score of each online device according to the target information of each online device;
and determining the online device with the highest score as the target device.
Preferably, the selecting a target storage carrier from the storage carriers comprises:
acquiring input/output queues in the storage carrier and the row length of each input/output queue;
determining an input/output queue corresponding to the shortest row length and constructing a queue set;
when only one input/output queue is included in the queue set, determining the storage carrier corresponding to the input/output queue as the target storage carrier, or when a plurality of input/output queues are included in the queue set, determining the remaining space in the storage carrier corresponding to each input/output queue, and determining the storage carrier with the largest remaining space as the target storage carrier.
Preferably, the storing the file data to the target storage carrier comprises:
encrypting the file data by adopting a symmetric encryption algorithm;
and storing the encrypted file data to the target storage carrier.
Preferably, the generating the first identification code comprises:
acquiring a third identification code of the target device, and a carrying path and carrying time of the target storage carrier on the target device;
generating a random number;
generating an MD5 value corresponding to the target storage carrier based on an MD5 information summarization algorithm according to the third identification code, the carrying path, the carrying time and the random number;
and generating the first identification code according to the third identification code, the MD5 value and a preset character string.
Preferably, the method further comprises:
when detecting that a first device is damaged, determining a first storage carrier mounted on the first device;
when the first storage carrier is not damaged, calling a second device from the online device;
mounting the first storage carrier to the second device.
To achieve the above object, the present invention further provides an electronic device, comprising:
a memory storing at least one instruction; and
a processor executing instructions stored in the memory to implement the data storage method.
Preferably, the electronic device is a node constituting a content distribution network or a blockchain network.
To achieve the above object, the present invention further provides a data storage system, comprising:
the calling unit is used for calling the target equipment from the online equipment when receiving the file data;
the monitoring unit is used for monitoring the mounting data of the storage carrier on the target equipment and determining the storage carrier mounted on the target equipment;
the selecting unit is used for selecting a target storage carrier from the storage carriers;
a storage unit, configured to store the file data to the target storage carrier;
the detection unit is used for detecting whether the target storage carrier has a corresponding first identification code;
a generating unit, configured to generate the first identification code when detecting that the target storage carrier does not have the first identification code;
and the execution unit is used for acquiring a second identification code corresponding to the file data and storing the corresponding relation between the first identification code and the second identification code.
Preferably, the retrieving unit retrieving the target device from the online device includes:
acquiring target information of each online device, wherein the target information comprises a plurality of pieces of sub information, and each piece of sub information corresponds to a weight value;
determining the score of each online device according to the target information of each online device;
and determining the online device with the highest score as the target device.
Preferably, the selecting unit is specifically configured to:
acquiring input/output queues in the storage carrier and the row length of each input/output queue;
determining an input/output queue corresponding to the shortest row length and constructing a queue set;
when only one input/output queue is included in the queue set, determining the storage carrier corresponding to the input/output queue as the target storage carrier, or when a plurality of input/output queues are included in the queue set, determining the remaining space in the storage carrier corresponding to each input/output queue, and determining the storage carrier with the largest remaining space as the target storage carrier.
Preferably, the storage unit is specifically configured to:
encrypting the file data by adopting a symmetric encryption algorithm;
and storing the encrypted file data to the target storage carrier.
Preferably, the generating unit is specifically configured to:
acquiring a third identification code of the target device, and a carrying path and carrying time of the target storage carrier on the target device;
generating a random number;
generating an MD5 value corresponding to the target storage carrier based on an MD5 information summarization algorithm according to the third identification code, the carrying path, the carrying time and the random number;
and generating the first identification code according to the third identification code, the MD5 value and a preset character string.
Preferably, the system further comprises:
the device comprises a determining unit, a judging unit and a judging unit, wherein the determining unit is used for determining a first storage carrier mounted on first equipment when the first equipment is detected to be damaged;
the calling unit is further used for calling a second device from the online device when the first storage carrier is not damaged;
and the mounting unit is used for mounting the first storage carrier to the second equipment.
In summary, the present invention can invoke a target device from an online device when receiving file data, monitor the mount data of the storage carrier on the target device, determine the storage carrier mounted on the target device, select a target storage carrier from the storage carriers, store the file data in the target storage carrier, detect whether the target storage carrier has a corresponding first identification code, when detecting that the target storage carrier does not have the first identification code, generating the first identification code, acquiring a second identification code corresponding to the file data, and stores the corresponding relation between the first identification code and the second identification code, and stores data by adopting hardware equipment to replace a server, thereby reducing the storage cost and, in addition, by generating the unique first identification code, the storage position of the data can be accurately positioned according to the unique first identification code when the data is read.
Drawings
FIG. 1 is a schematic flow chart of an embodiment of the present invention;
fig. 2 is a schematic diagram of an internal structure of an electronic device according to an embodiment of the disclosure;
FIG. 3 is a functional block diagram of a data storage system according to the present invention;
description of the main elements
Electronic device 1
Memory device 12
Processor with a memory having a plurality of memory cells 13
Data storage system 11
Retrieval unit 110
Monitoring unit 111
Selecting unit 112
Memory cell 113
Detection unit 114
Generating unit 115
Execution unit 116
Determining unit 117
Mounting unit 118
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The terms "first," "second," "third," "fourth," and the like in the description and in the claims of the present application and in the drawings described above, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It will be appreciated that the data so used may be interchanged under appropriate circumstances such that the embodiments described herein may be practiced otherwise than as specifically illustrated or described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
It should be noted that the description relating to "first", "second", etc. in the present invention is for descriptive purposes only and is not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include at least one such feature. In addition, technical solutions between various embodiments may be combined with each other, but must be realized by a person skilled in the art, and when the technical solutions are contradictory or cannot be realized, such a combination should not be considered to exist, and is not within the protection scope of the present invention.
The invention provides a data storage method.
Fig. 1 is a schematic flow chart according to an embodiment of the present invention. The order of the steps in the flow diagram can be changed and some steps can be omitted according to different requirements.
The data storage method is applied to one or more electronic devices, which are devices capable of automatically performing numerical calculation and/or information processing according to preset or stored instructions, and hardware devices of the electronic devices include, but are not limited to, microprocessors, Application Specific Integrated Circuits (ASICs), Programmable Gate arrays (FPGAs), Digital Signal Processors (DSPs), embedded devices, and the like.
The electronic device may be any electronic product capable of performing human-computer interaction with a user, for example, a Personal computer, a tablet computer, a smart phone, a Personal Digital Assistant (PDA), a game machine, an interactive Internet Protocol Television (IPTV), an intelligent wearable device, and the like.
The electronic device may also include a network device and/or a user device. The network device includes, but is not limited to, a single network server, a server group consisting of a plurality of network servers, or a cloud computing (cloud computing) based cloud consisting of a large number of hosts or network servers.
The Network where the electronic device is located includes, but is not limited to, the internet, a wide area Network, a metropolitan area Network, a local area Network, a Virtual Private Network (VPN), and the like.
In one embodiment, the method comprises:
s10, when the file data is received, the target device is retrieved from the online device.
In at least one embodiment of the invention, the file data may be any type of data, such as: video data, audio data, etc.
In at least one embodiment of the present invention, when heartbeat information is detected within a preset time, the electronic device determines that a device sending the heartbeat information is the online device.
The preset time may be a time point or a time period, and the present invention is not limited thereto.
The device refers to an intelligent hardware device, such as: the device comprises a player cloud, a router, an intelligent box and an NAS (Network Attached Storage), and the device has mounting capacity and can mount a plurality of Storage carriers for Storage.
Through obtaining the heartbeat information in the preset time, the limitation on the sending time of the heartbeat information is realized, the overlong interval between the determining time of the online equipment and the sending time can be avoided, and the online equipment can be accurately determined.
In at least one embodiment of the present invention, the electronic device retrieving the target device from the online device includes:
the electronic equipment acquires target information of each piece of online equipment, the target information comprises a plurality of pieces of sub information, each piece of sub information corresponds to one weight value, furthermore, the electronic equipment determines the score of each piece of online equipment according to the target information of each piece of online equipment, and further, the electronic equipment determines the online equipment with the highest score as the target equipment.
Through the implementation mode, the target device can be directly determined through the score, the determination efficiency of the target device is improved, and in addition, the device with the highest score is determined as the target device, so that the rapid storage of the file data is facilitated.
Wherein the target information includes, but is not limited to: the remaining memory, load, and the number of tasks to be deployed of each online device.
Further, the value of the weight value corresponding to each piece of sub information may be set according to specific situations, and the present invention is not limited thereto.
For example: for the residual memories which are more than 100T, the weight value is 3, the residual memories which are more than 50T and less than or equal to 100T, the weight value is 2, the residual memories which are more than 500G and less than or equal to 50T, the weight value is 1, the residual memories which are less than 500G and the weight value is 0; for loads less than 1, the weight value is 3, loads greater than or equal to 1 and less than 2, the weight value is 2, loads greater than or equal to 2, and the weight value is 1; when the number of the tasks to be deployed is less than 1, the weight value is 3, when the number is greater than or equal to 1 and less than 4, the weight value is 2, and when the number is greater than or equal to 4, the weight value is 1.
Specifically, the determining, by the electronic device, the score of each online device according to the target information of each online device includes:
and the electronic equipment multiplies the weight value corresponding to each sub-information of each online equipment to obtain the score of each online equipment.
For example: the electronic equipment obtains that the number of the tasks to be deployed is 3, the number of the remaining memories of the online equipment A is 18T, the load is 3, the number of the tasks to be deployed is 3, the remaining memories 18T is more than 500G and less than 50T, the weight value is 1, the load is 3 and more than 2, the weight value is 1, the number of the tasks to be deployed is more than 1 and less than 4, the weight value is 2, and the score of the online equipment A is 2 through calculation.
And S11, monitoring the mounting data of the storage carrier on the target device, and determining the storage carrier mounted on the target device.
In at least one embodiment of the present invention, the storage carrier mount data includes a notification message received by the target device when the storage carrier is plugged and unplugged.
In at least one embodiment of the invention, the target device may mount a plurality of storage carriers, for example: target device B mounts 6 storage carriers, it being understood that the number of storage carriers is greater than the number of target devices.
In at least one embodiment of the present invention, the target device may be connected to the storage carrier through a USB (Universal serial bus) interface, which is not limited by the present invention.
And S12, selecting a target storage carrier from the storage carriers.
In at least one embodiment of the present invention, the electronic device selecting a target storage carrier from the storage carriers comprises:
the electronic device obtains an input/output queue in the storage carriers and a column length of each input/output queue, further, the electronic device determines an input/output queue corresponding to a shortest column length and constructs a queue set, when the queue set only includes one input/output queue, the electronic device determines the storage carrier corresponding to the input/output queue as the target storage carrier, or when the queue set includes a plurality of input/output queues, the electronic device determines a remaining space in the storage carrier corresponding to each input/output queue and determines the storage carrier with the largest remaining space as the target storage carrier.
For example: the storage carriers are respectively a storage carrier A, a storage carrier B and a storage carrier C, 5 input/output queues of the storage carrier A are provided with 5 input/output, 8 input/output queues of the storage carrier B are provided with 8 input/output, and 5 input/output queues of the storage carrier C are provided with 5 input/output, the electronic equipment determines a queue corresponding to the shortest row length and constructs a queue set, the obtained queue in the queue set is a queue corresponding to the storage carrier A and a queue corresponding to the storage carrier C, and because the queue set is provided with two queues, the electronic equipment determines that the residual space of the storage carrier A is 200M and the residual space of the storage carrier C is 400M, and the residual space of the storage carrier C is larger than the residual space of the storage carrier A, further, the electronic device determines the storage carrier C as the target storage carrier.
Through the embodiment, the electronic device determines the storage carrier with the shortest row length and the largest remaining space of the input/output queue as the target storage carrier, so that the file data can be stored quickly, the storage space of each storage carrier can be balanced effectively, and the performance of data storage can be ensured.
And S13, storing the file data to the target storage carrier.
In at least one embodiment of the present invention, the electronic device storing the file data to the target storage carrier includes:
and the electronic equipment encrypts the file data by adopting a symmetric encryption algorithm, and further stores the encrypted file data to the target storage carrier.
In particular, the symmetric encryption algorithm may include, but is not limited to: a DES (Data Encryption Standard) Encryption algorithm, an AES (Advanced Encryption Standard) Encryption algorithm, and the like.
Through the implementation mode, when the file data is stored in the target storage carrier mounted on the target device, the data is not only stored, but also encrypted, so that the data is prevented from being tampered, and the safety of the data is improved.
Generally speaking, the price of each server is expensive, the price of each hardware device is relatively low, particularly high hardware configuration is not needed for storing data, and data storage can be performed by using the hardware device instead of the server to achieve the same effect.
S14, detecting whether the target storage carrier has the corresponding first identification code.
In at least one embodiment of the invention, the method further comprises:
when the first identification code of the target storage carrier is detected to exist, the electronic equipment acquires a second identification code corresponding to the file data, and stores the corresponding relation between the first identification code and the second identification code.
In addition, the corresponding relation between the first identification code and the second identification code is stored, so that the storage carrier for storing the file data can be read through the second identification code when the data is read, and the file data can be read.
S15, when detecting that the first identification code does not exist in the target storage carrier, generating the first identification code.
In at least one embodiment of the present invention, the electronic device generating the first identification code includes:
the electronic device obtains a third identification code of the target device, a carrying path and carrying time of the target storage carrier on the target device, generates a random number, generates an MD5 value corresponding to the target storage carrier based on an MD5 information digest algorithm (MD5Message-DigestAlgorithm) according to the third identification code, the carrying path, the carrying time and the random number, and further generates the first identification code according to the third identification code, the MD5 value and a preset character string.
The preset character string may be randomly generated, and the present invention is not limited thereto.
In addition, since the paths mounted on the same target device are unique, a unique first identification code can be generated according to the third identification code and the MD5 value, and then the storage location of data can be accurately determined according to the unique first identification code when data is read.
And S16, acquiring a second identification code corresponding to the file data, and storing the corresponding relation between the first identification code and the second identification code.
In at least one embodiment of the present invention, when a deployment task is received, an action of acquiring a second identification code by the electronic device is triggered, and since the deployment task includes the second identification code, the electronic device may acquire the second identification code corresponding to the file data from the deployment task.
Further, the electronic device may store the corresponding relationship in a database, where the database may be a database in a background management system in communication with the electronic device, or may be a database built in the electronic device, and the present invention is not limited thereto.
In at least one embodiment of the invention, the method further comprises:
when detecting that a first device is damaged, the electronic device determines a first storage carrier mounted on the first device, and when the first storage carrier is not damaged, the electronic device retrieves a second device from the online device, and further mounts the first storage carrier to the second device.
The method for determining the second device from the online device by the electronic device is the same as the method for determining the target device from the online device by the electronic device, and the details are not repeated herein.
Through the embodiment, when the device is determined to be damaged and the storage carrier is not damaged, the storage carrier can be mounted on the online device, so that the data on the storage carrier can be recovered.
In summary, the present invention can invoke a target device from an online device when receiving file data, monitor the mount data of the storage carrier on the target device, determine the storage carrier mounted on the target device, select a target storage carrier from the storage carriers, store the file data in the target storage carrier, detect whether the target storage carrier has a corresponding first identification code, when detecting that the target storage carrier does not have the first identification code, generating the first identification code, acquiring a second identification code corresponding to the file data, and stores the corresponding relation between the first identification code and the second identification code, and stores data by adopting hardware equipment to replace a server, thereby reducing the storage cost and, in addition, by generating the unique first identification code, the storage position of the data can be accurately positioned according to the unique first identification code when the data is read.
Referring to fig. 2, in the present embodiment, the electronic device 1 may be a node constituting a content distribution network or a blockchain network.
The electronic device 1 may comprise a memory 12, a processor 13 and a bus, and may further comprise a computer program, such as a data storage program, stored in the memory 12 and executable on the processor 13.
It will be understood by those skilled in the art that the schematic diagram is merely an example of the electronic device 1, and does not constitute a limitation to the electronic device 1, the electronic device 1 may have a bus-type structure or a star-type structure, the electronic device 1 may further include more or less hardware or software than those shown in the figures, or different component arrangements, for example, the electronic device 1 may further include an input and output device, a network access device, and the like.
It should be noted that the electronic device 1 is only an example, and other existing or future electronic products, such as those that can be adapted to the present invention, should also be included in the scope of the present invention, and are included herein by reference.
The memory 12 includes at least one type of readable storage medium, which includes flash memory, a removable hard drive, a multimedia card, a card-type memory (e.g., SD or DX memory, etc.), a magnetic memory, a magnetic disk, an optical disk, and the like. The memory 12 may in some embodiments be an internal storage unit of the electronic device 1, for example a removable hard disk of the electronic device 1. The memory 12 may also be an external storage device of the electronic device 1 in other embodiments, such as a plug-in mobile hard disk provided on the electronic device 1, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and so on. Further, the memory 12 may also include both an internal storage unit and an external storage device of the electronic device 1. The memory 12 may be used not only to store application software installed in the electronic device 1 and various types of data, such as codes of a data storage program, etc., but also to temporarily store data that has been output or is to be output.
The processor 13 may be composed of an integrated circuit in some embodiments, for example, a single packaged integrated circuit, or may be composed of a plurality of integrated circuits packaged with the same or different functions, including one or more Central Processing Units (CPUs), microprocessors, digital Processing chips, graphics processors, and combinations of various control chips. The processor 13 is a Control Unit (Control Unit) of the electronic device 1, connects various components of the electronic device 1 by using various interfaces and lines, and executes various functions and processes data of the electronic device 1 by running or executing programs or modules (for example, executing a data storage program and the like) stored in the memory 12 and calling data stored in the memory 12.
The processor 13 executes an operating system of the electronic device 1 and various installed application programs. The processor 13 executes the application program to implement the steps in the above-described respective data storage method embodiments, such as steps S10, S11, S12, S13, S14, S15, S16 shown in fig. 1.
Alternatively, the processor 13, when executing the computer program, implements the functions of the modules/units in the above device embodiments, for example: when file data are received, target equipment is called from online equipment; monitoring the mounting data of the storage carrier on the target equipment, and determining the storage carrier mounted on the target equipment; selecting a target storage carrier from the storage carriers; storing the file data to the target storage carrier; detecting whether the target storage carrier has a corresponding first identification code; generating the first identification code when detecting that the target storage carrier does not have the first identification code; and acquiring a second identification code corresponding to the file data, and storing the corresponding relation between the first identification code and the second identification code.
Illustratively, the computer program may be divided into one or more modules/units, which are stored in the memory 12 and executed by the processor 13 to accomplish the present invention. The one or more modules/units may be a series of computer program instruction segments capable of performing specific functions, which are used to describe the execution process of the computer program in the electronic device 1. For example, the computer program may be divided into a calling unit 110, a monitoring unit 111, a selecting unit 112, a storing unit 113, a detecting unit 114, a generating unit 115, an executing unit 116, a determining unit 117, and a mounting unit 118.
The bus may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one arrow is shown in FIG. 2, but this does not indicate only one bus or one type of bus. The bus is arranged to enable connection communication between the memory 12 and the at least one processor 13 etc.
Although not shown, the electronic device 1 may further include a power supply (such as a battery) for supplying power to each component, and preferably, the power supply may be logically connected to the at least one processor 13 through a power management device, so as to implement functions of managing charging, discharging, and power consumption through the power management device. The power supply may also include any component of one or more dc or ac power sources, recharging devices, power failure detection circuitry, power converters or inverters, power status indicators, and the like. The electronic device 1 may further include various sensors, a bluetooth module, a Wi-Fi module, and the like, which are not described herein again.
Further, the electronic device 1 may further include a network interface, and optionally, the network interface may include a wired interface and/or a wireless interface (such as a Wi-Fi interface, a bluetooth interface, etc.), which are generally used for establishing a communication connection between the electronic device 1 and other electronic devices.
Optionally, the electronic device 1 may further comprise a user interface, which may comprise a Display (Display), an input unit such as a Keyboard (Keyboard), and optionally a standard wired interface as well as a wireless interface. In some embodiments, the display may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an Organic Light-Emitting Diode (OLED) touch screen, or the like. The display, which may also be referred to as a display screen or display unit, is used for displaying information processed in the electronic device 1 and for displaying a visualized user interface.
It is to be understood that the described embodiments are for purposes of illustration only and that the scope of the appended claims is not limited to such structures.
The integrated unit implemented in the form of a software functional module may be stored in a computer-readable storage medium. The software functional module is stored in a storage medium and includes several instructions to enable a computer device (which may be a personal computer, a computer device, or a network device) or a processor (processor) to execute parts of the methods according to the embodiments of the present invention.
The integrated modules/units of the electronic device 1 may be stored in a computer-readable storage medium if they are implemented in the form of software functional units and sold or used as separate products. Based on such understanding, all or part of the flow of the method according to the embodiments of the present invention may be implemented by a computer program, which may be stored in a computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method embodiments may be implemented.
Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer-readable medium may include: any entity or device capable of carrying said computer program code, recording medium, U-disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM).
Fig. 2 only shows the electronic device 1 with the components 12-13, and a data storage program, and it will be understood by those skilled in the art that the structure shown in fig. 2 does not constitute a limitation of the electronic device 1, and may comprise fewer or more components than shown, or a combination of certain components, or a different arrangement of components.
In conjunction with fig. 1, the memory 12 in the electronic device 1 stores a plurality of instructions to implement a data storage method, and the processor 13 can execute the plurality of instructions to implement: when file data are received, target equipment is called from online equipment; monitoring the mounting data of the storage carrier on the target equipment, and determining the storage carrier mounted on the target equipment; selecting a target storage carrier from the storage carriers; storing the file data to the target storage carrier; detecting whether the target storage carrier has a corresponding first identification code; generating the first identification code when detecting that the target storage carrier does not have the first identification code; and acquiring a second identification code corresponding to the file data, and storing the corresponding relation between the first identification code and the second identification code.
Specifically, the processor 13 may refer to the description of the relevant steps in the embodiment corresponding to fig. 1 for a specific implementation method of the instruction, which is not described herein again.
Referring to FIG. 3, a functional block diagram of a data storage system according to the present invention is shown. The data storage system 11 includes a calling unit 110, a monitoring unit 111, a selecting unit 112, a storage unit 113, a detecting unit 114, a generating unit 115, an executing unit 116, a determining unit 117, and a mounting unit 118. The module/unit referred to in the present invention refers to a series of computer program segments that can be executed by the processor 13 and that can perform a fixed function, and that are stored in the memory 12. In the present embodiment, the functions of the modules/units will be described in detail in the following embodiments.
When receiving the document data, the retrieval unit 110 retrieves the target device from the online devices.
In at least one embodiment of the invention, the file data may be any type of data, such as: video data, audio data, etc.
In at least one embodiment of the present invention, when heartbeat information is detected within a preset time, the determining unit 117 determines that a device that transmits the heartbeat information is the online device.
The preset time may be a time point or a time period, and the present invention is not limited thereto.
The device refers to an intelligent hardware device, such as: the device comprises a player cloud, a router, an intelligent box and an NAS (Network Attached Storage), and the device has mounting capacity and can mount a plurality of Storage carriers for Storage.
Through obtaining the heartbeat information in the preset time, the limitation on the sending time of the heartbeat information is realized, the overlong interval between the determining time of the online equipment and the sending time can be avoided, and the online equipment can be accurately determined.
In at least one embodiment of the present invention, the retrieving unit 110 retrieves the target device from the online device, including:
the retrieving unit 110 obtains target information of each online device, where the target information includes a plurality of pieces of sub information, each piece of sub information corresponds to a weight value, further, the retrieving unit 110 determines a score of each online device according to the target information of each online device, and further, the retrieving unit 110 determines the online device with the highest score as the target device.
Through the implementation mode, the target device can be directly determined through the score, the determination efficiency of the target device is improved, and in addition, the device with the highest score is determined as the target device, so that the rapid storage of the file data is facilitated.
Wherein the target information includes, but is not limited to: the remaining memory, load, and the number of tasks to be deployed of each online device.
Further, the value of the weight value corresponding to each piece of sub information may be set according to specific situations, and the present invention is not limited thereto.
For example: for the residual memories which are more than 100T, the weight value is 3, the residual memories which are more than 50T and less than or equal to 100T, the weight value is 2, the residual memories which are more than 500G and less than or equal to 50T, the weight value is 1, the residual memories which are less than 500G and the weight value is 0; for loads less than 1, the weight value is 3, loads greater than or equal to 1 and less than 2, the weight value is 2, loads greater than or equal to 2, and the weight value is 1; when the number of the tasks to be deployed is less than 1, the weight value is 3, when the number is greater than or equal to 1 and less than 4, the weight value is 2, and when the number is greater than or equal to 4, the weight value is 1.
Specifically, the determining, by the retrieving unit 110, the score of each online device according to the target information of each online device includes:
the retrieving unit 110 multiplies each weight value corresponding to each sub-information of each online device to obtain a score of each online device.
For example: the invoking unit 110 obtains that the remaining memory of the online device a is 18T, the load is 3, the number of tasks to be deployed is 3, the remaining memory 18T is a remaining memory that is greater than 500G and less than 50T, the weight value is 1, the load 3 is a load that is greater than 2, the weight value is 1, the number of tasks to be deployed is greater than 1 and less than 4, the weight value is 2, and the score of the online device a is 2 through calculation.
The monitoring unit 111 monitors the mounting data of the storage carrier on the target device, and determines the storage carrier mounted on the target device.
In at least one embodiment of the present invention, the storage carrier mount data includes a notification message received by the target device when the storage carrier is plugged and unplugged.
In at least one embodiment of the invention, the target device may mount a plurality of storage carriers, for example: target device B mounts 6 storage carriers, it being understood that the number of storage carriers is greater than the number of target devices.
In at least one embodiment of the present invention, the target device may be connected to the storage carrier through a USB (Universal serial bus) interface, which is not limited by the present invention.
The selecting unit 112 selects a target storage carrier from the storage carriers.
In at least one embodiment of the present invention, the selecting unit 112 selects the target storage carrier from the storage carriers includes:
the selecting unit 112 obtains the i/o queues in the storage carriers and the row length of each i/o queue, further, the selecting unit 112 determines the i/o queue corresponding to the shortest row length and constructs a queue set, when the queue set includes only one i/o queue, the selecting unit 112 determines the storage carrier corresponding to the i/o queue as the target storage carrier, or when the queue set includes a plurality of i/o queues, the selecting unit 112 determines the remaining space in the storage carrier corresponding to each i/o queue and determines the storage carrier with the largest remaining space as the target storage carrier.
For example: the storage carriers are respectively a storage carrier a, a storage carrier B and a storage carrier C, 5 input/output queues of the storage carrier a have 5 input/output, 8 input/output queues of the storage carrier B have 8 input/output, and 5 input/output queues of the storage carrier C have 5 input/output, the selecting unit 112 determines a queue corresponding to the shortest row length and constructs a queue set, and the queues in the queue set are the queue corresponding to the storage carrier a and the queue corresponding to the storage carrier C, because two queues are in the queue set, the selecting unit 112 determines that the remaining space of the storage carrier a is 200M and the remaining space of the storage carrier C is 400M, and the remaining space of the storage carrier C is larger than the remaining space of the storage carrier a, further, the selecting unit 112 determines the storage carrier C as the target storage carrier.
Through the above embodiment, the selecting unit 112 determines the storage carrier with the shortest row length and the largest remaining space of the input/output queue as the target storage carrier, so that not only can the file data be stored quickly, but also the storage space of each storage carrier can be balanced effectively, and in addition, the performance of data storage can be ensured.
The storage unit 113 stores the file data to the target storage carrier.
In at least one embodiment of the present invention, the storing unit 113 stores the file data to the target storage carrier includes:
the storage unit 113 encrypts the file data by using a symmetric encryption algorithm, and further, the storage unit 113 stores the encrypted file data to the target storage carrier.
In particular, the symmetric encryption algorithm may include, but is not limited to: a DES (Data Encryption Standard) Encryption algorithm, an AES (Advanced Encryption Standard) Encryption algorithm, and the like.
Through the implementation mode, when the file data is stored in the target storage carrier mounted on the target device, the data is not only stored, but also encrypted, so that the data is prevented from being tampered, and the safety of the data is improved.
Generally speaking, the price of each server is expensive, the price of each hardware device is relatively low, particularly high hardware configuration is not needed for storing data, and data storage can be performed by using the hardware device instead of the server to achieve the same effect.
The detection unit 114 detects whether the target storage carrier has a corresponding first identification code.
In at least one embodiment of the invention, the method further comprises:
when detecting that the target storage carrier has the first identification code, the execution unit 116 obtains a second identification code corresponding to the file data, and stores a corresponding relationship between the first identification code and the second identification code.
In addition, the corresponding relation between the first identification code and the second identification code is stored, so that the storage carrier for storing the file data can be read through the second identification code when the data is read, and the file data can be read.
The generating unit 115 generates the first identification code when detecting that the target storage carrier does not have the first identification code.
In at least one embodiment of the present invention, the generating unit 115 generates the first identification code including:
the generating unit 115 obtains a third identification code of the target device, a loading path and a loading time of the target storage carrier on the target device, the generating unit 115 generates a random number, generates an MD5 value corresponding to the target storage carrier based on an MD5 information Digest Algorithm (MD5Message-Digest Algorithm) according to the third identification code, the loading path, the loading time and the random number, and further, the generating unit 115 generates the first identification code according to the third identification code, the MD5 value and a preset character string.
The preset character string may be randomly generated, and the present invention is not limited thereto.
In addition, since the paths mounted on the same target device are unique, a unique first identification code can be generated according to the third identification code and the MD5 value, and then the storage location of data can be accurately determined according to the unique first identification code when data is read.
The execution unit 116 obtains a second identification code corresponding to the file data, and stores a corresponding relationship between the first identification code and the second identification code.
In at least one embodiment of the present invention, when a deployment task is received, the execution unit 116 is triggered to acquire a second identification code, and since the deployment task includes the second identification code, the execution unit 116 may acquire the second identification code corresponding to the file data from the deployment task.
Further, the execution unit 116 may store the corresponding relationship in a database, where the database may be a database in a background management system in communication with the electronic device, or may be a database built in the electronic device, and the present invention is not limited thereto.
In at least one embodiment of the invention, the method further comprises:
when detecting that a first device is damaged, the determining unit 117 determines a first storage carrier mounted on the first device, when the first storage carrier is not damaged, the retrieving unit 110 retrieves a second device from the online device, and further, the mounting unit 118 mounts the first storage carrier to the second device.
The manner of retrieving the second device from the online device by the retrieving unit 110 is the same as the method of retrieving the target device from the online device by the electronic device, which is not described herein again.
Through the embodiment, when the device is determined to be damaged and the storage carrier is not damaged, the storage carrier can be mounted on the online device, so that the data on the storage carrier can be recovered.
In summary, the present invention can invoke a target device from an online device when receiving file data, monitor the mount data of the storage carrier on the target device, determine the storage carrier mounted on the target device, select a target storage carrier from the storage carriers, store the file data in the target storage carrier, detect whether the target storage carrier has a corresponding first identification code, when detecting that the target storage carrier does not have the first identification code, generating the first identification code, acquiring a second identification code corresponding to the file data, and stores the corresponding relation between the first identification code and the second identification code, and stores data by adopting hardware equipment to replace a server, thereby reducing the storage cost and, in addition, by generating the unique first identification code, the storage position of the data can be accurately positioned according to the unique first identification code when the data is read.
In the above embodiments, all or part may be implemented by software, hardware devices, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product.
The computer program product includes one or more computer instructions. When loaded and executed on a computer, cause the processes or functions described in accordance with the embodiments of the invention to occur, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored in a computer readable storage medium or transmitted from one computer readable storage medium to another, for example, from one website site, computer, server, or data center to another website site, computer, server, or data center via wired (e.g., coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wireless (e.g., infrared, wireless, microwave, etc.). The computer-readable storage medium can be any available medium that a computer can store or a data storage device, such as a server, a data center, etc., that is integrated with one or more available media. The usable medium may be a magnetic medium (e.g., floppy Disk, removable hard Disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., Solid State Disk (SSD)), among others.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus and method may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in the form of a hardware device, and can also be realized in the form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application may be substantially implemented or contributed to by the prior art, or all or part of the technical solution may be embodied in a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-only memory (ROM), a magnetic disk, or an optical disk.
It should be noted that the above-mentioned numbers of the embodiments of the present invention are merely for description, and do not represent the merits of the embodiments. And the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, apparatus, article, or method that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, apparatus, article, or method. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, apparatus, article, or method that includes the element.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. A method of data storage, the method comprising:
when file data are received, target equipment is called from online equipment;
monitoring the mounting data of the storage carrier on the target equipment, and determining the storage carrier mounted on the target equipment;
selecting a target storage carrier from the storage carriers;
storing the file data to the target storage carrier;
detecting whether the target storage carrier has a corresponding first identification code;
generating the first identification code when detecting that the target storage carrier does not have the first identification code;
and acquiring a second identification code corresponding to the file data, and storing the corresponding relation between the first identification code and the second identification code.
2. The data storage method of claim 1, wherein said invoking the target device from the online device comprises:
acquiring target information of each online device, wherein the target information comprises a plurality of pieces of sub information, and each piece of sub information corresponds to a weight value;
determining the score of each online device according to the target information of each online device;
and determining the online device with the highest score as the target device.
3. The data storage method of claim 1, wherein said selecting a target storage carrier from said storage carriers comprises:
acquiring input/output queues in the storage carrier and the row length of each input/output queue;
determining an input/output queue corresponding to the shortest row length and constructing a queue set;
when only one input/output queue is included in the queue set, determining the storage carrier corresponding to the input/output queue as the target storage carrier, or when a plurality of input/output queues are included in the queue set, determining the remaining space in the storage carrier corresponding to each input/output queue, and determining the storage carrier with the largest remaining space as the target storage carrier.
4. The data storage method of claim 1, wherein said storing said file data to said target storage carrier comprises:
encrypting the file data by adopting a symmetric encryption algorithm;
and storing the encrypted file data to the target storage carrier.
5. The data storage method of claim 1, wherein said generating the first identification code comprises:
acquiring a third identification code of the target device, and a carrying path and carrying time of the target storage carrier on the target device;
generating a random number;
generating an MD5 value corresponding to the target storage carrier based on an MD5 information summarization algorithm according to the third identification code, the carrying path, the carrying time and the random number;
and generating the first identification code according to the third identification code, the MD5 value and a preset character string.
6. The data storage method of claim 1, wherein the method further comprises:
when detecting that a first device is damaged, determining a first storage carrier mounted on the first device;
when the first storage carrier is not damaged, calling a second device from the online device;
mounting the first storage carrier to the second device.
7. An electronic device, characterized in that the electronic device comprises:
a memory storing at least one instruction; and
a processor executing instructions stored in the memory to implement a data storage method as claimed in any one of claims 1 to 6.
8. The electronic device of claim 7, wherein the electronic device is a node that constitutes a content distribution network or a blockchain network.
9. A data storage system, the system comprising:
the calling unit is used for calling the target equipment from the online equipment when receiving the file data;
the monitoring unit is used for monitoring the mounting data of the storage carrier on the target equipment and determining the storage carrier mounted on the target equipment;
the selecting unit is used for selecting a target storage carrier from the storage carriers;
a storage unit, configured to store the file data to the target storage carrier;
the detection unit is used for detecting whether the target storage carrier has a corresponding first identification code;
a generating unit, configured to generate the first identification code when detecting that the target storage carrier does not have the first identification code;
and the execution unit is used for acquiring a second identification code corresponding to the file data and storing the corresponding relation between the first identification code and the second identification code.
10. A computer-readable storage medium having stored thereon a data storage program executable by one or more processors to implement a data storage method as claimed in any one of claims 1 to 6.
CN201910958925.XA 2019-10-10 2019-10-10 Data storage method, electronic device, system and medium Active CN110688073B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910958925.XA CN110688073B (en) 2019-10-10 2019-10-10 Data storage method, electronic device, system and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910958925.XA CN110688073B (en) 2019-10-10 2019-10-10 Data storage method, electronic device, system and medium

Publications (2)

Publication Number Publication Date
CN110688073A true CN110688073A (en) 2020-01-14
CN110688073B CN110688073B (en) 2023-07-14

Family

ID=69112152

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910958925.XA Active CN110688073B (en) 2019-10-10 2019-10-10 Data storage method, electronic device, system and medium

Country Status (1)

Country Link
CN (1) CN110688073B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115205285A (en) * 2022-09-13 2022-10-18 合肥中科类脑智能技术有限公司 Equipment with overhead line defect identification algorithm and defect identification method thereof

Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4237375A (en) * 1977-10-20 1980-12-02 Firma Interlock Sicherheitssysteme Gmbh Opto-electronic apparatus for reading information contained in an information carrier
WO1997000496A1 (en) * 1993-08-16 1997-01-03 Texas Digital Systems, Inc. Apparatus and method for monitoring a plurality of coded articles
CN1229481A (en) * 1997-05-07 1999-09-22 皇家菲利浦电子有限公司 Device provided with recording unit and memory
CN1711606A (en) * 2002-11-07 2005-12-21 皇家飞利浦电子股份有限公司 Record carrier having a main file system area and a virtual file system area
CN101010744A (en) * 2004-08-30 2007-08-01 皇家飞利浦电子股份有限公司 Rendering pre-recorded and additional content
US20090083563A1 (en) * 2007-09-26 2009-03-26 Atsushi Murase Power efficient data storage with data de-duplication
CN103634335A (en) * 2012-08-21 2014-03-12 宏碁股份有限公司 A network access apparatus management method, a system thereof and an apparatus thereof
US20160124657A1 (en) * 2014-10-29 2016-05-05 Cleversafe, Inc. Deterministically sharing a plurality of processing resources
CN105635287A (en) * 2015-12-31 2016-06-01 深圳市网心科技有限公司 File transmission system and method
US20160357739A1 (en) * 2015-06-02 2016-12-08 Oracle International Corporation Techniques for tenant controlled visualizations and management of files in cloud storage systems
WO2018045860A1 (en) * 2016-09-12 2018-03-15 华为技术有限公司 File system mounting method, apparatus and equipment
WO2018059222A1 (en) * 2016-09-28 2018-04-05 杭州海康威视数字技术股份有限公司 File slice uploading method and apparatus, and cloud storage system
US20180203614A1 (en) * 2017-01-19 2018-07-19 International Business Machines Corporation Workload performance in a multi-tier storage environment
US20180210676A1 (en) * 2017-01-23 2018-07-26 International Business Machines Corporation Lazy mechanism for preventing unneeded data replication in a multi-tier storage environment
CN109189342A (en) * 2018-08-30 2019-01-11 郑州云海信息技术有限公司 A kind of disk hanging method, device, equipment and storage medium
CN109271363A (en) * 2018-09-17 2019-01-25 平安科技(深圳)有限公司 A kind of method and apparatus of file storage
CN109409975A (en) * 2018-07-30 2019-03-01 马海龙 Block chain merchandise storage device, block chain commodity storage system, recording device and block chain management system
CN110109765A (en) * 2019-05-15 2019-08-09 深圳市网心科技有限公司 Storage device recognition methods, electronic equipment, system and medium

Patent Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4237375A (en) * 1977-10-20 1980-12-02 Firma Interlock Sicherheitssysteme Gmbh Opto-electronic apparatus for reading information contained in an information carrier
WO1997000496A1 (en) * 1993-08-16 1997-01-03 Texas Digital Systems, Inc. Apparatus and method for monitoring a plurality of coded articles
CN1229481A (en) * 1997-05-07 1999-09-22 皇家菲利浦电子有限公司 Device provided with recording unit and memory
CN1711606A (en) * 2002-11-07 2005-12-21 皇家飞利浦电子股份有限公司 Record carrier having a main file system area and a virtual file system area
CN101010744A (en) * 2004-08-30 2007-08-01 皇家飞利浦电子股份有限公司 Rendering pre-recorded and additional content
US20090083563A1 (en) * 2007-09-26 2009-03-26 Atsushi Murase Power efficient data storage with data de-duplication
CN103634335A (en) * 2012-08-21 2014-03-12 宏碁股份有限公司 A network access apparatus management method, a system thereof and an apparatus thereof
US20160124657A1 (en) * 2014-10-29 2016-05-05 Cleversafe, Inc. Deterministically sharing a plurality of processing resources
US20160357739A1 (en) * 2015-06-02 2016-12-08 Oracle International Corporation Techniques for tenant controlled visualizations and management of files in cloud storage systems
CN105635287A (en) * 2015-12-31 2016-06-01 深圳市网心科技有限公司 File transmission system and method
WO2018045860A1 (en) * 2016-09-12 2018-03-15 华为技术有限公司 File system mounting method, apparatus and equipment
WO2018059222A1 (en) * 2016-09-28 2018-04-05 杭州海康威视数字技术股份有限公司 File slice uploading method and apparatus, and cloud storage system
US20180203614A1 (en) * 2017-01-19 2018-07-19 International Business Machines Corporation Workload performance in a multi-tier storage environment
US20180210676A1 (en) * 2017-01-23 2018-07-26 International Business Machines Corporation Lazy mechanism for preventing unneeded data replication in a multi-tier storage environment
CN109409975A (en) * 2018-07-30 2019-03-01 马海龙 Block chain merchandise storage device, block chain commodity storage system, recording device and block chain management system
CN109189342A (en) * 2018-08-30 2019-01-11 郑州云海信息技术有限公司 A kind of disk hanging method, device, equipment and storage medium
CN109271363A (en) * 2018-09-17 2019-01-25 平安科技(深圳)有限公司 A kind of method and apparatus of file storage
CN110109765A (en) * 2019-05-15 2019-08-09 深圳市网心科技有限公司 Storage device recognition methods, electronic equipment, system and medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115205285A (en) * 2022-09-13 2022-10-18 合肥中科类脑智能技术有限公司 Equipment with overhead line defect identification algorithm and defect identification method thereof

Also Published As

Publication number Publication date
CN110688073B (en) 2023-07-14

Similar Documents

Publication Publication Date Title
WO2013142991A1 (en) Managing capacity on demand in a server cloud
CN112035571A (en) Data synchronization method, device, equipment and storage medium
US11726856B2 (en) Systems and methods for identification of issue resolutions using collaborative filtering
US20180342039A1 (en) System and method for machine learning with nvme-of ethernet ssd chassis with embedded gpu in ssd form factor
CN112559535A (en) Multithreading-based asynchronous task processing method, device, equipment and medium
CN110647409B (en) Message writing method, electronic device, system and medium
US11228518B2 (en) Systems and methods for extended support of deprecated products
CN110688073B (en) Data storage method, electronic device, system and medium
CN111245727B (en) Message routing method, electronic device, proxy node and medium based on DHT network
CN110879701B (en) Workflow visual configuration method, server, system and medium
CN110730228A (en) Data storage method, electronic device, system and medium
CN111245948A (en) DHT network connection method, electronic device, and medium
US20110270814A1 (en) Expanding Functionality Of One Or More Hard Drive Bays In A Computing System
US20160117634A1 (en) Real-Time Equipment Inventory Collection in an Enterprise Server Environment
CN112257078B (en) Block chain encryption and decryption service security trusted system based on TEE technology
CN114995904A (en) Pull-down frame component loading method and related device
US11941094B2 (en) Screen unlocking method and apparatus, and computer device and storage medium
US20200293420A1 (en) Dynamic device detection and enhanced device management
CN110716806A (en) Edge node computing capacity determination method, electronic device, system and medium
CN110730110A (en) Node exception handling method, electronic device, system and medium
CN110879743A (en) Task elimination method, device, system and medium based on edge computing environment
CN110955718A (en) Data visualization configuration method, server, system and medium
CN111078550A (en) Software testing method and device, computer device and storage medium
CN113297228B (en) MySQL writing method, device, equipment and medium based on multiple live instances
CN114860349B (en) Data loading method, device, equipment and medium

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