CN113342605B - PostgreSQL database monitoring and traceability analysis method and system - Google Patents

PostgreSQL database monitoring and traceability analysis method and system Download PDF

Info

Publication number
CN113342605B
CN113342605B CN202110632846.7A CN202110632846A CN113342605B CN 113342605 B CN113342605 B CN 113342605B CN 202110632846 A CN202110632846 A CN 202110632846A CN 113342605 B CN113342605 B CN 113342605B
Authority
CN
China
Prior art keywords
database
monitoring
snapshot
void
stat
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.)
Active
Application number
CN202110632846.7A
Other languages
Chinese (zh)
Other versions
CN113342605A (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.)
Beijing Xu Ji Electric Co ltd
Original Assignee
Beijing Xu Ji Electric Co 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 Beijing Xu Ji Electric Co ltd filed Critical Beijing Xu Ji Electric Co ltd
Priority to CN202110632846.7A priority Critical patent/CN113342605B/en
Publication of CN113342605A publication Critical patent/CN113342605A/en
Application granted granted Critical
Publication of CN113342605B publication Critical patent/CN113342605B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3051Monitoring arrangements for monitoring the configuration of the computing system or of the computing system component, e.g. monitoring the presence of processing resources, peripherals, I/O links, software programs
    • 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
    • G06F16/2433Query languages
    • 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
    • G06F16/2455Query execution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5011Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals
    • G06F9/5016Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals the resource being the memory

Landscapes

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

Abstract

The embodiment of the invention provides a processing method and a system for constructing a PostgreSQL database by a snapshot sampling technology, wherein the method comprises the following steps: synchronously loading a monitoring plug-in when a database is started by using a hook, requesting memory allocation from a database main process, and creating a monitoring sub-process; after the monitoring subprocess is started, database parameters are obtained, wherein the database parameters comprise: database state, sql statements, execution plans, lock information, data block changes, host system information; real-time shooting a database snapshot through real-time monitoring of sql sentences of database operation and the running state of the database; and (3) storing the database snapshot shot in real time into a corresponding table and view by calling a snapshot_w (void) function.

Description

