Data processing device, computer equipment and storage medium

A technology of a data processing device and a data processing module, applied in the computer field, can solve problems such as server operation failure, affecting service operation, storage device jitter, etc., and achieve the effects of improving efficiency, reducing data storage space, and improving cache hit rate.

CN111241455AActive Publication Date: 2020-06-05BEIJING BYTEDANCE NETWORK TECH CO LTD
23 Cites 2 Cited by

Patent Information

Authority / Receiving Office
CN · China
Patent Type
Applications(China)
Current Assignee / Owner
Publication Date
2020-06-05

Smart Images

  • Figure 1
    Figure 1
  • Figure 2
    Figure 2
  • Figure 3
    Figure 3
Patent Text Reader

Abstract

The embodiment of the invention provides a data processing device, computer equipment and a storage medium. The device comprises a published service processing module, a browsing service processing module, and a data processing module; the published service processing module is used for executing a first service logic corresponding to a content publication, the first service logic comprises a pre-process and a data writing request process, and the data writing request process is used for requesting a data processing module to execute a data writing operation on processed data of to-be-published content; the browsing service processing module is used for executing service logic corresponding to content browsing, the service logic comprises a loading process and a packaging process, and theloading process is used for requesting the data processing module to execute data reading operation on the data of the to-be-browsed content; and the data processing module is used for executing a data writing operation according to the request of the published service processing module and executing a data reading operation according to the request of the browsed service processing module. Business logic of published and browsed content is isolated from read-write operation of a database, and stability and reliability of a server side are improved.
Need to check novelty before this filing date? Find Prior Art

Description

technical field

[0001] The embodiments of the present invention relate to the field of computer technologies, and in particular, to a data processing device, computer equipment, and storage media. Background technique

[0002] In the Internet UGC (User-generated Content, user-generated content) scenario, user actions can be divided into two parts: publishing and browsing. When the user publishes content through the application program of the terminal, the application program sends a request for publishing content to the server, carrying the content data to be published. After receiving the request for publishing content, the server performs data writing operations on the database of the storage device, and the The content data is written into the database to complete the publication of the content, and a response message is returned to the terminal application after the content publication is completed. When the user browses content through the application program, the appl...

Examples

Embodiment Construction

[0067] In order to better understand the above technical solutions, the technical solutions of the embodiments of the present invention will be described in detail below through the accompanying drawings and specific examples. It should be understood that the embodiments of the present invention and the specific features in the embodiments are the technical solutions of the embodiments of the present invention. The detailed description is not a limitation to the technical solutions of the present invention. In the case of no conflict, the embodiments of the present invention and the technical features in the embodiments can be combined with each other.

[0068] In the technical solution provided by the embodiment of the present invention, the server of the UGC scene is at least abstracted into a posting service (Post Server), a browsing service (Pack Server), and a data processing service (Data Server). Furthermore, the post-subsequent processing service (PostSubsequent Server)...