CN114896058B - Dispatching system and dispatching method based on memory operation - Google Patents

Dispatching system and dispatching method based on memory operation Download PDF

Info

Publication number
CN114896058B
CN114896058B CN202210449798.2A CN202210449798A CN114896058B CN 114896058 B CN114896058 B CN 114896058B CN 202210449798 A CN202210449798 A CN 202210449798A CN 114896058 B CN114896058 B CN 114896058B
Authority
CN
China
Prior art keywords
data
address
module
initial service
field table
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202210449798.2A
Other languages
Chinese (zh)
Other versions
CN114896058A (en
Inventor
陈仕涵
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nanjing Dinghua Intelligent System Co ltd
Original Assignee
Nanjing Dinghua Intelligent System Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nanjing Dinghua Intelligent System Co ltd filed Critical Nanjing Dinghua Intelligent System Co ltd
Priority to CN202210449798.2A priority Critical patent/CN114896058B/en
Priority to TW111120642A priority patent/TWI814419B/en
Publication of CN114896058A publication Critical patent/CN114896058A/en
Application granted granted Critical
Publication of CN114896058B publication Critical patent/CN114896058B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • G06F9/505Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the load
    • 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/061Improving I/O performance
    • 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/0655Vertical data movement, i.e. input-output transfer; data movement between one or more hosts and one or more storage devices
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5083Techniques for rebalancing the load in a distributed system
    • G06F9/5088Techniques for rebalancing the load in a distributed system involving task migration
    • 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
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Memory System Of A Hierarchy Structure (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a dispatch system and a dispatch method based on memory operation. The dispatch system includes a storage device. The storage device stores a plurality of modules, initial service data, data conversion specifications, and operation specifications. The storage device includes a processor, and the processor executes a plurality of modules. The plurality of modules comprise a data conversion module, an operation module and a transmission module. The data conversion module performs data compression on the initial service data according to the data conversion specification to generate object data. The operation module executes the operation in the operation specification on the object data; and the operation module obtains the address of each object in the object data according to the hash function. The transmission module extracts the corresponding object in the object data according to the address to generate output data. The dispatching system can transmit and operate service data and a field table between systems through memory operation, data conversion specification and operation specification.

Description

Dispatching system and dispatching method based on memory operation
Technical Field
The invention relates to a dispatch system and dispatch method based on memory operation.
Background
Currently, in order to transmit a large amount of shop data during the Work In Process (WIP) manufacturing operation, in the conventional manufacturing scenario, when a Database (Database) is used as a center and a user side issues an instruction or modifies data, the data needs to be stored in the Database (Database), and then the scheduling or dispatch system accesses the Database to perform operations. In this regard, the conventional dispatch operation not only causes a large workload of the server side in manufacturing or dispatch, but also has to be linked with the database and the server side, so that the conventional dispatch operation has a large transmission amount and a heavy operation load, and cannot effectively improve the transmission and operation efficiency.
Disclosure of Invention
The invention aims at a dispatch system and a dispatch method based on memory operation, which can effectively improve transmission efficiency and reduce on-line complexity through memory operation, data conversion specification and operation specification.
According to an embodiment of the present invention, the dispatch system includes a storage device. The storage device stores a plurality of modules, initial service data, data conversion specifications, and operation specifications. The storage device includes a processor, and the processor executes a plurality of modules. The plurality of modules comprise a data conversion module, an operation module and a transmission module. The data conversion module performs data compression on the initial service data according to the data conversion specification to generate object data. The operation module executes the operation in the operation specification on the object data; and the operation module obtains the address of each object in the object data according to the hash function. The transmission module extracts the corresponding object in the object data according to the address to generate output data. The dispatching system can transmit and operate service data and a field table among the systems through memory operation, data conversion specification and operation specification, so as to reduce access to a database and a servo end, further achieve an decentralised manufacturing scene, reduce access to the database and the servo end, and further achieve the decentralised manufacturing scene.
According to an embodiment of the present invention, the dispatch method of the present invention includes the steps of: performing data compression on the initial service data according to the data conversion specification to generate object data; performing an operation in an operation specification on the object data; the operation module obtains the address of each object in the object data according to the hash function; and extracting the corresponding object in the object data according to the address to generate output data.
Based on the above, the dispatching system and the dispatching method of the invention can achieve the purposes of sharing the intercommunication memory data and extracting part of the required data in the service data through the memory operation, the data conversion specification and the operation specification, so as to effectively improve the transmission efficiency and reduce the online complexity.
In order to make the above features and advantages of the present invention more comprehensible, embodiments accompanied with figures are described in detail below.
Drawings
FIG. 1 is a diagram of a dispatch system based on memory operations according to an embodiment of the present invention;
FIG. 2 is a flow chart of a dispatch method based on memory operations according to an embodiment of the invention;
FIG. 3 is a schematic diagram illustrating the implementation of the data conversion and operation specifications according to an embodiment of the present invention;
FIG. 4 is a diagram illustrating the execution of a data image and the generation of shared data according to an embodiment of the present invention;
FIG. 5 is a diagram of performing data compression and updating a field table according to an embodiment of the present invention;
FIG. 6 is a schematic diagram of performing sharing of data according to an embodiment of the present invention.
Description of the reference numerals
100: a dispatch system;
110: a storage device;
111: a processor;
112: a data conversion module;
113: an operation module;
114: a transmission module;
300: a storage device;
310: a processor;
320: a controller;
330: an arithmetic logic unit;
340: a buffer block;
350: a data set area 1;
360: a data set area N;
410: a memory manager;
411: a data mapping unit;
412: service class 1;
413: service class 2;
414: a transmission module;
416: outputting data;
420: a processor;
421: a loading unit;
422: an object set block 1;
423: an object set block 2;
424: an object set block 3;
425: a data mapping unit;
426: processing logic;
531. 532, 533, 541, 542: a field table;
520: a memory;
521: lot number 1;
522: lot number 2;
610: advanced planning and scheduling systems;
611: a buffer block;
612: object data;
620: a manufacturing execution system;
627: a buffer block;
630: sharing data;
631: object data;
632. 634, 635, 636, 637, 638: object data;
633. 639: a hash value;
s210 to S240, S415, S511, S512, S621 to S626: and (3) step (c).
Detailed Description
Reference will now be made in detail to the exemplary embodiments of the present invention, examples of which are illustrated in the accompanying drawings. Wherever possible, the same reference numbers are used in the drawings and the description to refer to the same or like parts.
FIG. 1 is a diagram of a dispatch system based on memory operations according to an embodiment of the present invention. Referring to fig. 1, a dispatch system 100 includes a storage device 110. The storage device 120 is used for storing a plurality of modules, initial service data, data conversion specifications and operation specifications. The storage 110 includes a processor 111, and the processor 111 is configured to execute a plurality of modules. In this embodiment, the dispatch system 100 of the present invention may be an advanced planning and scheduling system 121 or a manufacturing execution system 122 to provide the functions of dispatch services (or other Business services). In other words, the user can perform data compression and memory operation through the advanced programming and scheduling system and/or the memory (storage device) of the manufacturing execution system to reduce the access to the database and the server, thereby achieving the decentralized manufacturing scenario/system, and the dispatch system 100 can update the field table or the state table of the object data according to the operation result to output the input data.
In this embodiment, the dispatch system 100 may be provided in a workstation or a storage device of a manufacturing scene, for example, for user operation. The workstation may be used to control a plurality of process equipment and the plurality of workstations may achieve a production goal. Alternatively, the dispatch system 100 may be, for example, disposed in a cloud server for user operation, and connected to a control workstation and output the computed field table and data. In this embodiment, the storage device 110 may include a Memory (Memory) and/or a database (database), wherein the Memory may be, for example, a Non-Volatile Memory (NVM). The storage device 110 may store relevant programs, modules, systems, or algorithms for implementing embodiments of the invention for access and execution by the processor 111 to implement the relevant functions and operations described by embodiments of the invention. The processor 111 may include, for example, a central processing unit (Central Processing Unit, CPU), or other programmable general purpose or special purpose Microprocessor (Microprocessor), digital signal processor (Digital Signal Processor, DSP), application specific integrated circuit (Application Specific Integrated Circuits, ASIC), programmable logic device (Programmable Logic Device, PLD), other similar processing circuits, other processing circuits that can perform memory operations, or a combination of these devices. In the present embodiment, the advanced planning and scheduling system and the manufacturing execution system may be implemented in a program language such as JSON (JavaScript Object Notation), extensible markup language (Extensible Markup Language, XML) or YAML, but the present invention is not limited thereto.
In this embodiment, the processor 111 executes a plurality of modules stored in the storage device 110 to perform data operations and data compression, and may be used to transfer the object data and/or the field table after the operations to other dispatch systems. The plurality of modules includes a data conversion module 112, an operation module 112, and a transmission module 113, and the processor 111 can execute the data conversion module 112 to perform data compression on the initial service data according to the data conversion specification to generate object data. The operation module 112 performs an operation in an operation specification on the object data; and the operation module 112 obtains an address of each object in the object data according to the hash function. The transmission module 113 extracts a corresponding object in the object data according to the address to generate output data. Thus, after the dispatch system loads or obtains the data, the operation and operation of the related data can be performed without a Database (Database).
FIG. 2 is a flow chart of a dispatch method based on memory operations according to an embodiment of the invention. Referring to fig. 1 and 2, the dispatch system 100 of the present embodiment may execute steps S210 to S240 as follows. In the present embodiment, the user may store the data conversion specification and the operation specification in the storage device 110 in advance. In step S210, the data conversion module 112 performs data compression on the initial service data according to the data conversion specification to generate object data. In this embodiment, the initial service data is input data, and both production planning data and Equipment (EQ) data can be used as input data.
In step S220, the operation module 113 performs an operation in the operation specification on the object data; and the operation module 113 obtains an address of each object in the object data according to the hash function. Each address corresponds to a hash value. In step S230, the transmission module 114 extracts the corresponding object in the object data according to the address to generate output data. In this embodiment, the output data may include related material numbers, route, work In Process (WIP) data, updated status and/or feature data after calculation, production planning data, and machine data of the corresponding object. The production planning data may be provided by an advanced planning scheduling system (Advanced Planning and Scheduling, APS), for example, and the tool data may be provided by a manufacturing execution system (Manufacturing Execution System, MES), for example.
FIG. 3 is a schematic diagram illustrating the implementation of the data conversion and operation specifications according to an embodiment of the present invention. Reference is made to fig. 1 and 3. In this embodiment, the data conversion module 112 stores the object data in the plurality of data set areas 350 according to the service type of the initial service data. The service category may be work order group data, device group data, and route group data. That is, the data conversion module 112 stores the corresponding object data in different memory blocks of the storage device 300 according to the type and the feature content of the initial service data. In this embodiment, the algorithm is a logic rule Specification (Specification), which relates to related logic in the manufacturing site. Thus, the user can be instructed by this logic rule specification. It should be noted that the operation module 114 may be executed by the operation logic 330 in the processor 310, and the operation module 114 performs an operation on the object data according to the operation specification. In the present embodiment, the operation module 114 performs a bit operation on the object data according to the operation specification. As shown in fig. 3, the arithmetic logic unit 330 stores the object data (f shown in fig. 3) in the corresponding data set area and the traffic class block according to the traffic class of the object data or the bit state of the object data. The bit operation may include, for example, what is shown in table 1 below. Thus, the dispatch system 100 based on memory operation of the present invention can not only effectively compress the stored data, reduce the amount of operation data, save the memory space, and accelerate the operation efficiency.
TABLE 1
FIG. 4 is a diagram illustrating the execution of a data image and the generation of shared data according to an embodiment of the present invention. Reference is made to fig. 1 and 4. In the present embodiment, the data conversion module 112 includes a loading unit 421 and data mapping units 411, 425. The loading unit 421 converts the initial service data into an object and a field table according to the data conversion specification, and the object data includes the object and the corresponding field table.
It is noted that the object data converted according to the data conversion specification may include at least one of a plurality of feature data as shown in the following tables 2 and 3. The plurality of feature data shown in table 2 and table 3 includes feature values and actual values. The plurality of feature data may include any data related to a number of materials, a route, and a Work In Process (WIP). In the present embodiment, the feature data items and the feature fields in the object data are dynamically generated according to the content of the input data. That is, the data conversion module 112 can dynamically add or subtract business feature data and feature fields in the data conversion specification according to the features and data included in the input data. In this embodiment, the output data may include only the field table, so as to reduce the amount of data transmitted between multiple systems in the manufacturing scenario and improve the overall efficiency.
Object set filename Object name Column Column
Item.dat Item !ID NAME
Item_Spec.dat Item_Spec ID *SEQ(int)
Lot.dat Lot MOID STATUS
TABLE 2
Status of Order form Program for delivery Work order
1 APS_DO_127-1 1 MO-3110
2 APS_DO_127-1 2 MO-3120
3 APS_DO_127-1 5 MO-3100
TABLE 3 Table 3
Reference is made to fig. 1 and 4. In the present embodiment, the data mapping units 411 and 425 create a plurality of object set blocks (422, 423 and 424) in the storage device 110, and store the objects with the same bit states in the same object set blocks according to the index mode to compress the stored data. The processor 420 reads corresponding object data from different object set blocks through the data mapping unit 425, and performs operations in the processing logic 426 (operation specification). Thus, the processor 420 can process only part of the object data corresponding to the operation specification, thereby simplifying the operation and loading of the data volume for use and access to improve the overall efficiency. In this embodiment, the memory manager 410 accesses the corresponding object data from the corresponding service types (412, 413) through the data mapping unit 411, so as to generate the shared data (step S415). The transmission module 414 may output the shared data as output data 416 to an external dispatch system or other storage device of the dispatch system of the present invention. In the present embodiment, the shared data is a corresponding portion accessed from the object data by the data mapping unit 411. Thus, the transmission module 414 can only transmit the changed corresponding part of the object data after operation, so as to greatly reduce the data transmission amount in the manufacturing scene and reduce the access of the dispatch system to the server and the database, thereby improving the data transmission efficiency.
FIG. 5 is a diagram illustrating performing data compression and updating a field table according to an embodiment of the present invention. Reference is made to fig. 1 and 5. In step S511, the dispatch system 100 based on the memory operation loads the initial business data from the enterprise resource planning (Enterprise resource planning, ERP) system 510 into the memory 520 of the dispatch system 100, and the storage format is the memory address format. The memory 520 stores field tables 531 and 541 corresponding to the initial service data. In step S512, the processor 111 stores the object data in different memory blocks according to the data status, and the memory block address may be provided by the pointer. In the present embodiment, the processor 111 performs bit operation on the object data, and transfers the data state and the stored memory block according to the operation result. It should be noted that, the processor 111 updates the field table after operation by the operation module 113. That is, the field table stored in the memory 520 generates the updated field table 542 according to the operation result. In this embodiment, the dispatch system 100 may receive updated field tables 532 and 533 from other dispatch systems or storage devices, and further update the field tables or object data in the memory 520 accordingly.
FIG. 6 is a schematic diagram of performing sharing of data according to an embodiment of the present invention. Refer to fig. 6. In this embodiment, the dispatch system 600 based on memory operations of the present invention may include a manufacturing execution system 610 and an advanced planning and scheduling system 620, and the manufacturing execution system 610 and the advanced planning and scheduling system 620 may each include a storage device capable of performing memory operations. In step S621, the processor reads data. The data may be business data or related data and indications in a manufacturing scenario. The processor may read and access the service data stored in the memory device or load the service data from the database. In step S622, the processor generates a corresponding data block in the memory (storage device) according to the data. The processor generates corresponding data blocks according to the service type of the service data and/or the status value of the service data so as to achieve data compression. In step S623, the processor generates a corresponding data block in the buffer block 627 according to the data. In this embodiment, the processor stores the object data in the buffer blocks 611 and 627 according to the frequency of use of the data. In this embodiment, the address is a hash value. In step S624, the processor extracts the corresponding data 631, 637, 612 from the hash values 633, 639, 636 by having a different hash value for each object data, as the shared data 630 or performs a bit operation.
Reference is made to fig. 1 and 6. In the present embodiment, the operation module 114 determines whether the data to be extracted is stored in the buffer 611/627 of the storage device 110. When the extracted data is stored in the buffer 611/627, the operation module 114 outputs the extracted data from the buffer 611/627 to the data exchange area according to the address. And when the extracted data is not stored in the buffer 611/627, the operation module 114 outputs the extracted data from the object set block to the data exchange area according to the address. In step S625, the operation of the data determines the state by bit operation. In step S626, the processor outputs corresponding data according to the hash value.
In this embodiment, the processor transfers object data 631, 637 corresponding to hash values 633, 639 into the shared data 630 region. Thus, the object data 632, 638 output by the advanced planning and scheduling system 620 can be accessed by the manufacturing execution system 610 to share the inter-working memory data and extract some of the required data in the business data. Thus, the manufacturing scenario using the dispatch system of the present invention can achieve reduced on-line complexity, improved efficiency in responding to client requirements, and decentralization to reduce server/database workload. In the invention, a system with the same core (kernel) architecture can achieve the sharing of intercommunication memory data. Therefore, the operation and calculation between each dispatching system and each manufacturing system in the manufacturing scene can be achieved only by transmitting the field table (data specification), so that the data transmission efficiency is improved.
In summary, the dispatch system and the dispatch method based on memory operation of the present invention can achieve that the data loading and output data specification between the systems are not related to the database in the manufacturing scene. Therefore, the loading and bridging of various production environments can achieve the benefits of sharing memory data and reducing the transmission data amount only by loading the data conversion specification and the loader, and the production efficiency and the instruction response efficiency of the workstation in the manufacturing scene are effectively improved.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solution of the present invention, and not for limiting the same; although the invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some or all of the technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit of the invention.

Claims (8)

1. A dispatch system based on memory operations, comprising:
a storage device storing a plurality of modules, initial service data, a data conversion specification, and an operation specification, and including a processor executing the plurality of modules, wherein the plurality of modules includes a data conversion module, an operation module, and a transmission module,
the data conversion module performs data compression on the initial service data according to the data conversion specification to generate object data;
the operation module executes the operation in the operation specification on the object data; the operation module obtains the address of each object in the object data according to a hash function;
the transmission module extracts the corresponding object in the object data according to the address to generate output data,
wherein the data conversion module comprises a loading unit and a data mapping unit,
wherein the loading unit converts the initial service data into an object and a field table according to the data conversion specification, the object data including the object and the field table,
wherein the data mapping unit establishes a plurality of object set blocks in a storage device, and stores the objects with the same bit state in the same object set blocks according to an index mode,
wherein the field table includes data bits and data states of the corresponding initial service data, and the output data is the field table,
the operation module performs bit operation on the object data according to the operation specification, and updates the field table after operation.
2. The dispatch system of claim 1, wherein the data conversion module stores the object data in a plurality of data set areas according to a service category of the initial service data.
3. The dispatch system of claim 1, wherein the address is a hash value and the operation module determines whether the extracted data is stored in a cache block of the storage device,
when the extracted data is stored in the buffer block, the operation module outputs the extracted data from the buffer block to a data exchange area according to the address,
when the extracted data is not stored in the buffer block, the operation module outputs the extracted data from the object set block to the data exchange area according to the address.
4. A dispatch system according to claim 3, wherein the operation module stores the object data in the buffer block according to the frequency of use.
5. The dispatching method based on the memory operation is characterized by comprising the following steps of:
performing data compression on the initial service data according to the data conversion specification to generate object data;
performing an operation in an operation specification on the object data;
the operation module obtains the address of each object in the object data according to the hash function;
extracting a corresponding object in the object data according to the address to generate output data,
wherein the step of performing data compression on the initial service data according to the data conversion specification to generate the object data further comprises:
converting the initial service data into the object and the field table according to the data conversion specification, wherein the object data comprises the object and the field table; and
establishing a plurality of object set blocks, storing the objects with the same bit states in the same object set blocks according to an index mode,
wherein the field table includes data bits and data states of the corresponding initial service data, and the output data is the field table,
wherein further comprising: and performing bit operation on the object data according to the operation specification, and updating the field table subjected to the operation.
6. The dispatch method of claim 5, wherein the object data is stored in a plurality of data set areas according to a service category of the initial service data.
7. The dispatch method of claim 5, wherein the address is a hash value, and the method further comprises:
judging whether the extracted data is stored in a cache block of the storage device,
when the extracted data is stored in the buffer block, the operation module outputs the extracted data from the buffer block to a data exchange area according to the address,
when the extracted data is not stored in the buffer block, the operation module outputs the extracted data from the object set block to the data exchange area according to the address.
8. The dispatch method of claim 7, further comprising:
and storing the object data in the cache block according to the using frequency.
CN202210449798.2A 2022-04-27 2022-04-27 Dispatching system and dispatching method based on memory operation Active CN114896058B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202210449798.2A CN114896058B (en) 2022-04-27 2022-04-27 Dispatching system and dispatching method based on memory operation
TW111120642A TWI814419B (en) 2022-04-27 2022-06-02 Dispatching system and dispatching method based on memory computation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210449798.2A CN114896058B (en) 2022-04-27 2022-04-27 Dispatching system and dispatching method based on memory operation

Publications (2)

Publication Number Publication Date
CN114896058A CN114896058A (en) 2022-08-12
CN114896058B true CN114896058B (en) 2023-09-22

Family

ID=82720605

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210449798.2A Active CN114896058B (en) 2022-04-27 2022-04-27 Dispatching system and dispatching method based on memory operation

Country Status (2)

Country Link
CN (1) CN114896058B (en)
TW (1) TWI814419B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1655130A (en) * 2004-02-13 2005-08-17 联想(北京)有限公司 Method for acquisition of data in hard disk
CN101788992A (en) * 2009-05-06 2010-07-28 厦门东南融通系统工程有限公司 Method and system for converting query sentence of database
CN101826112A (en) * 2010-05-05 2010-09-08 山东中创软件工程股份有限公司 Method, device and system for storing and reading list data
JP2012029044A (en) * 2010-07-23 2012-02-09 Ntt Resonant Inc Data conversion device, data conversion system, data conversion method, and program
CN104065540A (en) * 2014-07-11 2014-09-24 网之易信息技术(北京)有限公司 Data monitoring system and method
CN106407290A (en) * 2016-08-29 2017-02-15 北京首信科技股份有限公司 Method for efficiently calculating multi-dimensional user number from massive data
CN108388527A (en) * 2018-02-02 2018-08-10 上海兆芯集成电路有限公司 Direct memory access (DMA) engine and its method

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8924686B2 (en) * 2009-10-08 2014-12-30 Arm Limited Memory management unit
US10296660B2 (en) * 2014-02-25 2019-05-21 Intel Corporation Systems, apparatuses, and methods for feature searching
US10635419B2 (en) * 2018-07-13 2020-04-28 Fungible, Inc. Incremental compilation of finite automata for a regular expression accelerator
CN113366454A (en) * 2019-03-15 2021-09-07 英特尔公司 Multi-slice architecture for graphics operations
US10983906B2 (en) * 2019-03-18 2021-04-20 Intel Corporation Memory compression hashing mechanism
US10802970B1 (en) * 2019-03-27 2020-10-13 Intel Corporation Control surface access using flat memory mapping

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1655130A (en) * 2004-02-13 2005-08-17 联想(北京)有限公司 Method for acquisition of data in hard disk
CN101788992A (en) * 2009-05-06 2010-07-28 厦门东南融通系统工程有限公司 Method and system for converting query sentence of database
CN101826112A (en) * 2010-05-05 2010-09-08 山东中创软件工程股份有限公司 Method, device and system for storing and reading list data
JP2012029044A (en) * 2010-07-23 2012-02-09 Ntt Resonant Inc Data conversion device, data conversion system, data conversion method, and program
CN104065540A (en) * 2014-07-11 2014-09-24 网之易信息技术(北京)有限公司 Data monitoring system and method
CN106407290A (en) * 2016-08-29 2017-02-15 北京首信科技股份有限公司 Method for efficiently calculating multi-dimensional user number from massive data
CN108388527A (en) * 2018-02-02 2018-08-10 上海兆芯集成电路有限公司 Direct memory access (DMA) engine and its method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Conversion of an Operating System Oriented Towards Transaction Processing from Two to Three Modes of Logical Address Space;F. W. Stubblefield;《IEEE Transactions on Nuclear Science 》;第231-242页 *
面向对象数据库到关系数据库运算的转换;王学荣 等;《计算机应用与软件》;第19-25+94页 *

Also Published As

Publication number Publication date
CN114896058A (en) 2022-08-12
TWI814419B (en) 2023-09-01
TW202343256A (en) 2023-11-01

Similar Documents

Publication Publication Date Title
CN111310910B (en) Computing device and method
CN112988423A (en) Message consumption and message distribution method, device, server and storage medium
US5418915A (en) Arithmetic unit for SIMD type parallel computer
CN110188135A (en) Document generating method and equipment
CN115880132A (en) Graphics processor, matrix multiplication task processing method, device and storage medium
US7003773B2 (en) Dynamic interface aggregation on demand
WO2021121041A1 (en) Data transmission optimization method and device, and readable storage medium
CN114896058B (en) Dispatching system and dispatching method based on memory operation
US8082528B2 (en) Process-independent schema library
EP0077619B1 (en) Data-packet driven digital computer
CN112817992B (en) Method, apparatus, electronic device and readable storage medium for executing change task
US20230403232A1 (en) Data Transmission System and Method, and Related Device
CN112966478A (en) Format conversion method and device for table data and storage medium
US9092335B2 (en) Representing a tree structure on a flat structure
CN116243978A (en) Data protocol method, device, medium and training system in distributed training
CN111104119A (en) MPI program conversion method and device for memory center type computer
CN115484233A (en) Method, device, equipment and medium for forwarding link aggregation message in digital communication chip
CN114237858A (en) Task scheduling method and system based on multi-cluster network
CN111857534A (en) Data transmission method, data storage server and data storage system
CN113655767B (en) Production line control method, production line control device, production line control equipment and computer readable storage medium
CN112347160B (en) Work order management method, system and storage medium based on call center system
CN112817990B (en) Data processing method, device, electronic equipment and readable storage medium
US20230205530A1 (en) Graph Instruction Processing Method and Apparatus
US20230214520A1 (en) Systems, methods and computer program products for messaging in a heterogeneous environment
WO2023115529A1 (en) Data processing method in chip, and chip

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