PostgreSQL database monitoring and traceability analysis method and system
Technical Field
The invention belongs to the technical field of information, and particularly relates to a method and a system for constructing PostgreSQL database monitoring and traceability analysis based on database snapshot sampling storage.
Background
In daily operation and maintenance of the database, diagnosis of database performance, performance optimization and fault tracing are an important ring in daily operation and maintenance work. ASH (Active Session History) exists in Oracle, and ASH provides the most direct and effective basis for analyzing performance problems at the latest moment by extracting active session samples every second. However, in PostgreSQL, performance problems generally occur, and can only be observed through the combination of the self-contained performance view pg_stat_activity of the system and commands such as top and iostat of the operating system layer, and the biggest defect is that the pg_stat_activity view can only see the currently running Postgres process state, only a snapshot of the time point, only the running state of the database at the moment, and no ability to locate performance problems in historical running is available.
Disclosure of Invention
Aiming at the problem that the historical running state cannot be checked in the prior art, the invention aims to provide a method and a system for constructing PostgreSQL database monitoring and traceability analysis based on database snapshot sampling storage so as to improve the database operation and maintenance efficiency and usability.
In order to solve the above problems, an embodiment of the present invention provides a method for constructing PostgreSQL database monitoring and traceability analysis based on snapshot sampling technology, including:
synchronously loading a monitoring plug-in when a database is started by using a hook through a hook_proc (void) function, requesting memory allocation from a database main process postgres through a proc_entry_memsize (void) function method call, and finally creating a monitoring subprocess by using an init_proc (constraint str, int len) function;
after the monitor sub-process starts, get_ dbstatus (void), get_sql (const_str, int len), get_side_analysis (parameter_query), get_lock_info (i_mode text), get_block change (pg_function_ars), get_host_process_info (void) functions are used to obtain database parameters, where the database parameters include: database state, sql statements, execution plans, lock information, data block changes, host system information;
real-time shooting a database snapshot through real-time monitoring of sql sentences of database operation and the running state of the database; and (3) storing the database snapshot shot in real time into a corresponding table and view by calling a snapshot_w (void) function.
Further, the method further comprises:
the monitoring subprocess uses copy_stat (void) function to sample the pg_stat_statements view, but different from the original view, the monitoring subprocess additionally adds a preset field on the basis of the pg_stat_activity view to record the running state of the database; wherein the preset field includes: blockers, blockpid, blocker _state; wherein the pg_stat_statements are database self-contained plug-ins.
Further, the method further comprises:
the sampled snapshot data is stored in the pg_active_session_history view and the pg_stat_events_history view.
Further, the pg_active_session_history view and the pg_stat_systems_history view include the following fields:
further, the monitor subprocess further comprises GUC parameters for controlling the monitor subprocess to collect behaviors and frequencies, including:
pgsendinel_ash. Sampling_period: sampling period, defaulting to 1s;
pgsendinel_ash.max_entries: the size of the buffer area of the pg_active_session_history view in the memory is defaulted to 1000;
pgsentinel_pgssh.max_entries: the size of the buffer in the memory of the pg_stat_systems_history view defaults to 1000;
pgsendinel. Db_name: the database to be monitored is postgres by default;
pgsendinel_ash_track_idle_trans: tracking a session in the state of an idle transaction, wherein the default is false;
pgsendtinel_pgssh. Whether the monitoring subprocess is started to sample the snapshot is defaulted to false.
Meanwhile, the embodiment of the disclosure also provides a system for constructing a PostgreSQL database monitoring and traceability analysis based on a snapshot sampling technology, which comprises the following steps:
the system comprises a building module, a monitoring module and a control module, wherein the building module is used for synchronously loading a monitoring plug-in when a database is started by using a hook through a hook-proc (void) function, requesting memory allocation from a database main process postgres through a proc-entry-memsize (void) function method call, and finally creating a monitoring subprocess by using an init-proc (constraint str, int len) function;
a starting module, configured to obtain database parameters using a get_ dbstatus (void), get_sql (const char str, int len), get_parameter_analysis (parameter_pstate, query_query), get_lock_info (i_mode text), get_block change (pg_function_args), get_host_procs_info (void) function after the monitor sub-process starts, where the database parameters include: database state, sql statements, execution plans, lock information, data block changes, host system information;
the snapshot module is used for shooting the database snapshot in real time through the sql statement and the database running state of the real-time monitoring database operation; and (3) storing the database snapshot shot in real time into a corresponding table and view by calling a snapshot_w (void) function.
The technical scheme of the invention has the following beneficial effects: according to the technical scheme, the real-time state of the database can be sampled based on the snapshot, and the database can be operated at the database node in a non-invasive kernel mode; and the real-time running state of the database is stored as a snapshot by setting the acquisition frequency and the acquisition range, so that the historical running condition of the database can be traced. The technical scheme is realized based on the built-in api and the expansion mechanism of the database, does not invade the kernel, and has strong safety and flexibility.
Drawings
Fig. 1 is a system logic flow diagram of an embodiment of the present disclosure.
DETAILED DESCRIPTION OF EMBODIMENT (S) OF INVENTION
The present invention will be described in further detail with reference to the accompanying drawings, in order to make the objects, technical solutions and advantages of the present invention more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
The method of post-evaluation is further described below with reference to the accompanying drawings.
As shown in fig. 1, an embodiment of the present disclosure proposes a method for constructing PostgreSQL database monitoring and traceability analysis based on snapshot sampling technology, including:
the method comprises the steps that a program is synchronously loaded when a database is started by a hook through a hook_proc (void) function, memory allocation is requested from a database main process postgres through a proc_entry_memsize (void) function method call, and finally an init_proc (constraint_str, int len) function is used for creating a monitoring subprocess;
after the monitor subprocess is started, using a series of functions of get_ dbstatus (void), get_sql (const_str, int len), get_side_analysis (parameter_pstate, query) get_lock_info (i_mode text), get_block change (pg_function_args), get_host_process_info (void), and the like, obtaining data such as a database, sql statement, execution plan, lock information, data block change, host system information, and the like, adding and deleting sql statement and database running state through the real-time monitor database, and capturing a snapshot of the database in real time by calling a snapshot_w (void) function into a correlation table and a view.
Meanwhile, in order to acquire more fine-grained queries, the monitoring subprocess also uses copy_stat (void) to sample the pg_stat_states view, but different from the original view, the monitoring subprocess additionally adds some fields on the basis of the pg_stat_activity view, so as to conveniently record more detailed database running states, such as blockers, blockpid, blocker _state and other fields. Wherein pg_stat_statements are database self-contained plug-ins providing a rough historical sql running record.
The sampled snapshot data is queried and revealed by reading the pg_active_session_history view and the pg_stat_systems_history view. The pg_active_session_history and pg_stat_systems_history may be as shown in table 1 below:
TABLE 1
Further, the system also comprises GUC parameters for controlling the functions of monitoring the sub-process acquisition behaviors, frequency and the like, and the total of the GUC parameters is as follows:
pgsendinel_ash. Sampling_period: sampling period, defaulting to 1s;
pgsendinel_ash.max_entries: the size of the buffer area of the pg_active_session_history view in the memory is defaulted to 1000;
pgsentinel_pgssh.max_entries: the size of the buffer in the memory of the pg_stat_systems_history view defaults to 1000;
pgsendinel. Db_name: the database to be monitored is postgres by default;
pgsendinel_ash_track_idle_trans: tracking a session in the state of an idle transaction, wherein the default is false;
pgsendtinel_pgssh. Whether the monitoring subprocess is started to sample the snapshot is defaulted to false.
The invention will be further illustrated by the following specific examples.
Step one, the procedure for implementing the method of the embodiment of the present invention (hereinafter referred to as pgsentinel) is based on relying on PostgreSQL database (version need not less than 9.6), so PostgreSQL needs to be installed first.
Step two, uploading the program source code, then decompressing and installing, and then executing the following steps.
export PATH=/app/pg/122/bin:$PATH:
make&&make install
Step three, configuring pgsentinel according to the embodiment of the invention
Edit/pgdata/data/postgresql. Conf file, in which parameters are set:
shared_preload_libraries='pg_stat_statements,pgsentinel'
track_activity_query_size=2048
pg_stat_statements.track=all
pgsentinel_pgssh.enable=true
step four, starting the database and starting and creating the pgsentinel process
pgsentinel needs to be started first in a required monitoring database, a corresponding monitoring view is created after starting, and the program depends on pg-stat_states, so synchronous starting is also required, and the process is completed by a createextension command:
pg_ctlstart-D/pgdata/data
createextension pg_stat_statements
createextensionpgsentinel。
and fifthly, performing snapshot sampling and storage on the database operation sql and the state after the monitoring subprocess is operated in the background. The database can then view the snapshot sample data in the view after executing some sql.
Finally, by carrying out the association query on the snapshot information sampled by the embodiment of the invention, more practical performance analysis can be obtained, for example:
1. top 10SQL for obtaining the most consumed CPU
2. Acquiring top 10 average active session AAS (Average Active Sessions)
3. Acquiring top 10 wait for event
4. Get Top 10 wait SQL
5. Querying load distribution
select backend_type,count(*)/(select count(distinct ash_time)::float from
pg_active_session_history)as load
from pg_active_session_historygroup by backend_type;
Meanwhile, the embodiment of the disclosure also provides a system for constructing a PostgreSQL database monitoring and traceability analysis based on a snapshot sampling technology, which comprises the following steps:
the system comprises a building module, a monitoring module and a control module, wherein the building module is used for synchronously loading a monitoring plug-in when a database is started by using a hook through a hook-proc (void) function, requesting memory allocation from a database main process postgres through a proc-entry-memsize (void) function method call, and finally creating a monitoring subprocess by using an init-proc (constraint str, int len) function;
a starting module, configured to obtain database parameters using a get_ dbstatus (void), get_sql (const char str, int len), get_parameter_analysis (parameter_pstate, query_query), get_lock_info (i_mode text), get_block change (pg_function_args), get_host_procs_info (void) function after the monitor sub-process starts, where the database parameters include: database state, sql statements, execution plans, lock information, data block changes, host system information;
the snapshot module is used for shooting the database snapshot in real time through the sql statement and the database running state of the real-time monitoring database operation; and (3) storing the database snapshot shot in real time into a corresponding table and view by calling a snapshot_w (void) function.
Of course, the above system corresponds to the above method, and will not be described herein.
While the foregoing is directed to the preferred embodiments of the present invention, it will be appreciated by those skilled in the art that various modifications and adaptations can be made without departing from the principles of the present invention, and such modifications and adaptations are intended to be comprehended within the scope of the present invention.

