Database horizontal extension method of software service system
An expansion method and software business technology, applied in the field of database horizontal expansion of software business systems, can solve problems such as performance pressure that cannot be completely solved, and achieve the effect of solving system performance bottlenecks and operating efficiency problems, and strong horizontal expansion capabilities
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Examples
Embodiment 1
[0016] The steps of the database horizontal expansion method are as follows:
[0017] 1) Identify the expansion dimension and form the expansion configuration: identify the dimension of the database horizontal expansion according to the horizontal correlation degree of the business function module and the data volume of a single table; form the database horizontal expansion configuration table according to the dimensions of the business module and business organization;
[0018] The above database scale-out configuration table is used to describe the entity structure of the database scale-out results. The data columns include the business module number column, business organization type column, business organization identifier column, reserved extension column 1, reserved extension column 2, and business database Instance number column.
[0019] 2) Routing access to data according to configuration: the business operation framework uniformly encapsulates the access to data from...
Embodiment 2
[0024] The following will be a detailed description of the realization of the horizontal expansion of the database in an ERP business system:
[0025] First, the horizontal expansion of the database entity
[0026] / / /
[0027] / / / Database scale-out settings
[0028] / / /
[0029] publicclassGSPDBExtSetting
[0030] {
[0031] / / module number
[0032] publicstringModule{get;set;}
[0033] / / organization type
[0034] publicstringOrgType{get;set;}
[0035] / / Organization ID
[0036] publicstringOrgID{get;set;}
[0037] / / extend dimension 1
[0038] publicstringExtDim1{get;set;}
[0039] / / extend dimension 2
[0040] publicstringExtDim2{get;set;}
[0041] / / Database connection number
[0042] publicstringDBCode{get;set;}
[0043] / / Set the last modification time, for cache synchronization
[0044] publicDateTimeLastModifyTime{get;set;}
[0045]}
[0046] 2. According to the database horizontal expansion setting, dynamically route the database
[0047] 1) Th...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com