CN113111122A - Real estate registration data read-write separation method facing RAC cluster - Google Patents

Real estate registration data read-write separation method facing RAC cluster Download PDF

Info

Publication number
CN113111122A
CN113111122A CN202110249533.3A CN202110249533A CN113111122A CN 113111122 A CN113111122 A CN 113111122A CN 202110249533 A CN202110249533 A CN 202110249533A CN 113111122 A CN113111122 A CN 113111122A
Authority
CN
China
Prior art keywords
node
write
read
data read
rac
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.)
Pending
Application number
CN202110249533.3A
Other languages
Chinese (zh)
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.)
Cloud Guizhou Big Data Industry Development Co ltd
Guizhou Real Estate Registration Center
Beijing Antu I2m Corp ltd
Original Assignee
Cloud Guizhou Big Data Industry Development Co ltd
Guizhou Real Estate Registration Center
Beijing Antu I2m Corp 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 Cloud Guizhou Big Data Industry Development Co ltd, Guizhou Real Estate Registration Center, Beijing Antu I2m Corp ltd filed Critical Cloud Guizhou Big Data Industry Development Co ltd
Priority to CN202110249533.3A priority Critical patent/CN113111122A/en
Publication of CN113111122A publication Critical patent/CN113111122A/en
Pending legal-status Critical Current

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/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/16Real estate

Abstract

The invention provides a real estate registration data read-write separation method facing RAC cluster, which comprises the steps of establishing a database A, B, automatically distributing data read-write task distribution of double nodes through the CPU and IO performance of a server on the double nodes checked by a program on a C node, accessing an A node by a high-frequency read-only module in a design system, accessing the C node by a read-write mixed module, and accessing a B node by a data batch writing module. The RAC and Exadata Smart Scan technologies and the like adopted by the invention realize flexible scheduling of multi-node distributed data read-write resources of the database and read-write separation application according to the demand scene design, comprehensively improve the processing capacity and throughput of the system, effectively improve the data read-write efficiency, maximally, reasonably and effectively utilize the performance of the server and improve the working efficiency.

Description

