Implementation method and architecture of distributed system based on distributed embedded storage engine
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- 在线途游(北京)科技有限公司
- Publication Date
- 2022-05-31
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The present application relates to the technical field of distributed systems, and in particular to an implementation method and architecture of a distributed system based on a distributed embedded storage engine. Background technique
[0002] The business logic of the game usually has the characteristics of high frequency and strong coupling. If the stateless server architecture design of the traditional Internet is adopted, no matter whether it is a MySQL cluster, a TiDB distributed database, or a Redis cache database, it cannot be implemented at a low cost. Satisfy high-performance business processing; and mainstream cache databases do not support distributed transactions, and developers need to solve distributed transactional problems by themselves, which brings more development burden. If you use a stateful service architecture, although the performance is good, it is difficult to achieve real-time persistence. If the server crashes unexpectedly, ...