Claims (4)

1. A method for PostgreSQL database monitoring and traceability analysis, comprising:
synchronously loading a monitoring plug-in when a database is started by using a hook through a hook_proc (void) function, requesting memory allocation from a database main process postgres through a proc_entry_memsize (void) function method call, and finally creating a monitoring subprocess by using an init_proc (constraint str, int len) function;
after the monitor sub-process starts, get_ dbstatus (void), get_sql (const_str, int len), get_side_analysis (parameter_query), get_lock_info (i_mode text), get_block change (pg_function_ars), and get_host_processes_info (void) functions are used to obtain database parameters, where the database parameters include: database state, sql statements, execution plans, lock information, data block changes, and host system information;
real-time shooting a database snapshot through real-time monitoring of sql sentences of database operation and the running state of the database; storing the database snapshot shot in real time into a corresponding table and view by calling a snapshot_w (void) function;
the monitoring subprocess uses copy_stat (void) function to sample the pg_stat_statements view, but different from the original view, the monitoring subprocess additionally adds a preset field on the basis of the pg_stat_activity view to record the running state of the database; wherein the preset field includes: blockers, blockpid and blocker_state; wherein the pg_stat_statements are database self-contained plug-ins;
the monitoring subprocess also comprises GUC parameters for controlling the acquisition behavior and frequency of the monitoring subprocess, and the GUC parameters comprise:
pgsendinel_ash. Sampling_period: sampling period, defaulting to 1s;
pgsendinel_ash.max_entries: the size of the buffer area of the pg_active_session_history view in the memory is defaulted to 1000;
pgsentinel_pgssh.max_entries: the size of the buffer in the memory of the pg_stat_systems_history view defaults to 1000;
pgsendinel. Db_name: the database to be monitored is postgres by default;
pgsendinel_ash_track_idle_trans: tracking a session in the state of an idle transaction, wherein the default is false;
pgsendtinel_pgssh. Whether the monitoring subprocess is started to sample the snapshot is defaulted to false.
2. The method of PostgreSQL database monitoring and traceability analysis of claim 1, further comprising:
the sampled snapshot data is stored in the pg_active_session_history view and the pg_stat_events_history view.
3. The method of PostgreSQL database monitoring and trace-source analysis of claim 2, wherein the pg_active_session_history view and pg_stat_events_history view comprise the following fields:
4. a PostgreSQL database monitoring and traceability analysis system, comprising:
the system comprises a building module, a monitoring module and a control module, wherein the building module is used for synchronously loading a monitoring plug-in when a database is started by using a hook through a hook-proc (void) function, requesting memory allocation from a database main process postgres through a proc-entry-memsize (void) function method call, and finally creating a monitoring subprocess by using an init-proc (constraint str, int len) function;
a starting module, configured to obtain database parameters using get_ dbstatus (void), get_sql (const_str, int len), get_parameter_analysis (parameter_pstate, query_query), get_lock_info (i_mode text), get_block change (pg_function_args), and get_host_proc_info (void) functions after the monitor sub-process starts, where the database parameters include: database state, sql statements, execution plans, lock information, data block changes, and host system information;
the snapshot module is used for shooting the database snapshot in real time through the sql statement and the database running state of the real-time monitoring database operation; storing the database snapshot shot in real time into a corresponding table and view by calling a snapshot_w (void) function;
the monitoring subprocess uses copy_stat (void) function to sample the pg_stat_statements view, but different from the original view, the monitoring subprocess additionally adds a preset field on the basis of the pg_stat_activity view to record the running state of the database; wherein the preset field includes: blockers, blockpid and blocker_state; wherein the pg_stat_statements are database self-contained plug-ins; the monitoring subprocess also comprises GUC parameters for controlling the acquisition behavior and frequency of the monitoring subprocess, and the GUC parameters comprise:
pgsendinel_ash. Sampling_period: sampling period, defaulting to 1s;
pgsendinel_ash.max_entries: the size of the buffer area of the pg_active_session_history view in the memory is defaulted to 1000;
pgsentinel_pgssh.max_entries: the size of the buffer in the memory of the pg_stat_systems_history view defaults to 1000;
pgsendinel. Db_name: the database to be monitored is postgres by default;
pgsendinel_ash_track_idle_trans: tracking a session in the state of an idle transaction, wherein the default is false;
pgsendtinel_pgssh. Whether the monitoring subprocess is started to sample the snapshot is defaulted to false.
CN202110632846.7A 2021-06-07 2021-06-07 PostgreSQL database monitoring and traceability analysis method and system Active CN113342605B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110632846.7A CN113342605B (en) 2021-06-07 2021-06-07 PostgreSQL database monitoring and traceability analysis method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110632846.7A CN113342605B (en) 2021-06-07 2021-06-07 PostgreSQL database monitoring and traceability analysis method and system