Real estate registration data read-write separation method facing RAC cluster
Technical Field
The invention belongs to the technical field of real estate data application and utilization, and particularly relates to a real estate registration data read-write separation method facing an RAC cluster.
Background
The Guizhou province real estate registration cloud platform is a large centralized platform of the whole province, covers registration and certification work of 88 counties, carries out service declaration by thousands of financial institutions and real estate development enterprises of the whole province, simultaneously supports data sharing and utilization of 12 provincial horizontal departments, has the maximum online number of more than 5000 people and the maximum single-day write record of more than 100 thousands, reasonably improves efficiency in the face of high-frequency data reading and writing, improves system performance by adopting a multi-node data reading and writing mode, and prevents the problem of time waiting caused by data communication blockage on a single node.
Disclosure of Invention
Aiming at the defects in the prior art, the ORALCE RAC-oriented data read-write separation method provided by the invention solves the problems.
In order to achieve the above purpose, the invention adopts the technical scheme that:
the scheme provides a real estate registration data read-write separation method facing RAC clusters, which comprises the following steps:
s1, establishing three ABC nodes on an ORALCE RAC, and constructing a C node as a virtual node;
s2, designing a multi-node database and server performance scanning and task allocation mechanism on the C node;
s3, providing ABC three-node database connection of ODP.NET by the application system;
s4, designing system functions according to read-only application, write-only application and read-write mixed application;
and S5, when the C node task distribution mechanism receives a client-initiated SQL instruction, preprocessing the data and distributing the tasks through the Exadata Smart Scan technology, and finally returning the result to the client by the database server.
The invention has the beneficial effects that:
the invention provides a method for designing an ORALCE RAC-oriented data read-write separation and application system, which comprises the following steps: two nodes of a database A, B are established, the data read-write task allocation of the double nodes is automatically allocated through checking the CPU and IO performance of a server on the double nodes through a program on the C node, a read-only module with high frequency in a design system accesses the A node, a read-write mixed module accesses the C node, and data are written into the module in batch to access the B node. The technologies such as RAC and Exadata Smart Scan adopted in the design realize flexible scheduling of multi-node distributed data read-write resources of the database and design read-write separation application according to a demand scene, comprehensively improve the processing capacity and throughput of the system, effectively improve the data read-write efficiency, maximize and rationalize the performance of the server and improve the working efficiency.
Drawings
FIG. 1 is a flow chart of the method of the present invention.
Detailed Description
The following description of the embodiments of the present invention is provided to facilitate the understanding of the present invention by those skilled in the art, but it should be understood that the present invention is not limited to the scope of the embodiments, and it will be apparent to those skilled in the art that various changes may be made without departing from the spirit and scope of the invention as defined and defined in the appended claims, and all matters produced by the invention using the inventive concept are protected.
Examples
As shown in fig. 1, the present invention provides a real estate registration data read-write separation method facing an RAC cluster, which includes the following steps:
s1, establishing three ABC nodes on an ORALCE RAC, and constructing a C node as a virtual node;
s2, designing a multi-node database and server performance scanning and task allocation mechanism on the node C, which is specifically as follows:
(1) the client initiates an SQL instruction, the task distribution mechanism constructs an exadata specific iDB instruction for the query through the exadata, and then the instruction is sent to all the exadata storage server cells through a certain algorithm;
(2) the Exadata storage software scans all related data blocks according to the instruction and screens out the rows and columns meeting the requirements;
(3) the Exadata storage software returns data meeting the conditions to the database instance by using an iDB protocol, and meanwhile, the data cannot be cached in a buffer cache because the Exadata storage software is not used for caching;
(4) and integrating the results returned by all the storage cell nodes by the data block kernel, and then assembling a complete result set required by the client, wherein the process is similar to the whole parallel query result set.
In this embodiment, a user creates a task form (table 1) in Oracle according to the task content of the service system, and the form information includes: unique identification of the database, task name, task group, task program set, task processing program set, state and remark.
TABLE 1
Serial number Name of field Name of Chinese character Type of field Length of field
1 id Unique identifier of database int 11
2 JobName Task name varchar 50
3 JobGroup Task group varchar 50
4 JobTypeFullName Task program set varchar 200
5 JobClassAssembly Task processing class assembly varchar 50
6 Status Status of state int 11
7 Remark Remarks for note varchar 1000
S3, providing ABC three-node database connection of ODP.NET by the application system;
s4, designing system functions according to read-only application, write-only application and read-write mixed application, which specifically comprises the following steps:
(1) establishing A, B, C three database connection character strings at the server;
(2) the data extraction main content of designing and simultaneously using the A node to read data and the B node to write data for the big data analysis of real estate comprises the following steps: real estate classification information, transaction process information, rights achievement information, house information, land information, financial information, and rights-of-interest information; the step of simultaneously inputting the extracted data into a real estate analysis subject database comprises the following steps: total analysis subject bank, transaction rate analysis subject bank, transaction information subject bank, mortgage condition subject bank, internet + subject bank, external inquiry subject bank, efficiency analysis subject bank. The design uses the C node function, is used for reading and writing the module that is used mixedly, distribute the main content of the person's task according to A, B performance situation automatically by the task distribution mechanism and include: the system comprises a result report module for external inquiry of rightful persons, a business acceptance and handling process module, a right book result library entry module, a data modification module, a data exchange module and the like.
S5, when the C node task distribution mechanism receives a client-side initiated SQL instruction, preprocessing and task distribution are carried out on data through an Exadata Smart Scan technology (Exadata data scanning and distributing technology, and Smart Scan data technology for reducing I/O interaction), and finally the database server side returns the result to the client-side.
In this embodiment, the use modes of the three nodes are set A, B, C according to the application mode of reading and writing.
In this embodiment, the real estate registration platform and the statistical supervision and analysis system are split into data extraction and writing into the point C according to the functions of the application modules, and the data extraction and writing into the point C are completed quickly by using the automatic task allocation mechanism. The data model analysis of the statistical supervision analysis system mainly uses the application of reading data to be placed on the node A as a command for priority processing, and the real estate registration platform and the statistical supervision analysis system reasonably utilize the data reading and writing of multiple nodes to improve the efficiency.
Through the design, the invention provides a multi-node high-frequency data mass reading and writing method, the performance of a database and a server is utilized to the maximum extent, the reading and writing channel can be set in a user-defined mode according to the application scene of real estate registration service, along with the improvement of the service volume and the coverage area, the system provides a processing method which is better in flexibility and more flexible, the resource utilization rate is improved, and the hardware cost is reduced.

Claims (1)

