WO2012009934A1 - 一种自扩展的联机交易系统及其实现方法 - Google Patents

一种自扩展的联机交易系统及其实现方法 Download PDF

Info

Publication number
WO2012009934A1
WO2012009934A1 PCT/CN2010/080316 CN2010080316W WO2012009934A1 WO 2012009934 A1 WO2012009934 A1 WO 2012009934A1 CN 2010080316 W CN2010080316 W CN 2010080316W WO 2012009934 A1 WO2012009934 A1 WO 2012009934A1
Authority
WO
WIPO (PCT)
Prior art keywords
sub
transaction
data table
database
data
Prior art date
Application number
PCT/CN2010/080316
Other languages
English (en)
French (fr)
Inventor
杨明玮
谌鹏飞
马俊辉
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2012009934A1 publication Critical patent/WO2012009934A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3409Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment
    • G06F11/3428Benchmarking
    • 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
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/06Asset management; Financial planning or analysis

Definitions

  • the present invention relates to the field of telecommunications value-added services, and more particularly to a self-expanding online transaction system and an implementation method thereof.
  • the traditional data segmentation must determine the number of sub-tables in the planning and design stage. If the data segmentation needs to be re-executed during the system operation, the system must be suspended and re-planned. As a result, the scalability of the system is very poor, unable to adapt to the growth of business volume, increase the maintenance downtime, increase the operating cost, reduce the availability level of the system, and cause business losses in both planned and unplanned downtime.
  • the present invention provides a self-expanding online transaction system, the system comprising:
  • a service processor configured to invoke a specified database operation program according to a calling rule notified by the service manager to operate the sub-table of the data table;
  • Running a monitor which is configured to monitor the running status of the system, collect running information during the running of the system, and send the information to the service manager;
  • a service manager configured to determine, according to the running information sent by the received running monitor, whether the transaction traffic exceeds a predetermined threshold, and if so, invoke the data structure generator, and generate a new calling rule notification to the service processor ; as well as
  • a data structure generator configured to: after being called, create a child table of the data table in the database, and generate a database operation program of the child table.
  • the data structure generator may include a data table template and a code template, where: the data table template may be configured to provide a general statement of the child table establishing the data table;
  • the code template can be set to provide a generic statement for establishing a database operator
  • the data structure generator may be configured to create a sub-table of the data table and generate a database operation program of the sub-table by: generating a data definition statement for creating the sub-table according to the data table template, and according to the code
  • the template generates the database operator.
  • the data table may include a user account data table and a transaction log table, and the database operation program may include a stored procedure;
  • the service manager may be configured to: invoke the data structure generator by sending a structure adjustment request message, where the number of sub-tables of the user account data table and the transaction log table to be created is specified in the structure adjustment request message; Generating the new calling rule according to the structural adjustment response message of the data structure generator, wherein, in the new calling rule, the mode to which the user ID value belongs and the user ID determine the modulus of the transaction log sub-table The name of the stored procedure being called;
  • the data structure generator may be configured to: create a sub-table of a specified number of user account data tables and transaction log tables according to the structure adjustment request message, and according to the user account data table and the sub-table of the transaction log table Combining relationships to generate stored procedures;
  • the data structure generator may be further configured to: re-divide the interval of the user ID value, return a structural adjustment response message indicating whether the structural adjustment operation is successful, and the interval of the re-divided user ID value to the service manager The number of sub-tables of the generated transaction log table is included in the structural adjustment response message and sent to the service manager.
  • the data table may include a user account data table and a transaction log table
  • the database operation program may include a stored procedure
  • the database template may be further configured to: create a transaction log table name and a user account data table name in a general statement of the child table by using a special label
  • the code template may be further configured to: identify a transaction log table name and a user account data table name in a general statement of the database operation program by using a special label;
  • the data structure generator can be arranged to generate a data definition statement that creates the child table and the stored procedure in a manner that replaces the tag with a determined value.
  • the service manager may be further configured to: determine, according to the operation information, that the transaction traffic exceeds a predetermined threshold, determine whether the transaction traffic exceeds a system capacity range, and if the system capacity range is exceeded, send a flow control message to the service processing.
  • the service processor may be further configured to: when receiving the flow control message, return a response to the rejection process for the partial online transaction request according to the preset flow control parameter.
  • the present invention also provides a method for implementing a self-expanding online transaction system, the method comprising: monitoring the operation of the system, determining whether the transaction volume exceeds a predetermined threshold according to the operation information collected during the operation of the system, and if so, Creating a child table of the data table in the database, generating a database operation program of the child table, and generating a new calling rule;
  • the specified database operator is called according to the new calling rule, and the created sub-table is operated.
  • the data table may include a user account data table and a transaction log table
  • the database operation program may include a storage process
  • the step of generating the database operation program of the sub-table and generating a new calling rule may include: after creating a sub-table of the user account data table and the transaction log table, according to the combination of the user account data table and the sub-table of the transaction log table The relationship generates a stored procedure, and re-partitions the interval of the user ID value to generate a new calling rule.
  • the called stored procedure name can be determined according to the interval to which the user ID value belongs and the model of the number of transaction log sub-tables.
  • the above method may further include: determining, according to the transaction traffic volume in the operation information, the number of sub-tables of the user account data table and the transaction log table to be created.
  • the method may further include: determining, according to the operation information, that the transaction traffic volume exceeds a predetermined threshold, and determining whether the transaction traffic volume exceeds a system capacity range, and if the system capacity range is exceeded, according to the preset traffic control parameter, A response to the rejection request is returned for a partial online transaction request.
  • the present invention has at least the following features:
  • the automatic extension of the sub-table is encapsulated by the operation of the underlying database, and is transparent to the service level, and the establishment of the sub-table does not require modification of the upper-layer business logic, which is the greatest extent.
  • the complexity of system maintenance is reduced.
  • the sub-table is automatically established according to the business volume of online transactions, dynamically adapting to the growth of business volume, without downtime maintenance, which greatly improves the efficiency of operations and reduces the operation.
  • the sub-table of the newly extended core data table can be operated without modifying the original processing logic of the business processor to dynamically adapt to the growth of the traffic; finally, the transaction processing related to the sub-table Stored procedure code is automatically generated, eliminating the need to manually maintain stored procedures, which reduces the possibility of errors and maximizes system availability.
  • FIG. 1 is a schematic structural diagram of a self-expanding online transaction system according to an embodiment of the present invention
  • FIG. 2 is a flow chart showing a method for implementing a self-expanding online transaction system according to an embodiment of the present invention.
  • the business processor invokes the specified database operator based on the calling rules notified by the business manager.
  • the running monitor is configured to monitor the running status of the system, collect running information during the running of the online trading system, including transaction volume, user volume, abnormal transaction volume, etc., and send the running information to the service manager.
  • the business manager which is used in the online trading system for the coordinated master control of each module.
  • Business manager Set to receive the running information of the running monitor, determine whether the transaction traffic exceeds the specified threshold, and when the traffic exceeds the specified threshold, call the data structure generator to generate the sub-table of the core data table and the corresponding database operating program , at the same time generate new calling rules and notify the business processor.
  • a data structure generator that is set up to create a subtable of the data table and the corresponding database operator.
  • the data structure generator generates a data definition statement of the table by using the data table template according to the split rule of the data table, and creates a child table of the core data table in the database, and then generates a database operation program of the operation sub-table through the code template.
  • a data table template which is arranged to provide a general statement of a child table that establishes a core data table, and the data structure generator generates a data definition statement for constructing the table based on the data table template.
  • the general statement includes a custom tag statement and a data definition statement.
  • Data definition statements consist of standard SQL (Structured Query Language) and can be executed directly in the database system. Because the common statement uses a custom tag statement, the statement cannot be executed directly in the database system.
  • the custom tag statement defines the data table name, so you need to replace the custom tag statement with the real data table name.
  • the general statement is converted to a database definition statement, and the converted data definition statement can be executed in the database system.
  • a code template which is arranged to provide a generic statement for establishing a database operator, and the data structure generator generates a database operator based on the code template.
  • a database which is used for data storage of an online trading system, including a data table for storing user account information and a data table for transaction logs.
  • Another object of the present invention is to provide a method for implementing a self-expanding online transaction system, which uses the following technical solutions:
  • the specified database operator is called according to the new calling rule, and the created sub-table is operated.
  • the foregoing implementation method specifically includes:
  • Running Monitor collects traffic, user volume, and exceptions while the online trading system is running Running information such as transaction volume, and sending the running information to the service manager;
  • the service manager receives the running information of the running monitor, determines whether the transaction traffic exceeds the specified threshold; when the traffic exceeds the specified threshold, the service manager sends a structural adjustment request message to the data structure generator;
  • the data structure generator receives the structure adjustment request message of the service manager, generates a data definition statement of the table by using the data table template according to the split rule of the data table, and creates a child table of the core data table in the database, and then generates the code table template
  • the database operation program of the operation subtable after the creation of the subtable and the database operation program is completed, the data structure generator sends a structural adjustment response message to the service manager;
  • the service manager receives the structure adjustment response message of the data structure generator, generates a new calling rule according to the response message, and sends the calling rule to the service processor;
  • the service processor receives the notification message of the calling rule, invokes the specified database operation program according to the calling rule, executes the processing logic of the transaction data, and operates the newly added sub-table.
  • the self-expanding online transaction system of the embodiment of the present invention includes: a service processor 101, an operation monitor 102, a service manager 103, a data structure generator 104, a data table template 105, a code template 106, and a database. 107, where:
  • the service processor 101 is arranged to implement processing logic for online transactions, operate the user account data table of the database 107, and record the transaction information in the transaction log table in the database 107.
  • the service processor 101 receives the call rule notification message sent by the service manager 103, first determines the interval to which the ID value belongs according to the user ID, and calculates the modulus of the user ID to the number of transaction log sub-tables, according to the above two values in the calling rule.
  • the stored procedure name is searched, and then the stored procedure is called in the database 107, and the user account data table and the transaction log table newly expanded in the database 107 can be operated without modifying the processing logic of the service processor 101.
  • the service processor 101 is further configured to receive the flow control notification message sent by the service manager 103, and return a response to the rejection process to the partial online transaction request according to the flow control parameter to ensure the normal operation of the online transaction system.
  • the operation monitor 102 is mainly configured to monitor the operation of the service processor 101 and the database 107.
  • the operation information is collected during the running of the system, including the transaction volume, the amount of users, the abnormal transaction amount, and the like, and the operation information notification message is sent to the service manager 103.
  • the service manager 103 is configured to implement a coordinated master control of each module, receive an operation information notification message of the operation monitor 102, and determine whether the transaction traffic exceeds a specified threshold. When the traffic volume exceeds the specified threshold, the service manager 103 determines whether flow control processing is required: if the traffic exceeds the system capacity range, the service manager 103 sends a traffic control notification message to the service processor 101; if the traffic is Within the system capacity range, the service manager 103 first invokes the data structure generator 104 to generate a transaction log table and a sub-table of the user account data table for a specified number (eg, the number of sub-tables that can be specified by the structural adjustment request message), The many-to-many combination relationship between the user account data table and the transaction log table generates a stored procedure for operating these sub-tables, and then re-divides the interval of the user ID value, and generates a new one according to the number of intervals of the user ID value and the number of transaction log sub-tables. The rule is invoked and
  • the mode to which the user ID value belongs and the model of the user ID to the number of transaction log sub-tables jointly determine the name of the stored procedure to be called. Since the interval of the user ID value and the number of the transaction log sub-table have changed, the original calling rule needs to be updated, that is, the calling rule is reset according to the many-to-many combination relationship between the user account data table and the transaction log table.
  • the user account data table records the user account information of a certain user ID value interval, and the system uses the ID value to modulate the number of the transaction log sub-table, and the result of the modulo operation is greater than or equal to 0 and less than the number of the transaction log sub-table, therefore, the system According to the result of the modulo operation, a sub-table of the transaction log table can be determined, and the transaction log generated by the user account of the ID value is written into the sub-table.
  • the result of the modulo operation is different, which causes the transaction logs of these user accounts to be recorded to different transaction log sub-tables.
  • a user account data table corresponds to multiple transaction log sub-tables.
  • the results of the above modulo operations are the same, the transaction logs of these user accounts are recorded in the same transaction log sub-table, so that one transaction record table corresponds to more User account data sub-table.
  • the stored procedure needs to operate a user account data table and a transaction log table at the same time. Therefore, for each user account data sub-list, it is necessary to generate the same number of stored procedures as the transaction log sub-table.
  • the above describes the many-to-many group of the service manager based on the user account data table and the transaction log table.
  • the relationship generates multiple stored procedures and resets the specific actions of the calling rules.
  • the number of sub-tables of the newly added transaction log table is A1 each time the system is expanded
  • the number of sub-tables of the newly added user account data table is B1
  • the number of sub-tables of the original transaction log table before expansion is AO
  • expansion The number of sub-tables of the former user account data table is B0
  • the number of new stored procedures after expansion is A1*(B0+B1)+A0*B1
  • the interval of user ID values is re-divided into B0+B1.
  • the data structure generator 104 is arranged to create sub-tables of the transaction log table and the user account data table and to create a stored procedure for operating the sub-tables.
  • the data structure generator 104 receives the structure adjustment request message of the service manager 103, and first generates a table definition data creation statement through the data table template 105 according to the split result of the data table, and creates a transaction log table and a user account in the database 107.
  • a new sub-table of the data table is generated, and then the stored procedure code of the operation sub-table is generated by the code template 106 and the stored procedure is created in the database 107, and finally the structural adjustment response message is sent to the service manager 103, and the structural adjustment response message includes the representation
  • the related information of the generated stored procedure, the user ID interval information, and the number of sub-tables of the transaction log table are also included.
  • the data table template 105 is arranged to provide a general statement for establishing a sub-table of the transaction log table and the user account data table, and variable portions such as the transaction log table name and the user account data table name in the statement are indicated by special tags, and the data structure generator 104
  • the data definition statement of the table is generated according to the manner in which the data table template 105 replaces the label with the determined value.
  • the code template 106 is configured to provide a general statement of a stored procedure for establishing a sub-table of the operation user account data table and the transaction log table, and the variable portion of the transaction log table name and the user account data table name in the statement is marked by a special tag, the data structure
  • the generator 104 generates a stored procedure code in accordance with the manner in which the code template 106 replaces the tag with a determined value.
  • the data table template 105 and the code template 106 may be provided in the function module in the data structure generator 104, or may be a separate function module.
  • the database 107 is used for data storage of an online transaction system, including a data table storing data of user accounts and a data table of transaction logs, and storage of stored procedures for operating the data tables.
  • FIG. 2 it is a schematic flowchart of a method for implementing a self-expanding online transaction system according to an embodiment of the present invention.
  • the process mainly includes the following steps:
  • Step 201 The operation monitor collects operation information such as traffic volume, user volume, and abnormal transaction volume. And sending the running information to the service manager through the running information notification message;
  • Step 202 The service manager receives the operation information notification message of the running monitor, and determines whether the transaction traffic exceeds the specified threshold; when the traffic exceeds the specified threshold, the service manager determines whether the traffic control process needs to be performed; If the quantity exceeds the system capacity range, the service manager sends a flow control notification message to the service processor; if the traffic volume is within the system capacity range, the service manager sends a structure adjustment request message to the data structure generator;
  • Step 203 The data structure generator receives the structure adjustment request message of the service manager, generates a data definition statement of the table by using the data table template according to the split rule of the data table, and creates a user account data table and a transaction log table in the database. a child table, and then generating a stored procedure code of the access operation subtable through the code template and creating the stored procedure in the database; after the child table and the transaction process of creating the user account data table and the transaction log table are completed, the data structure generator sends the structure Adjust the response message to the service manager;
  • Step 204 The service manager receives a structural adjustment response message of the data structure generator, generates a new stored procedure calling rule according to the response message, and sends the calling rule to the service processor by calling the rule notification message;
  • Step 205 The service processor receives the call rule notification message of the service manager, invokes the specified stored procedure according to the calling rule, executes the processing logic of the transaction data, and operates the sub-table of the newly added user account data table and the transaction log table; or the service The processor receives the traffic control notification message of the service manager, and returns a response of the rejection process to the request of the partial online transaction according to the flow control parameter, so as to ensure the normal operation of the online transaction system.
  • the beneficial effects of the system and the method of the embodiments of the present invention specifically include the following aspects:
  • First, the segmentation of the data table in the prior art solution may result in modification of the transaction service logic, and the present invention is introduced.
  • the automatic extension of the table and the encapsulation of the underlying database operations, the segmentation of the data table is transparent to the business level, and the establishment of the child table does not require the modification of the upper layer business logic, which minimizes the complexity of system maintenance;
  • the re-segmentation of the data table relative to the prior art solution leads to the online trading system.
  • the sub-table is automatically established according to the traffic volume of the online transaction, and the system can dynamically adapt to the growth of the business volume without maintenance, which greatly improves the operation efficiency and reduces the operation cost. ;
  • the re-segmentation of the data table in the prior art solution may result in manual modification of the database operation code.
  • the present invention reduces the modification error by automatically generating the stored procedure code associated with the sub-table without manually maintaining the stored procedure. The possibility of maximizing the availability of the system.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Development Economics (AREA)
  • Finance (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Accounting & Taxation (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Marketing (AREA)
  • Computer Hardware Design (AREA)
  • Game Theory and Decision Science (AREA)
  • Human Resources & Organizations (AREA)
  • Operations Research (AREA)
  • Economics (AREA)
  • Quality & Reliability (AREA)
  • Strategic Management (AREA)
  • Technology Law (AREA)
  • General Business, Economics & Management (AREA)
  • Debugging And Monitoring (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

一种自扩展的联机交易系统及其实现方法,该系统包括:业务处理器,其设置成根据业务管理器通知的调用规则调用指定的数据库操作程序,对数据表的子表进行操作;运行监控器,其设置成监控系统的运行情况,在系统运行过程中收集运行信息并发送到业务管理器;业务管理器,其设置成:根据接收到的运行监控器发送的运行信息,判断交易业务量是否超出预定阈值,如果是,则调用数据结构生成器,并生成新的调用规则通知给业务处理器;以及,数据结构生成器,其设置成在被调用后,在数据库中创建数据表的子表,并生成所述子表的数据库操作程序。本发明根据联机交易的业务量自动建立数据表子表,能够动态地适应业务量的增长,无需停机维护,提高了运营效率。

Description

一种自扩展的联机交易系统及其实现方法
技术领域
本发明涉及电信增值业务领域, 更具体地说, 涉及一种自扩展的联机交 易系统及其实现方法。
背景技术
随着计算机和通讯技术的发展, 电子商务的使用日益普及, 联机交易作 为电子商务的核心功能, 实时性和并发性的要求很高。 对于大规模的联机交 易, 为了减少并发操作所导致的会话阻塞和处理延时, 一般会进行数据分割, 即根据业务特征将数据表拆分成多个子表, 以提高数据库整体的读写性能。
目前, 在现有的联机交易系统中, 传统的数据分割必须在规划设计阶段 就确定子表的数量, 如果在系统运行过程中需要重新做数据分割, 则必须暂 停系统的运行并重新规划, 这就导致系统的扩展性很差, 无法适应业务量的 增长, 增加了维护性的停机时间, 提高了运营的成本, 降低了系统的可用性 级别, 无论计划内还是意外停机都会在业务上造成损失。
综上所述, 现有技术中存在如下技术问题: 目前没有一种系统或方法能 够很好地解决联机交易系统的可扩展性问题, 随着业务量的增长, 将带来维 护性的停机时间增多以及可用性降低等一系列的问题。
发明内容
本发明的目的是提供一种自扩展的联机交易系统及其实现方法, 以解决 联机交易系统的可扩展性问题。
为解决上述技术问题, 本发明提供了一种自扩展的联机交易系统, 所述 系统包括:
业务处理器, 其设置成根据业务管理器通知的调用规则调用指定的数据 库操作程序, 对数据表的子表进行操作; 运行监控器, 其设置成监控系统的运行情况, 在系统运行过程中收集运 行信息并发送到业务管理器;
业务管理器, 其设置成根据接收到的运行监控器发送的运行信息, 判断 交易业务量是否超出预定阔值, 如果是, 则调用数据结构生成器, 并生成新 的调用规则通知给业务处理器; 以及
数据结构生成器, 其设置成: 被调用后, 在数据库中创建数据表的子表, 并生成所述子表的数据库操作程序。
上述系统中, 数据结构生成器可包括数据表模板和代码模板, 其中: 数据表模板可设置成提供建立数据表的子表的通用语句;
代码模板可设置成提供建立数据库操作程序的通用语句;
所述数据结构生成器可设置成通过如下方式创建数据表的子表并生成该 子表的数据库操作程序: 根据所述数据表模板生成创建所述子表的数据定义 语句, 并根据所述代码模板生成所述数据库操作程序。
所述数据表可包括用户账户数据表和交易日志表, 所述数据库操作程序 可包括存储过程;
所述业务管理器可设置成: 通过发送结构调整请求消息调用所述数据结 构生成器, 所述结构调整请求消息中指定需创建的用户账户数据表和交易日 志表的子表的数量; 以及, 根据所述数据结构生成器的结构调整应答消息生 成所述新的调用规则, 其中, 在新的调用规则中, 由用户 ID值所属的区间、 及用户 ID对交易日志子表数量的模共同确定被调用的存储过程名称;
所述数据结构生成器可设置成: 根据所述结构调整请求消息, 创建指定 数量的用户账户数据表和交易日志表的子表, 并根据所述用户账户数据表和 交易日志表的子表的组合关系生成存储过程;
所述数据结构生成器还可设置成: 重新划分用户 ID值的区间, 向所述业 务管理器返回表示结构调整操作是否成功的结构调整应答消息, 并将重新划 分后的用户 ID值的区间和所生成的交易日志表的子表的数量包含在所述结 构调整应答消息中发送给所述业务管理器。
上述系统中, 所述数据表可包括用户账户数据表和交易日志表, 所述数 据库操作程序可包括存储过程; 所述数据库模板还可设置成: 通过特殊标签标示创建所述子表的通用语 句中的交易日志表名称和用户账户数据表名称;
所述代码模板还可设置成: 通过特殊标签标示创建所述数据库操作程序 的通用语句中的交易日志表名称和用户账户数据表名称;
所述数据结构生成器可设置成使用确定值替换标签的方式生成创建所述 子表的数据定义语句以及所述存储过程。
所述业务管理器还可设置成: 根据所述运行信息判断出交易业务量超出 预定阔值后, 判断交易业务量是否超出系统容量范围, 如果超出系统容量范 围, 则发送流量控制消息到业务处理器;
所述业务处理器还可设置成: 接收到所述流量控制消息时, 根据预先设 定的流量控制参数, 对部分联机交易请求返回拒绝处理的应答。
本发明还提供了一种自扩展的联机交易系统的实现方法,所述方法包括: 监控系统的运行情况, 根据系统运行过程中收集的运行信息判断交易业 务量是否超出预定阔值, 如果是, 则在数据库中创建数据表的子表, 生成所 述子表的数据库操作程序, 并生成新的调用规则; 以及
根据所述新的调用规则调用指定的数据库操作程序, 对创建的所述子表 进行操作。
上述方法中, 所述数据表可包括用户账户数据表和交易日志表, 所述数 据库操作程序可包括存储过程;
生成所述子表的数据库操作程序并生成新的调用规则的步骤可包括: 创 建用户账户数据表和交易日志表的子表后, 根据所述用户账户数据表和交易 日志表的子表的组合关系生成存储过程, 并重新划分用户 ID值的区间, 生成 新的调用规则。
在新的调用规则中, 可以根据用户 ID值所属的区间、 及用户 ID对交易 日志子表数量的模共同确定被调用的存储过程名称。
上述方法还可包括: 根据所述运行信息中的交易业务量确定需创建的用 户账户数据表和交易日志表的子表的数量。 所述方法还可包括: 根据所述运行信息判断出交易业务量超出预定阔值 后, 再判断交易业务量是否超出系统容量范围, 如果超出系统容量范围, 则 根据预先设定的流量控制参数, 对部分联机交易请求返回拒绝处理的应答。
与现有技术相比较, 本发明至少具有如下特点: 分表的自动扩展通过底 层数据库的操作进行了封装, 对业务层面是透明的, 子表的建立无需上层业 务逻辑的修改, 这就最大程度地降低了系统维护的复杂性; 其次, 子表是根 据联机交易的业务量自动建立的, 动态地适应业务量的增长, 无需停机维护, 这就极大地提高了运营的效率, 降低了运营的成本; 此外, 在不修改业务处 理器原有处理逻辑的情况下, 就能操作新扩展的核心数据表的子表, 以动态 地适应业务量的增长; 最后, 与子表相关的交易处理的存储过程代码是自动 产生的, 无需手工维护存储过程, 这就减少了出错的可能性, 最大程度地提 高了系统的可用性。
附图概述
图 1是本发明实施例的自扩展的联机交易系统的组成结构示意图; 图 2 是本发明实施例的自扩展的联机交易系统的实现方法的流程示意 图。
本发明的较佳实施方式
本发明的目的在于,提供一种自扩展的联机交易系统, 该系统主要包括: 业务处理器, 其是联机交易系统的核心模块, 该业务处理器设置成实现 联机交易的处理逻辑, 操作用户账户, 并记录交易日志。 此外, 业务处理器 根据业务管理器通知的调用规则调用指定的数据库操作程序。
运行监控器, 其设置成监控系统的运行状况, 在联机交易系统的运行过 程中收集运行信息, 包括交易业务量、 用户量、 异常交易量等, 并发送运行 信息到业务管理器。
业务管理器, 其在联机交易系统中用于各模块的协调总控。 业务管理器 设置成接收运行监控器的运行信息, 判断交易业务量是否超过指定的阔值, 并在业务量超过指定的阔值时, 调用数据结构生成器产生核心数据表的子表 和相应的数据库操作程序, 同时产生新的调用规则并通知业务处理器。
数据结构生成器, 其设置成进行数据表的子表和相应的数据库操作程序 的创建。 数据结构生成器根据数据表的拆分规则, 通过数据表模板生成建表 的数据定义语句并在数据库中创建核心数据表的子表, 然后通过代码模板生 成操作子表的数据库操作程序。
数据表模板, 其设置成提供建立核心数据表的子表的通用语句, 数据结 构生成器根据数据表模板生成建表的数据定义语句。
其中, 所述的通用语句包括自定义的标签语句和数据定义语句。 数据定 义语句由标准 SQL (结构化查询语言)组成, 可以在数据库系统中直接执行。 通用语句由于使用了自定义的标签语句, 该语句不能在数据库系统中直接执 行; 而自定义的标签语句定义了数据表名称, 因此需要将自定义的标签语句 替换为真实的数据表名称, 从而将通用语句转换为数据库定义语句, 转换后 的数据定义语句才能在数据库系统执行。
代码模板, 其设置成提供建立数据库操作程序的通用语句, 数据结构生 成器根据代码模板生成数据库操作程序。
数据库, 其用于联机交易系统的数据存储, 包括存储用户账户信息的数 据表和交易日志的数据表。
本发明的另一目的在于, 提供一种自扩展的联机交易系统的实现方法, 该方法釆用如下技术方案:
监控系统的运行情况, 根据系统运行过程中收集的运行信息判断交易业 务量是否超出预定阔值, 如果是, 则在数据库中创建数据表的子表, 生成所 述子表的数据库操作程序, 并生成新的调用规则;
根据所述新的调用规则调用指定的数据库操作程序, 对创建的所述子表 进行操作。
结合前述的联机交易系统, 上述实现方法具体包括:
在联机交易系统的运行过程中, 运行监控器收集业务量、 用户量和异常 交易量等运行信息, 并将运行信息发送到业务管理器;
业务管理器接收运行监控器的运行信息, 判断交易业务量是否超过指定 的阔值; 在业务量超过指定的阔值时, 业务管理器发送结构调整请求消息到 数据结构生成器;
数据结构生成器接收业务管理器的结构调整请求消息, 根据数据表的拆 分规则, 通过数据表模板生成建表的数据定义语句并在数据库中创建核心数 据表的子表, 然后通过代码模板生成操作子表的数据库操作程序; 在创建子 表和数据库操作程序完成后, 数据结构生成器发送结构调整应答消息到业务 管理器;
业务管理器接收数据结构生成器的结构调整应答消息, 根据应答消息产 生新的调用规则, 并将该调用规则发送给业务处理器;
业务处理器接收调用规则的通知消息, 根据调用规则调用指定的数据库 操作程序, 以执行交易数据的处理逻辑, 操作新增的子表。
为使本发明的目的、 技术方案和优点表达的更清楚明白, 以下将结合附 图和优选实施例对本发明做更进一步的说明。
如图 1所示, 本发明实施例的自扩展的联机交易系统包括: 业务处理器 101、 运行监控器 102、 业务管理器 103、 数据结构生成器 104、 数据表模板 105、 代码模板 106和数据库 107, 其中:
业务处理器 101设置成实现联机交易的处理逻辑, 操作数据库 107的用 户账户数据表, 并在数据库 107中将交易信息记录在交易日志表。 该业务处 理器 101接收业务管理器 103发送的调用规则通知消息,首先根据用户 ID确 定 ID值所属的区间, 并计算用户 ID对交易日志子表数量的模, 根据以上两 个数值在调用规则中查找存储过程名称, 然后在数据库 107中调用该存储过 程,在不修改该业务处理器 101的处理逻辑的情况下,就能操作在数据库 107 中新扩展的用户账户数据表和交易日志表的子表; 该业务处理器 101还设置 成接收业务管理器 103发送的流量控制通知消息, 根据流量控制参数, 对部 分联机交易的请求返回拒绝处理的应答, 以保证联机交易系统的正常运行。
运行监控器 102主要设置成监控业务处理器 101和数据库 107的运行状 况, 在系统运行过程中收集运行信息, 包括交易业务量、 用户量、 异常交易 量等, 并发送运行信息通知消息到业务管理器 103。
业务管理器 103设置成实现各模块的协调总控, 接收运行监控器 102的 运行信息通知消息, 判断交易业务量是否超过指定的阔值。 在业务量超过指 定的阔值时, 业务管理器 103判断是否需要做流量控制处理: 如果业务量超 过系统容量范围, 则业务管理器 103 发送流量控制通知消息到业务处理器 101 ; 如果业务量在系统容量范围内, 则业务管理器 103先调用数据结构生成 器 104以产生指定数量(例如可通过结构调整请求消息指定子表的数量) 的 交易日志表和用户账户数据表的子表, 同时根据用户账户数据表和交易日志 表的多对多的组合关系生成操作这些子表的存储过程, 然后重新划分用户 ID 值的区间,根据用户 ID值的区间数量和交易日志子表的数量产生新的调用规 则, 并发送调用规则通知消息到业务处理器 101。
其中, 在新的调用规则中, 由用户 ID值所属的区间、 及用户 ID对交易 日志子表数量的模共同确定被调用的存储过程的名称。由于用户 ID值的区间 和交易日志子表的数量都发生了变化, 因此原来的调用规则需要更新, 即根 据用户账户数据表和交易日志表的多对多的组合关系重新设置调用规则。
用户账户数据表记录一定的用户 ID值区间的用户账户信息, 系统用 ID 值对交易日志子表的数量取模, 取模运算的结果大于等于 0且小于交易日志 子表的数量, 因此, 系统根据取模运算的结果即可确定交易日志表的一个子 表, 并将该 ID值的用户账户所产生的交易日志写到该子表中。
根据以上方法, 对于一个 ID值区间内的用户账户, 虽然其 ID值是连续 的, 但取模运算的结果是不同的, 这就导致这些用户账户的交易日志被记录 到不同的交易日志子表中,从而一个用户账户数据表对应多个交易日志子表。 另一方面,对于不同 ID值的用户账户,如果以上的取模运算的结果是相同的, 则这些用户账户的交易日志被记录到相同的交易日志子表中, 从而一个交易 曰志表对应多个用户账户数据子表。
存储过程需要同时操作一个用户账户数据表和一个交易日志表, 因此, 对于每个用户账户数据子表,需要生成与交易日志子表相同数量的存储过程。
以上描述了业务管理器根据用户账户数据表和交易日志表的多对多的组 合关系生成多个存储过程, 并重新设置调用规则的具体操作。 在本发明实施 方案中, 假设每次系统扩展新增交易日志表的子表数量为 A1 , 新增用户账户 数据表的子表数量为 B1 , 扩展前原交易日志表的子表数量为 AO, 扩展前原 用户账户数据表的子表数量为 B0 , 则扩展后新增存储过程数量为 A1*(B0+B1)+A0*B1, 用户 ID值的区间重新划分为 B0+B1个。
数据结构生成器 104设置成创建交易日志表和用户账户数据表的子表并 创建操作这些子表的存储过程。 数据结构生成器 104接收业务管理器 103的 结构调整请求消息, 根据数据表的拆分结果, 先通过数据表模板 105生成建 表的数据定义语句, 并在数据库 107中创建交易日志表和用户账户数据表的 新增子表, 然后通过代码模板 106生成操作子表的存储过程代码并在数据库 107中创建存储过程, 最后发送结构调整应答消息到业务管理器 103 , 结构调 整应答消息中除包含表示结构调整操作是否成功的状态外, 还包含生成的存 储过程的相关信息、 用户 ID区间信息, 及交易日志表的子表数量等。
数据表模板 105设置成提供建立交易日志表和用户账户数据表的子表的 通用语句, 语句中的交易日志表名称和用户账户数据表名称等可变部分通过 特殊标签标示, 数据结构生成器 104根据数据表模板 105使用确定值替换标 签的方式以生成建表的数据定义语句。
代码模板 106设置成提供建立操作用户账户数据表和交易日志表的子表 的存储过程的通用语句, 语句中的交易日志表名称和用户账户数据表名称等 可变部分通过特殊标签标示, 数据结构生成器 104根据代码模板 106使用确 定值替换标签的方式生成存储过程代码。
其中, 数据表模板 105和代码模板 106可以设在数据结构生成器 104中 的功能模块, 也可以是单独的功能模块。
数据库 107用于联机交易系统的数据存储, 包括存储用户账户信息的数 据表和交易日志的数据表, 以及操作数据表的存储过程的存储。
如图 2所示, 为本发明实施例的自扩展的联机交易系统的实现方法的具 体流程示意图, 该流程主要包括以下步骤:
步骤 201 , 运行监控器收集业务量、 用户量和异常交易量等运行信息, 并将运行信息通过运行信息通知消息发送到业务管理器;
步骤 202, 业务管理器接收运行监控器的运行信息通知消息, 判断交易 业务量是否超过指定的阔值; 在业务量超过指定的阔值时, 业务管理器判断 是否需要做流量控制处理; 如果业务量超过系统容量范围, 则业务管理器发 送流量控制通知消息到业务处理器; 如果业务量在系统容量范围内, 则业务 管理器发送结构调整请求消息到数据结构生成器;
步骤 203 , 数据结构生成器接收业务管理器的结构调整请求消息, 根据 数据表的拆分规则, 通过数据表模板生成建表的数据定义语句并在数据库中 创建用户账户数据表和交易日志表的子表, 然后通过代码模板生成访问操作 子表的存储过程代码并在数据库中创建该存储过程; 在创建用户账户数据表 和交易日志表的子表和存储过程完成后, 数据结构生成器发送结构调整应答 消息到业务管理器;
步骤 204, 业务管理器接收数据结构生成器的结构调整应答消息, 根据 应答消息产生新的存储过程调用规则, 并将该调用规则通过调用规则通知消 息发送给业务处理器;
步骤 205 , 业务处理器接收业务管理器的调用规则通知消息, 根据调用 规则调用指定的存储过程, 以执行交易数据的处理逻辑, 操作新增用户账户 数据表和交易日志表的子表; 或者业务处理器接收业务管理器的流量控制通 知消息, 根据流量控制参数, 对部分联机交易的请求返回拒绝处理的应答, 以保证联机交易系统的正常运行。
相较于现有技术, 本发明实施例的系统及其方法的有益效果, 具体包括 以下方面: 第一,相对于现有技术方案中数据表的分割会导致交易业务逻辑的修改, 本发明引入了分表的自动扩展和底层数据库操作的封装, 数据表的分割对业 务层面是透明的, 子表的建立无需上层业务逻辑的修改, 这就最大程度地降 低了系统维护的复杂性;
第二, 相对于现有技术方案中数据表的重新分割会导致联机交易系统的 暂停运行, 在本发明中, 子表是根据联机交易的业务量自动建立的, 系统能 够动态地适应业务量的增长, 无需停机维护, 这就极大地提高了运营的效率, 降低了运营的成本;
第三, 相对于现有技术方案中数据表的重新分割会导致数据库操作代码 的手工修改, 本发明通过自动产生与子表相关的存储过程代码, 不用手工维 护存储过程, 这就减少了修改出错的可能性, 最大程度地提高了系统的可用 性。
以上仅为本发明的优选实施案例而已, 并不用于限制本发明, 本发明还 可有其他多种实施例, 在不背离本发明精神及其实质的情况下, 熟悉本领域 的技术人员可根据本发明做出各种相应的改变和变形, 但这些相应的改变和 变形都应属于本发明所附的权利要求的保护范围。
本领域普通技术人员可以理解上述方法中的全部或部分步骤可通过程序 来指令相关硬件完成, 所述程序可以存储于计算机可读存储介质中, 如只读 存储器、 磁盘或光盘等。 可选地, 上述实施例的全部或部分步骤也可以使用 一个或多个集成电路来实现。 相应地, 上述实施例中的各模块 /单元可以釆用 硬件的形式实现, 也可以釆用软件功能模块的形式实现。 本发明不限制于任 何特定形式的硬件和软件的结合。
工业实用性
与现有技术相比较, 最大程度地降低了自扩展的联机交易系统维护的复 杂性, 提高了系统运营的效率, 降低了运营的成本, 并最大程度地提高了系 统的可用性。

Claims

权 利 要 求 书
1、 一种自扩展的联机交易系统, 包括:
业务处理器, 其设置成根据业务管理器通知的调用规则调用指定的数据 库操作程序, 对数据表的子表进行操作;
运行监控器, 其设置成监控所述系统的运行情况, 在所述系统的运行过 程中收集运行信息并发送到业务管理器;
业务管理器, 其设置成根据接收到的运行监控器发送的运行信息, 判断 交易业务量是否超出预定阔值, 如果超出, 则调用数据结构生成器, 并生成 新的调用规则通知给业务处理器; 以及
数据结构生成器, 其设置成在被所述业务管理器调用后, 在数据库中创 建所述数据表的子表, 并生成所述子表的数据库操作程序。
2、 如权利要求 1所述的系统, 其中, 所述数据结构生成器包括数据表模 板和代码模板, 其中:
数据表模板设置成提供创建所述数据表的子表的通用语句;
代码模板设置成提供生成所述数据库操作程序的通用语句;
所述数据结构生成器是设置成通过如下方式创建所述数据表的子表并生 成所述子表的数据库操作程序: 根据所述数据表模板生成创建所述子表的数 据定义语句, 并根据所述代码模板生成所述数据库操作程序。
3、 如权利要求 1或 2所述的系统, 其中, 所述数据表包括用户账户数据 表和交易日志表, 所述数据库操作程序包括存储过程;
所述业务管理器是设置成通过发送结构调整请求消息调用所述数据结构 生成器, 所述结构调整请求消息中指定需创建的用户账户数据表和交易日志 表的子表的数量; 以及,
所述业务管理器是设置成根据所述数据结构生成器的结构调整应答消息 生成所述新的调用规则, 其中, 在所述新的调用规则中, 由用户 ID值所属的 区间、及用户 ID值对交易日志表的子表的数量的模共同确定被调用的存储过 程的名称; 所述数据结构生成器是设置成根据所述结构调整请求消息创建指定数量 的用户账户数据表和交易日志表的子表, 并根据所述用户账户数据表和交易 日志表的子表的组合关系生成所述存储过程;
所述数据结构生成器还设置成: 重新划分用户 ID值的区间, 向所述业务 管理器返回表示结构调整操作是否成功的结构调整应答消息, 并将重新划分 后的用户 ID值的区间和所生成的交易日志表的子表的数量包含在所述结构 调整应答消息中发送给所述业务管理器。
4、 如权利要求 2所述的系统, 其中,
所述数据表包括用户账户数据表和交易日志表, 所述数据库操作程序包 括存储过程;
所述数据库模板还设置成: 通过特殊标签标示创建所述子表的通用语句 中的交易日志表名称和用户账户数据表名称; 所述代码模板还设置成: 通过 特殊标签标示创建所述数据库操作程序的通用语句中的交易日志表名称和用 户账户数据表名称;
所述数据结构生成器是设置成使用确定值替换标签的方式生成创建所述 子表的数据定义语句以及所述存储过程。
5、 如权利要求 1或 2所述的系统, 其中,
所述业务管理器还设置成: 根据所述运行信息判断出交易业务量超出预 定阔值后, 判断交易业务量是否超出系统的容量范围, 如果超出系统的容量 范围, 则发送流量控制消息到业务处理器;
所述业务处理器还设置成: 接收到所述流量控制消息时, 根据预先设定 的流量控制参数, 对部分联机交易请求返回拒绝处理的应答。
6、 一种自扩展的联机交易系统的实现方法, 包括:
监控所述系统的运行情况, 根据所述系统的运行过程中收集的运行信息 判断交易业务量是否超出预定阔值, 如果是, 则在数据库中创建数据表的子 表, 生成所述子表的数据库操作程序, 并生成新的调用规则; 以及
根据所述新的调用规则调用指定的数据库操作程序, 对创建的所述子表 进行操作。
7、 如权利要求 6所述的方法, 其中,
所述数据表包括用户账户数据表和交易日志表, 所述数据库操作程序包 括存储过程;
生成所述子表的数据库操作程序并生成新的调用规则的步骤包括: 创建 用户账户数据表和交易日志表的子表后, 根据所述用户账户数据表和交易日 志表的子表的组合关系生成存储过程, 并重新划分用户 ID值的区间, 生成所 述新的调用规则。
8、 如权利要求 7所述的方法, 其中,
在所述新的调用规则中, 根据用户 ID值所属的区间、 以及该用户 ID值 对交易日志表的子表的数量的模共同确定被调用的存储过程的名称。
9、 如权利要求 7所述的方法, 还包括:
根据所述运行信息中的交易业务量确定需创建的用户账户数据表和交易 曰志表的子表的数量。
10、 如权利要求 6所述的方法, 还包括:
根据所述运行信息判断出交易业务量超出预定阔值后, 再判断交易业务 量是否超出所述系统的容量范围, 如果超出, 则根据预先设定的流量控制参 数, 对部分联机交易请求返回拒绝处理的应答。
PCT/CN2010/080316 2010-07-20 2010-12-27 一种自扩展的联机交易系统及其实现方法 WO2012009934A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201010234191.XA CN101894348B (zh) 2010-07-20 2010-07-20 一种自扩展的联机交易系统及其实现方法
CN201010234191.X 2010-07-20

Publications (1)

Publication Number Publication Date
WO2012009934A1 true WO2012009934A1 (zh) 2012-01-26

Family

ID=43103532

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2010/080316 WO2012009934A1 (zh) 2010-07-20 2010-12-27 一种自扩展的联机交易系统及其实现方法

Country Status (2)

Country Link
CN (1) CN101894348B (zh)
WO (1) WO2012009934A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110059306A (zh) * 2019-04-11 2019-07-26 北京字节跳动网络技术有限公司 在线表格的处理方法、装置、设备及计算机可读存储介质

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101894348B (zh) * 2010-07-20 2014-04-09 中兴通讯股份有限公司 一种自扩展的联机交易系统及其实现方法
CN102682044A (zh) * 2011-04-14 2012-09-19 天脉聚源(北京)传媒科技有限公司 一种对php mysql数据库进行分表的方法
CN102236560A (zh) * 2011-08-01 2011-11-09 苏州万图明电子软件有限公司 一种软件新模块开发方法
CN105095393B (zh) * 2015-06-30 2018-11-16 努比亚技术有限公司 一种数据存储方法及装置
CN105677761A (zh) * 2015-12-30 2016-06-15 国网信息通信产业集团有限公司 一种数据切分的方法及系统
CN107767236A (zh) * 2017-11-14 2018-03-06 北京小度信息科技有限公司 一种订单推送方法、装置、服务器和计算机可读存储介质
CN107943584A (zh) * 2017-11-15 2018-04-20 中国银行股份有限公司 批量交易请求的处理方法及装置
CN110109986B (zh) * 2018-01-16 2023-08-11 阿里巴巴集团控股有限公司 任务处理方法、系统、服务器及任务调度系统
CN108712350B (zh) * 2018-06-05 2022-04-05 中国农业银行股份有限公司 基于自定义规则可实时自动调控的流量控制方法及装置
CN110046153B (zh) * 2018-11-19 2023-09-05 创新先进技术有限公司 一种账户资金核对的方法、装置及设备
CN110825739B (zh) * 2019-10-30 2021-07-16 京东数字科技控股有限公司 建表语句生成方法、装置、设备及存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5440712A (en) * 1991-04-02 1995-08-08 Nec Corporation Database input/output control system having nonvolatile storing unit for maintaining the database
CN1618214A (zh) * 2001-11-28 2005-05-18 艾利森公司 用于具有虚拟端点的交换虚拟电路的方法和系统
CN101295267A (zh) * 2008-05-30 2008-10-29 中兴通讯股份有限公司 队列管理方法和装置、计算机系统及计算机可读介质
CN101894348A (zh) * 2010-07-20 2010-11-24 中兴通讯股份有限公司 一种自扩展的联机交易系统及其实现方法

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04253295A (ja) * 1991-01-29 1992-09-09 Nec Corp Posシステム
BR0014254A (pt) * 1999-09-08 2002-08-27 Sloan Kettering Inst Cancer Nova classe de agentes de citodiferenciação e inibidores de desacetilase de histona, e métodos de uso dos mesmos
CN1851737A (zh) * 2005-10-14 2006-10-25 华为技术有限公司 一种用户个性化业务的实现系统及方法
CN101510204B (zh) * 2009-03-02 2010-09-29 南京航空航天大学 一种基于目标条件关联规则数据库异常查询监测方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5440712A (en) * 1991-04-02 1995-08-08 Nec Corporation Database input/output control system having nonvolatile storing unit for maintaining the database
CN1618214A (zh) * 2001-11-28 2005-05-18 艾利森公司 用于具有虚拟端点的交换虚拟电路的方法和系统
CN101295267A (zh) * 2008-05-30 2008-10-29 中兴通讯股份有限公司 队列管理方法和装置、计算机系统及计算机可读介质
CN101894348A (zh) * 2010-07-20 2010-11-24 中兴通讯股份有限公司 一种自扩展的联机交易系统及其实现方法

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110059306A (zh) * 2019-04-11 2019-07-26 北京字节跳动网络技术有限公司 在线表格的处理方法、装置、设备及计算机可读存储介质

Also Published As

Publication number Publication date
CN101894348A (zh) 2010-11-24
CN101894348B (zh) 2014-04-09

Similar Documents

Publication Publication Date Title
WO2012009934A1 (zh) 一种自扩展的联机交易系统及其实现方法
US10812333B2 (en) Microservice configuration apparatus and method
CN108287756A (zh) 一种处理任务的方法及装置
JP2006520575A (ja) ネットワークサービスにおける管理情報用のリレーショナルモデル
US8538793B2 (en) System and method for managing real-time batch workflows
WO2011089024A1 (en) Workflow management in business process management systems
CN111881192A (zh) 可视化配置报表的生成方法、系统、电子设备及存储介质
CN108171473A (zh) 一种数据分析处理系统及数据分析处理方法
CN101873334A (zh) 一种状态驱动的可执行业务流程执行方法
CN105471662A (zh) 云服务器、虚拟网络策略集中控制系统和方法
CN108446327A (zh) 业务系统动态生成方法、装置、计算机设备及存储介质
CN101834750A (zh) 一种通用业务监控方法
US9959301B2 (en) Distributing and processing streams over one or more networks for on-the-fly schema evolution
US20220182851A1 (en) Communication Method and Apparatus for Plurality of Administrative Domains
CN115146000A (zh) 一种数据库数据同步方法、装置、电子设备及存储介质
CN110519354A (zh) 一种分布式对象存储系统及其业务处理方法和存储介质
CN112035466B (zh) 一种区块链查询外置索引开发框架
CN101179450B (zh) 网络性能监测方法和系统及其主控单板和业务单板
CN110929130B (zh) 一种基于分布式调度的公安部级审计数据查询方法
JP4522413B2 (ja) リソース管理プログラム、リソース管理方法、およびリソース管理装置
CN107133040A (zh) 一种标准产品业务装置及业务模块扩展置换方法
JP2006338421A (ja) リモートデータベース操作プログラム、リモートデータベース操作方法、およびリモートデータベース操作装置
WO2022111356A1 (zh) 数据迁移方法、系统、服务器和存储介质
Wang et al. Research and design of RFID data processing model based on complex event processing
US20210136007A1 (en) Method and apparatus for orchestrating resources in multi-access edge computing (mec) network

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 10854964

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 10854964

Country of ref document: EP

Kind code of ref document: A1