Publications (2)

Publication Number Publication Date
CN113342605A CN113342605A (en) 2021-09-03
CN113342605B true CN113342605B (en) 2024-02-02

Family

ID=77474726

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110632846.7A Active CN113342605B (en) 2021-06-07 2021-06-07 PostgreSQL database monitoring and traceability analysis method and system

Country Status (1)

Country Link
CN (1) CN113342605B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104699811A (en) * 2015-03-23 2015-06-10 重庆广播电视大学 Method and device for recording and backtracking variation of form data in non-invasion manner
CN105868078A (en) * 2016-04-14 2016-08-17 国家电网公司 System and method for Oracle RAC (real application clusters) database SQL (structured query language) stream capture on basis of dynamic view monitoring
CN107533549A (en) * 2015-05-13 2018-01-02 华为技术有限公司 For the system and method for the selective snapshot for creating database
CN107729214A (en) * 2017-10-13 2018-02-23 福建富士通信息软件有限公司 A kind of visual distributed system monitors O&M method and device in real time
CN107835983A (en) * 2015-04-16 2018-03-23 诺宝公司 Backup-and-restore is carried out in distributed data base using consistent database snapshot
CN111143330A (en) * 2019-12-27 2020-05-12 湖南亚信软件有限公司 Method and device for realizing multi-mode database analysis engine
CN112699640A (en) * 2021-03-23 2021-04-23 城云科技(中国)有限公司 Geocoding method and system based on PostgreSQL

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7434229B2 (en) * 2002-07-31 2008-10-07 Genesys Telecommunications Laboratories, Inc. Method for improving temporal consistency and snapshot recency in a monitored real-time software-reporting-application architecture

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104699811A (en) * 2015-03-23 2015-06-10 重庆广播电视大学 Method and device for recording and backtracking variation of form data in non-invasion manner
CN107835983A (en) * 2015-04-16 2018-03-23 诺宝公司 Backup-and-restore is carried out in distributed data base using consistent database snapshot
CN107533549A (en) * 2015-05-13 2018-01-02 华为技术有限公司 For the system and method for the selective snapshot for creating database
CN105868078A (en) * 2016-04-14 2016-08-17 国家电网公司 System and method for Oracle RAC (real application clusters) database SQL (structured query language) stream capture on basis of dynamic view monitoring
CN107729214A (en) * 2017-10-13 2018-02-23 福建富士通信息软件有限公司 A kind of visual distributed system monitors O&M method and device in real time
CN111143330A (en) * 2019-12-27 2020-05-12 湖南亚信软件有限公司 Method and device for realizing multi-mode database analysis engine
CN112699640A (en) * 2021-03-23 2021-04-23 城云科技(中国)有限公司 Geocoding method and system based on PostgreSQL

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于业务需求的数据库快照技术;吴海洋 等;信息化研究;第41卷(第5期);10-13+22 *