1. A real estate registration data read-write separation method facing RAC cluster is characterized by comprising the following steps:
s1, establishing three ABC nodes on an ORALCE RAC, and constructing a C node as a virtual node;
s2, designing a multi-node database and server performance scanning and task allocation mechanism on the C node;
s3, providing ABC three-node database connection of ODP.NET by the application system;
s4, designing system functions according to read-only application, write-only application and read-write mixed application;
and S5, when the C node task distribution mechanism receives a client-initiated SQL instruction, preprocessing the data and distributing the tasks through the Exadata Smart Scan technology, and finally returning the result to the client by the database server.
CN202110249533.3A 2021-03-08 2021-03-08 Real estate registration data read-write separation method facing RAC cluster Pending CN113111122A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110249533.3A CN113111122A (en) 2021-03-08 2021-03-08 Real estate registration data read-write separation method facing RAC cluster

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110249533.3A CN113111122A (en) 2021-03-08 2021-03-08 Real estate registration data read-write separation method facing RAC cluster

Publications (1)

Publication Number Publication Date
CN113111122A true CN113111122A (en) 2021-07-13

Family

ID=76710809

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110249533.3A Pending CN113111122A (en) 2021-03-08 2021-03-08 Real estate registration data read-write separation method facing RAC cluster

Country Status (1)

Country Link
CN (1) CN113111122A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104063482A (en) * 2014-07-03 2014-09-24 浙江大学 Business data integration method oriented to real estate registration
CN104503965A (en) * 2014-10-16 2015-04-08 杭州斯凯网络科技有限公司 High-elasticity high availability and load balancing realization method of PostgreSQL (Structured Query Language)
US9842031B1 (en) * 2014-12-08 2017-12-12 Amazon Technologies, Inc. Incremental updates to user transaction state at read-only nodes of a distributed database
CN108595116A (en) * 2018-03-29 2018-09-28 浙江慧优科技有限公司 Based on Oracle RAC company-data readwrite performance optimization methods

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104063482A (en) * 2014-07-03 2014-09-24 浙江大学 Business data integration method oriented to real estate registration
CN104503965A (en) * 2014-10-16 2015-04-08 杭州斯凯网络科技有限公司 High-elasticity high availability and load balancing realization method of PostgreSQL (Structured Query Language)
US9842031B1 (en) * 2014-12-08 2017-12-12 Amazon Technologies, Inc. Incremental updates to user transaction state at read-only nodes of a distributed database
CN108595116A (en) * 2018-03-29 2018-09-28 浙江慧优科技有限公司 Based on Oracle RAC company-data readwrite performance optimization methods

Similar Documents

Publication Publication Date Title
CN101828182B (en) ETL-less zero redundancy system and method for reporting OLTP data
CN101645032B (en) Performance analysis method of application server and application server
CN103853766B (en) A kind of on-line processing method and system towards stream data
CN102917006B (en) A kind of unified control and management method and device realizing computational resource and object permission
CN104660427A (en) Method and device for real-time statistics of logs
CN106502875A (en) A kind of daily record generation method and system based on cloud computing
CN111198918B (en) Data processing system based on big data platform and link optimization method
CN101639842A (en) Characteristics data statistic method and system of members
US8965879B2 (en) Unique join data caching method
CN110289975A (en) Public platform message cluster transmition management system and method
CN100485640C (en) Cache for an enterprise software system
CN102937984A (en) System, client terminal and method for collecting data
CN110765192A (en) GIS data management and processing method based on cloud platform
CN103140839A (en) Systems and methods for efficient sequential logging on caching-enabled storage devices
CN109829003A (en) Database backup method and device
CN111552730B (en) Data distribution method, device, electronic equipment and storage medium
CN113111122A (en) Real estate registration data read-write separation method facing RAC cluster
KR20120118550A (en) An architecture of a high performance distributed main memory database management system for massive data
CN116661685A (en) Hierarchical storage method and system for object storage metadata of business behavior awareness
CN104539658B (en) One kind is based on enterprise's private clound big data processing method
Yin Design and Implementation of Financial Accounting System Based on Cloud Computing Technology
CN114546415A (en) Big data storage optimization analysis system for cloud platform
CN111767344A (en) Novel alliance chain for improving data processing capacity
CN108762763A (en) Parallel I towards large-scale complex data application field/O optimization methods
US11263026B2 (en) Software plugins of data virtualization-based architecture

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