CN112052257A - Service processing method, device and equipment - Google Patents

Service processing method, device and equipment Download PDF

Info

Publication number
CN112052257A
CN112052257A CN202010914372.0A CN202010914372A CN112052257A CN 112052257 A CN112052257 A CN 112052257A CN 202010914372 A CN202010914372 A CN 202010914372A CN 112052257 A CN112052257 A CN 112052257A
Authority
CN
China
Prior art keywords
file
category
target display
data set
matching
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
CN202010914372.0A
Other languages
Chinese (zh)
Other versions
CN112052257B (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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202010914372.0A priority Critical patent/CN112052257B/en
Publication of CN112052257A publication Critical patent/CN112052257A/en
Application granted granted Critical
Publication of CN112052257B publication Critical patent/CN112052257B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/242Query formulation

Landscapes

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

Abstract

The embodiment of the specification provides a service processing method, a service processing device and service processing equipment. The method comprises the following steps: receiving a service to be processed; the service to be processed comprises a file searching condition and a target display category; the file searching condition is used for limiting a searching range corresponding to a file storage category; deriving at least one matching file from a stored data set according to the file search condition; storing data in the storage data set based on the file storage category; identifying a display category identification corresponding to the target display category in the matching file; splitting target display files corresponding to the display category identifications from the matching files respectively; and feeding back the target display file. By the method, the user can visually check the split files corresponding to the target display categories, so that the files are prevented from being traversed by consuming a large amount of time and resources, and the time and resources of the user are saved.

Description

Service processing method, device and equipment
Technical Field
The embodiment of the specification relates to the technical field of computers, in particular to a service processing method, a service processing device and service processing equipment.
Background
The database is a data set which is stored in a computer and stores and manages data according to a certain data structure. For convenience of management, the database generally records corresponding data in the form of a data table. When a user needs to query data, the server or other database management systems acquire corresponding data from the database and export the acquired data into a file for the user to view.
When storing data, some databases store the data based on a specific field as a routing field. When searching for data in the database, the data is often searched for by using the search range corresponding to the specific field, and accordingly, the exported file is also often the file corresponding to the specific field.
However, in actual practice, when a user is viewing a database-exported file, it may be desirable to find data corresponding to fields other than the particular field. In the case where a database-exported file corresponds to the specific field, the user needs to traverse all files to obtain the corresponding data. In the case that the database contains a large amount of data and many exported files, traversing all the files to find the corresponding data obviously consumes a lot of time and resources. Therefore, a technical solution for conveniently and quickly deriving a file corresponding to a corresponding field from a database is needed.
Disclosure of Invention
An object of the embodiments of the present specification is to provide a method, an apparatus, and a device for processing a service, so as to solve a problem how to conveniently and quickly derive a file corresponding to a corresponding field from a database.
In order to solve the above technical problem, an embodiment of the present specification provides a service processing method, including:
receiving a service to be processed; the service to be processed comprises a file searching condition and a target display category; the file searching condition is used for limiting a searching range corresponding to a file storage category; the service to be processed is used for requesting files corresponding to the target display category;
deriving at least one matching file from a stored data set according to the file search condition; storing data in the storage data set based on the file storage category;
identifying a display category identification corresponding to the target display category in the matching file;
splitting target display files corresponding to the display category identifications from the matching files respectively;
and feeding back the target display file.
An embodiment of this specification further provides a service processing apparatus, including:
the service receiving module is used for receiving the service to be processed; the service to be processed comprises a file searching condition and a target display category; the file searching condition is used for limiting a searching range corresponding to a file storage category; the service to be processed is used for requesting files corresponding to the target display category;
the matching file acquisition module is used for exporting at least one matching file from a storage data set according to the file searching condition; storing data in the storage data set based on the file storage category;
the display category identification module is used for identifying a display category identification corresponding to the target display category in the matching file;
the file splitting module is used for splitting a target display file corresponding to the display category identifier from each matched file;
and the target display file feedback module is used for feeding back the target display file.
The embodiment of the present specification further provides a service processing device, which includes a memory and a processor; the memory to store computer program instructions; the processor to execute the computer program instructions to implement the steps of: receiving a service to be processed; the service to be processed comprises a file searching condition and a target display category; the file searching condition is used for limiting a searching range corresponding to a file storage category; the service to be processed is used for requesting files corresponding to the target display category; deriving at least one matching file from a stored data set according to the file search condition; storing data in the storage data set based on the file storage category; identifying a display category identification corresponding to the target display category in the matching file; splitting target display files corresponding to the display category identifications from the matching files respectively; and feeding back the target display file.
As can be seen from the technical solutions provided by the embodiments of the present specification, after receiving a service to be processed, the embodiments of the present specification obtain a file search condition from the service to be processed, derive a corresponding matching file from a stored data set based on the file search condition, split each matching file according to a display category identifier included in the service to be processed to obtain a corresponding target display file, and thereby feed back the target display file. According to the method, the acquired files are split, so that the split files correspond to the target display categories required by the user, the files meeting the requirements of the user can be directly provided for the user, the user does not need to traverse the exported files, the situation that the user consumes a large amount of time and resources in searching data is avoided, and the user experience is improved.
Drawings
In order to more clearly illustrate the embodiments of the present specification or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments described in the specification, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a flowchart of a service processing method according to an embodiment of the present disclosure;
fig. 2 is a schematic diagram of a service processing scenario according to an embodiment of the present disclosure;
fig. 3 is a block diagram of a service processing apparatus according to an embodiment of the present disclosure;
fig. 4 is a structural diagram of a service processing device according to an embodiment of the present disclosure.
Detailed Description
The technical solutions in the embodiments of the present disclosure will be clearly and completely described below with reference to the drawings in the embodiments of the present disclosure, and it is obvious that the described embodiments are only a part of the embodiments of the present disclosure, and not all of the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present specification without any creative effort shall fall within the protection scope of the present specification.
A service processing method according to an embodiment of the present disclosure is described below with reference to fig. 1. The execution main body of the method is a service processing device, and the service processing device comprises but is not limited to a server, an industrial personal computer and a PC. The service processing method specifically comprises the following steps.
S110: receiving a service to be processed; the service to be processed comprises a file searching condition and a target display category; the file searching condition is used for limiting a searching range corresponding to a file storage category; the service to be processed is used for requesting files corresponding to the target display category.
The service to be processed is a service that needs to export a corresponding file based on the data in the database. In the embodiment of the present specification, the to-be-processed service corresponds to a target display category, that is, a finally exported file corresponds to the target display category.
The service to be processed may be a service which is generated by the terminal by arranging the data request after the user submits the corresponding data request based on the terminal and is executed by the service processing device, or a service which is generated by the service processing device based on the logic corresponding to the internal program, so as to feed back the corresponding file at regular time. The generating condition of the to-be-processed service is not limited to the above example, and is not described herein again.
The service to be processed comprises a file searching condition and a target display category.
The file searching condition is used for limiting the searching range of the file storage category. In the embodiments of the present specification, the files in the database are stored based on the file storage category. Accordingly, when data in a database is retrieved, it is generally stored according to the file storage category. When a database management system or other server with operation authority acquires data from the database, corresponding data is searched and acquired according to the file storage category, and when the data is exported, a corresponding file is often generated according to the file storage category, that is, the exported file corresponds to the file storage category.
The file searching condition is the searching condition based on the file storage category. For example, the storage category of the file corresponding to the specific file to be searched is defined, and then the data can be searched according to the specific storage category of the file; it is also possible to specify the range covered by the file storage category and to perform a search for the file based on the range. The file search category may also encompass all data in the database without knowing whether there is a strong logical relationship between the file storage category and the target presentation category. Specifically, the setting condition corresponding to the file searching condition may be adjusted according to the actual application, and is not limited to the above example, and is not described herein again.
The target display category is a category corresponding to a file that needs to be obtained by a user or an initiator of other file processing services. When a user views a file, the user may have different viewing requirements, and the categories corresponding to the viewing requirements may be different from the storage categories of the file in the database. Therefore, the service to be processed may further include the target presentation category to explain a category corresponding to a file that the user wishes to acquire.
Specifically, the file storage category may be an account category, for example, a specific account number or a type corresponding to an account. Correspondingly, the target display category may be a user identification category, and the user identification category may be used to identify different users, specifically, for example, the user may be identified by a user identification number or a self-set number uniquely corresponding to the user. One account category may correspond to only one user, or may be associated with a plurality of users, and accordingly, a plurality of account categories may correspond to the same user.
It should be noted that, in practical applications, the file storage category and the target display category are not limited to the above examples, and may also be other categories such as date and transaction type, which are not described herein again.
S120: deriving at least one matching file from a stored data set according to the file search condition; and storing the data in the storage data set based on the file storage category.
A stored data set is a set that stores data to be looked up. The stored data set may be a database in which all data is stored, or may be a partial data storage module in the database.
And storing the data in the storage data set based on the file storage category. Specifically, for example, the file storage category may be used as a routing field to store data in a database, and correspondingly, when data is searched, data in a storage data set is also acquired according to the routing field to search and acquire the data, that is, the finally acquired data is called based on the file storage category and has strong association with the file storage category.
After the file searching condition is obtained from the service to be processed, at least one matching file can be exported from the storage data set according to the file searching condition. Specifically, after the data meeting the file search condition in the file storage category is searched in the storage data set according to the file search condition, the searched data may be combined into an independent file, and the file may be exported as a matching file. I.e. there is a strong association between the exported file and the file storage category. The specific process of converting data into files can be adjusted based on the actual application situation, and is not described herein again.
In some embodiments, the obtaining of the at least one matching file in the storage data set according to the file search condition may be a concurrent obtaining of a plurality of matching files by using a batch job, so as to improve efficiency of obtaining the matching files. The specific concurrency number may be determined according to the service demand and the data volume, for example, the parallelism may be set to 100, and the matching files obtained by concurrency are exported.
In some embodiments, the at least one matching file may be acquired during a data acquisition period. The data acquisition period may be a period during which data in the stored data set is not to be invoked. In general, as a database management system performs business processing based on a database, read/write operations may be performed on data in the database, so that the data in the database may be changed. In the case of a large number of matching files, a write error may occur, which may disturb the accuracy of the acquired file. Therefore, the file is acquired in the data acquisition period, so that the accuracy of the acquired matching file can be ensured.
Specifically, the data acquisition period may be a period after the data set application period and before the data set collation period. The data set application period may be a period of data addition or data modification to data in the stored data set. In the data set application period, a database management system or other systems, a server and the like need to call data in the stored data set to process other services, and correspondingly, data in the stored data set may also be modified; and the data set consolidation period may be a period during which the stored data set is initialized so that the stored data set can be better recalled during the data set application period. The dataset collation period may be followed by a splice in the dataset application period. However, since the data set application period and the data set sorting period do not cover all the time of the whole day, before the data set sorting period and after the data set application period, there may be a period, and the database management system does not call the data in the stored data set, and does not correspondingly modify the data, that is, the data in the stored data set is in a stable state, and the data in the called data set is not easy to generate writing errors.
In a system for managing data by a bank, a final day processing time window and an initialization time window during the day are provided. In the day end processing time window, the bank system needs to perform processing steps such as account interest counting, interest bearing, general ledger processing and the like, and correspondingly, data in the database needs to be called to perform read-write operation in the day end processing time window. In the daytime initialization time window, the bank system needs to perform data preparation work for the next end-of-day processing time window, for example, the work of performing system initialization, backing data preparation and the like, and also needs to perform read-write operation on data in the database. Therefore, the end-of-day processing time window corresponds to the data set application period, and a period after the end-of-day processing time window and before the time-of-day initialization time window may be set as the data acquisition period.
S130: and identifying a display category identification corresponding to the target display category in the matching file.
After the matching file is obtained, a display category identifier corresponding to a target display category may be identified from the matching file. For example, in the case that the target presentation category is a user identification analogy, the presentation category identification may be a specific user identification, such as an independent number previously assigned to the customer in the system.
The specific process of identifying the display category identifier may be to determine the corresponding display category identifier by traversing each item of data in the matching file, or to determine the corresponding display category identifier directly by using a preset search logic. The specific identification method can be adjusted according to the requirements of practical application, and is not described herein.
S140: and splitting the target display files corresponding to the display category identifications from the matching files respectively.
After the display category identifier is obtained, the target display file corresponding to the display category identifier can be split from each matching file. Because the matching files correspond to the file storage categories, the same matching file may correspond to different target display categories, and different matching files may also contain data corresponding to the same target display category, and it is difficult for a user to effectively acquire the data corresponding to the target display categories by directly viewing the matching files, and therefore, the target display files corresponding to the display category identifiers need to be separated from the matching files.
Using a specific example for illustration, before splitting a matching file, the matching file may include a plurality of data, such as an input type, a data state, a reception type, a user number, a key value, and the like. When the target display category is a user number, the data in the matching file may be processed into data corresponding to the user number according to the user number, for example, in the form of a user number | sequence number. And after the data of the matching file is processed, splitting the matching file according to the processed data structure, so that the matching file can be split into files corresponding to different user numbers.
In one embodiment, after splitting each matching file, merging the target display files according to the display category identifiers corresponding to the split target display files. Specifically, the files corresponding to the same display category identifier may be merged, so that the association between the file split from each matching file and the target display category is stronger.
In some embodiments, after splitting each matching file, deduplication may also be performed for the target presentation file. Because the obtained matching files only have strong relevance with the file storage categories, after the matching files are split according to different matching files, the same files may exist in the split files corresponding to the same display category identifier, and therefore duplication removal needs to be performed on the target display files.
Specifically, after the target display files are obtained, the target display files may be sorted according to the display category identifiers, for example, sorted in an ascending order or sorted in a descending order, and then the target display files corresponding to the same display category identifier are identified, whether duplicate files exist is determined, if duplicate files exist, only the first file is retained, and subsequent duplicate files are deleted. And after the duplication removal is finished, combining the duplicate-removed target display files to obtain files which are required by the end user and displayed according to the target display categories.
In some embodiments, after the target display files corresponding to different display category identifiers are obtained, the obtained different target display files may be exported to the same file to obtain a final display file, and the final display file is fed back in subsequent steps for the user to view.
S150: and feeding back the target display file.
And after the target display file is obtained, the target display file can be fed back. Specifically, feedback may be performed to a corresponding user or server according to the source of the service to be processed. The specific feedback process can be set according to the requirements of the actual application, and is not described herein again.
In some embodiments, when the target display file needs to be fed back, the matching file can also be fed back along with the target display file, so that different requirements of a user on the file are met, and the use experience of the user is improved.
The service processing method is described below with reference to a specific scenario example, as shown in fig. 2, after searching in the storage data set according to the file search condition, three matching files are derived. And identifying the display category identification in the matching file, and splitting corresponding target display files in the matching file respectively. And merging the target display files to obtain files corresponding to the target display categories. And feeding back the target display file to the user so that the user can conveniently acquire corresponding information.
Through the embodiment of the service processing method and the introduction of the scene example, it can be seen that, after receiving the service to be processed, the method obtains the file searching condition from the service to be processed, derives the corresponding matching file from the stored data set based on the file searching condition, and splits each matching file according to the display category identifier included in the service to be processed to obtain the corresponding target display file, thereby feeding back the target display file. According to the method, the acquired files are split, so that the split files correspond to the target display categories required by the user, the files meeting the requirements of the user can be directly provided for the user, the user does not need to traverse the exported files, the situation that the user consumes a large amount of time and resources in searching data is avoided, and the user experience is improved.
Based on the foregoing service processing method, a service processing apparatus according to an embodiment of the present specification is introduced. The service processing device is arranged in the service processing equipment. As shown in fig. 3, the service processing apparatus includes the following modules.
A service receiving module 310, configured to receive a service to be processed; the service to be processed comprises a file searching condition and a target display category; the file searching condition is used for limiting a searching range corresponding to a file storage category;
a matching file obtaining module 320, configured to derive at least one matching file from the stored data set according to the file searching condition; storing data in the storage data set based on the file storage category;
a display category identification module 330, configured to identify a display category identification corresponding to the target display category in the matching file;
the file splitting module 340 is configured to split a target display file corresponding to the display category identifier from each matching file;
and a target display file feedback module 350, configured to feed back the target display file.
Based on the foregoing service processing method, an embodiment of the present specification provides a service processing device. As shown in fig. 4, the traffic processing device may include a memory and a processor.
In this embodiment, the memory may be implemented in any suitable manner. For example, the memory may be a read-only memory, a mechanical hard disk, a solid state disk, a U disk, or the like. The memory may be used to store computer instructions.
In this embodiment, the processor may be implemented in any suitable manner. For example, the processor may take the form of, for example, a microprocessor or processor and a computer-readable medium that stores computer-readable program code (e.g., software or firmware) executable by the (micro) processor, logic gates, switches, an Application Specific Integrated Circuit (ASIC), a programmable logic controller, an embedded microcontroller, and so forth. The processor may execute the computer instructions to perform the steps of: receiving a service to be processed; the service to be processed comprises a file searching condition and a target display category; the file searching condition is used for limiting a searching range corresponding to a file storage category; deriving at least one matching file from a stored data set according to the file search condition; storing data in the storage data set based on the file storage category; identifying a display category identification corresponding to the target display category in the matching file; splitting target display files corresponding to the display category identifications from the matching files respectively; and feeding back the target display file.
In the 90 s of the 20 th century, improvements in a technology could clearly distinguish between improvements in hardware (e.g., improvements in circuit structures such as diodes, transistors, switches, etc.) and improvements in software (improvements in process flow). However, as technology advances, many of today's process flow improvements have been seen as direct improvements in hardware circuit architecture. Designers almost always obtain the corresponding hardware circuit structure by programming an improved method flow into the hardware circuit. Thus, it cannot be said that an improvement in the process flow cannot be realized by hardware physical modules. For example, a Programmable Logic Device (PLD), such as a Field Programmable Gate Array (FPGA), is an integrated circuit whose Logic functions are determined by programming the Device by a user. A digital system is "integrated" on a PLD by the designer's own programming without requiring the chip manufacturer to design and fabricate application-specific integrated circuit chips. Furthermore, nowadays, instead of manually making an Integrated Circuit chip, such Programming is often implemented by "logic compiler" software, which is similar to a software compiler used in program development and writing, but the original code before compiling is also written by a specific Programming Language, which is called Hardware Description Language (HDL), and HDL is not only one but many, such as abel (advanced Boolean Expression Language), ahdl (alternate Language Description Language), traffic, pl (core unified Programming Language), HDCal, JHDL (Java Hardware Description Language), langue, Lola, HDL, laspam, hardbyscript Description Language (vhr Description Language), and the like, which are currently used by Hardware compiler-software (Hardware Description Language-software). It will also be apparent to those skilled in the art that hardware circuitry that implements the logical method flows can be readily obtained by merely slightly programming the method flows into an integrated circuit using the hardware description languages described above.
The systems, devices, modules or units illustrated in the above embodiments may be implemented by a computer chip or an entity, or by a product with certain functions. One typical implementation device is a computer. In particular, the computer may be, for example, a personal computer, a laptop computer, a cellular telephone, a camera phone, a smartphone, a personal digital assistant, a media player, a navigation device, an email device, a game console, a tablet computer, a wearable device, or a combination of any of these devices.
From the above description of the embodiments, it is clear to those skilled in the art that the present specification can be implemented by software plus a necessary general hardware platform. Based on such understanding, the technical solutions of the present specification may be essentially or partially implemented in the form of software products, which may be stored in a storage medium, such as ROM/RAM, magnetic disk, optical disk, etc., and include instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments of the present specification.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
The description is operational with numerous general purpose or special purpose computing system environments or configurations. For example: personal computers, server computers, hand-held or portable devices, tablet-type devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like.
This description may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. The specification may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
While the specification has been described with examples, those skilled in the art will appreciate that there are numerous variations and permutations of the specification that do not depart from the spirit of the specification, and it is intended that the appended claims include such variations and modifications that do not depart from the spirit of the specification.

Claims (10)

1. A method for processing a service, comprising:
receiving a service to be processed; the service to be processed comprises a file searching condition and a target display category; the file searching condition is used for limiting a searching range corresponding to a file storage category; the service to be processed is used for requesting files corresponding to the target display category;
deriving at least one matching file from a stored data set according to the file search condition; storing data in the storage data set based on the file storage category;
identifying a display category identification corresponding to the target display category in the matching file;
splitting target display files corresponding to the display category identifications from the matching files respectively;
and feeding back the target display file.
2. The method of claim 1, wherein said retrieving at least one matching file in a stored data set based on said file search criteria comprises:
and according to the file searching condition, concurrently acquiring at least one matching file in a storage data set by using batch operation.
3. The method of claim 1, wherein the file storage categories include an account category; the target presentation category comprises a user identification category.
4. The method of claim 1, wherein said retrieving at least one matching file in a stored data set based on said file search criteria comprises:
in a data acquisition period, acquiring at least one matching file in a storage data set according to the file searching condition; the data in the stored data set is not called during the data acquisition period.
5. The method of claim 4, wherein the data acquisition period comprises a period after the data set application period and before the data set collation period; the data set application period comprises a period of data addition or data modification in the stored data set; the data set consolidation period includes a period in which initialization processing is performed with respect to the stored data set.
6. The method of claim 1, wherein prior to feeding back the target presentation file, further comprising:
merging target display files corresponding to the same display category identification;
correspondingly, the feeding back the target display file includes:
and feeding back the merged target display file.
7. The method of claim 6, wherein prior to merging target presentation files corresponding to the same presentation category identification, further comprising:
and removing repeated target display files corresponding to the same display category identification.
8. The method of claim 1, wherein the feeding back the target presentation file comprises:
and feeding back the matching file and the target display file.
9. A traffic processing apparatus, comprising:
the service receiving module is used for receiving the service to be processed; the service to be processed comprises a file searching condition and a target display category; the file searching condition is used for limiting a searching range corresponding to a file storage category; the service to be processed is used for requesting files corresponding to the target display category;
the matching file acquisition module is used for exporting at least one matching file from a storage data set according to the file searching condition; storing data in the storage data set based on the file storage category;
the display category identification module is used for identifying a display category identification corresponding to the target display category in the matching file;
the file splitting module is used for splitting a target display file corresponding to the display category identifier from each matched file;
and the target display file feedback module is used for feeding back the target display file.
10. A traffic processing device comprising a memory and a processor;
the memory to store computer program instructions;
the processor to execute the computer program instructions to implement the steps of: receiving a service to be processed; the service to be processed comprises a file searching condition and a target display category; the file searching condition is used for limiting a searching range corresponding to a file storage category; the service to be processed is used for requesting files corresponding to the target display category; deriving at least one matching file from a stored data set according to the file search condition; storing data in the storage data set based on the file storage category; identifying a display category identification corresponding to the target display category in the matching file; splitting target display files corresponding to the display category identifications from the matching files respectively; and feeding back the target display file.
CN202010914372.0A 2020-09-03 2020-09-03 Service processing method, device and equipment Active CN112052257B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010914372.0A CN112052257B (en) 2020-09-03 2020-09-03 Service processing method, device and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010914372.0A CN112052257B (en) 2020-09-03 2020-09-03 Service processing method, device and equipment

Publications (2)

Publication Number Publication Date
CN112052257A true CN112052257A (en) 2020-12-08
CN112052257B CN112052257B (en) 2024-04-19

Family

ID=73606688

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010914372.0A Active CN112052257B (en) 2020-09-03 2020-09-03 Service processing method, device and equipment

Country Status (1)

Country Link
CN (1) CN112052257B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113516558A (en) * 2021-04-26 2021-10-19 中国工商银行股份有限公司 Service processing method, device and equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107577420A (en) * 2017-07-26 2018-01-12 阿里巴巴集团控股有限公司 Document handling method and device, server
CN108628947A (en) * 2018-04-02 2018-10-09 阿里巴巴集团控股有限公司 A kind of business rule matched processing method, device and processing equipment
CN110888842A (en) * 2019-12-02 2020-03-17 中国银行股份有限公司 File storage method, file query method, file storage device, file query device and file query equipment
CN110990400A (en) * 2019-11-20 2020-04-10 浙江大搜车软件技术有限公司 Database query method and device, computer equipment and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107577420A (en) * 2017-07-26 2018-01-12 阿里巴巴集团控股有限公司 Document handling method and device, server
CN108628947A (en) * 2018-04-02 2018-10-09 阿里巴巴集团控股有限公司 A kind of business rule matched processing method, device and processing equipment
CN110990400A (en) * 2019-11-20 2020-04-10 浙江大搜车软件技术有限公司 Database query method and device, computer equipment and storage medium
CN110888842A (en) * 2019-12-02 2020-03-17 中国银行股份有限公司 File storage method, file query method, file storage device, file query device and file query equipment

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113516558A (en) * 2021-04-26 2021-10-19 中国工商银行股份有限公司 Service processing method, device and equipment

Also Published As

Publication number Publication date
CN112052257B (en) 2024-04-19

Similar Documents

Publication Publication Date Title
CN108228817B (en) Data processing method, device and system
EP3513317B1 (en) Data serialization in a distributed event processing system
US9009201B2 (en) Extended database search
US8396894B2 (en) Integrated repository of structured and unstructured data
US8924373B2 (en) Query plans with parameter markers in place of object identifiers
US11256690B2 (en) Using row value constructor (RVC) based queries to group records of a database for multi-thread execution
CN103810212A (en) Automated database index creation method and system
CN111259004B (en) Method for indexing data in storage engine and related device
CN107330024B (en) Storage method and device of tag system data
US20160210228A1 (en) Asynchronous garbage collection in a distributed database system
CN111125229A (en) Data blood margin generation method and device and electronic equipment
CN110633281A (en) Method and device for processing multi-type data sources
CN111159227B (en) Data query method, device, equipment and storage medium
CN112214505A (en) Data synchronization method and device, computer readable storage medium and electronic equipment
CN112052257A (en) Service processing method, device and equipment
CN111159213A (en) Data query method, device, system and storage medium
US9460139B2 (en) Distributed storage system with pluggable query processing
Ma et al. Web API recommendation based on service cooperative network
CN115048456A (en) User label generation method and device, computer equipment and readable storage medium
CN112612817A (en) Data processing method and device, terminal equipment and computer readable storage medium
CN110609926A (en) Data tag storage management method and device
CN113515504B (en) Data management method, device, electronic equipment and storage medium
US20230281009A1 (en) Managing artifact information including finding a searched artifact information item
CN112258244B (en) Method, device, equipment and storage medium for determining task to which target object belongs
CN112541718B (en) Material processing method and device

Legal Events

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