Also Published As

Publication number Publication date
CN113342605A (en) 2021-09-03

Similar Documents

Publication Publication Date Title
CN100451989C (en) Software testing system and testing method
US7689558B2 (en) Application monitoring using profile points
EP3591485B1 (en) Method and device for monitoring for equipment failure
KR100982034B1 (en) Monitoring method and system for database performance
WO2019109854A1 (en) Data processing method and device for distributed database, storage medium, and electronic device
CN103577310A (en) Method and device for recording software debugging logs
CN101639803A (en) Exception handling method and exception handling device for multithread application system
CN102541885A (en) Method and device for detecting database blockage
CN107357809B (en) Mass platform Highsoon real-time library measurement data access system
CN113407421A (en) Dynamic log record management method and system for micro-service gateway
EP3384391B1 (en) Real-time change data from disparate sources
EP3238068A1 (en) Automatically rerunning test executions
CN105069029B (en) A kind of real-time ETL system and method
KR20040027270A (en) Method for monitoring database system
US20070174838A1 (en) Tuning of work to meet performance goal
CN113342605B (en) PostgreSQL database monitoring and traceability analysis method and system
CN112612697A (en) Software defect testing and positioning method and system based on byte code technology
US6182244B1 (en) System and method for automatically initiating a tracing facility and dynamically changing the levels of tracing currently active
CN113806195B (en) Data processing method, device, equipment, system and storage medium
Butrovich et al. Tastes great! less filling! high performance and accurate training data collection for self-driving database management systems
CN116166813A (en) Management method, system, equipment and storage medium for big data automation operation and maintenance
CN111177239A (en) Unified log processing method and system based on HDP big data cluster
US7117184B1 (en) System and method for maintaining target response times in business methods
KR100811433B1 (en) Complex event processing system and complex event processing method
Zhao et al. Application research on application performance management system in big data of power grid

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